Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-17957

PageAwareInterceptor sets the wrong page if you try to set the page title to an existing page

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: Medium 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.

            shaffenden Steve Haffenden (Inactive)
            alynch Andrew Lynch (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: