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

Moving a page wrongly update escaped [ as if they were links

XMLWordPrintable

      When left bracket is used in text (not a link) it have to be escaped by a \. This works fine for rendering and all other situations except page movement.

      An Example:
      Space key = OLD, page source:

      This is a \[Test] of escaping left bracket
      

      Renders like it should:

      This is a [Test] of escaping left bracket.
      

      If that page is moved to another space (key "NEW" in this example) it would render:

      This is a [OLD:Test] of escaping left bracket.
      

      And the code would show the same thing;

      This is a \[OLD:Test] of escaping left bracket.
      

      Maybe time to add another exeption to the move page engine

      /Thomas

            Unassigned Unassigned
            adbad993e0f6 Thomas Thomas
            Votes:
            15 Vote for this issue
            Watchers:
            10 Start watching this issue

              Created:
              Updated:
              Resolved: