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

HTML Link in the imported text file into Confluence Space change to dead link after editing the page.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Timed out
    • Icon: Low Low
    • None
    • 5.9.5, 5.10.8, 6.2.0, 6.1.3
    • Content - Linking
    • None

      STEPS TO REPLICATE

      1. Create a text file to include html source as per example below:
      2. Create a new Space in Confluence.
      3. Navigate to the Space tools > Content Tools > Import > Type the directory path to the text file into the Import directory box.
        Do not enter the filename in the Import directory path.
      4. Click on Import.
      5. New page will be created with the source from the text file.
      6. The storage format of the page before editing the page:
        <pre>
        <p>test&nbsp;</p>
        <p>Test</p>
        <a href="page1">page1</a>
        </pre>
        

      EXPECTED BEHAVIOUR
      The storage format of the page after editing the page:

      <pre>
      <p>test&nbsp;</p>
      <p>Test</p>
      <a href="page1">page1</a>
      </pre>
      

      ACTUAL BEHAVIOUR
      The storage format of the page after editing the page:

      <p>test&nbsp;</p>
      <p>Test</p>
      <pre>
      <a href="http://localhost:8090/page1">page1</a>
      </pre>
      <p>abc</p>
      

              Unassigned Unassigned
              dazmi Dayana (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: