-
Bug
-
Resolution: Won't Fix
-
Medium
-
None
-
3.0
-
None
If you try to save a draft with a title that already exists, the PageAwareInterceptor will set the page to the existing page of the same name.
This could create all kinds of funkiness.
It could be fixed by placing :
if (action instanceof PageAware && action.getClass() != CreatePageAction.class)
in the interceptor.
- is related to
-
CONFSERVER-17708 Insert Link Attachments tab is always empty when opened via the Insert Menu
- Closed
- relates to
-
CONFSERVER-17927 Uploaded images are not displayed in the Image Dialog after trying to save with an invalid title
- Closed