-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 7.3.1
-
Component/s: Editor - Drafts
-
None
-
1
-
Severity 3 - Minor
Issue Summary
Copying and pasting links to pages in edit mode converts URL from HTTPS to HTTP in edit mode, but once the page is saved, the URL is updated to HTTPS.
This causes a problem when trying to use "Go to link" button with the pasted link.
Steps to Reproduce
- Configure Confluence with SSL connector
- Create a page and insert a link to another page then save
- edit the page and copy the link from previous step and paste it in a new line
- Hover over the pasted link and click on "Go to link"
Expected Results
The pasted URL should be exactly the same as the copied one "HTTPS"
Actual Results
The pasted URL changes to HTTP
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available