-
Bug
-
Resolution: Timed out
-
Low
-
None
-
5.9.5, 5.10.8, 6.2.0, 6.1.3
-
None
-
1
-
Severity 3 - Minor
-
STEPS TO REPLICATE
- Create a text file to include html source as per example below:
- Create a new Space in Confluence.
- 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.
- Click on Import.
- New page will be created with the source from the text file.
- The storage format of the page before editing the page:
<pre> <p>test </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 </p>
<p>Test</p>
<a href="page1">page1</a>
</pre>
ACTUAL BEHAVIOUR
The storage format of the page after editing the page:
<p>test </p>
<p>Test</p>
<pre>
<a href="http://localhost:8090/page1">page1</a>
</pre>
<p>abc</p>