-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
8.2.0
-
None
-
1
-
Severity 3 - Minor
-
Problem
When hitting URL multiple times it is giving 404- https://<baseUrl>/pages/createpage.action?spaceKey=TEST&linkCreation=true&title=test1
Environment
8.2, 8.1, 8.0.
Steps to Reproduce
- Login into Confluence
- Make sure you have spacekey with name TEST
- Try to hit the URL - https://<baseUrl>/pages/createpage.action?spaceKey=TEST&linkCreation=true&title=test1
- Change the baseURL to appropriate value.
- One can change SPACEKEY or TITLE if needed.
- First hit creates a draft page, save the page
- Every consequent hit gives a page not found. From HAR. it gives 404(https://<baseUrl>/pages/$%7BpageUrl)
Expected Results
Create a new draft page, which is happening on 7.x versions.
Actual Results
404- Page not found error
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available