-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 7.9.3
-
Component/s: Content - Page, Core - Macros Platform
-
None
-
2
-
Severity 3 - Minor
Issue Summary
If a page has a broken macro in it, a curl request to the page will return a 500 Internal Server Error response
Steps to Reproduce
- Create a page with a broken macro
- On a terminal, run the following curl command:
curl
curl -u username:password -X GET http://baseURL/rest/api/space/SPACEKEY/content/page?expand=body.view&limit=25&start=1- Please note that it's necessary to replace the username, password, baseURL and SPACEKEY values with its respective values
Expected Results
Confluence will return the page's content, including the broken macro.
Actual Results
Confluence will return a 500 Internal Server Error response
Workaround
N/A
- relates to
-
CONFSERVER-100255 Popular Labels macro resulted in 500 Internal Server Error on REST API request for Page Body
-
- Closed
-