-
Suggestion
-
Resolution: Unresolved
-
None
-
14
-
Certain URLs may return a XML response containing a stack trace. In JRASERVER-38101, we allowed admins to hide/show the stack trace in the 500 error webpage, but XML responses were not in the scope of the fix.
Steps to reproduce
Open the following URL in a web browser:
- http://<<jira_node>>/rest/api/1.0/menus/home_link
or using curl:
curl http://<<jira_node>>/rest/api/1.0/menus/home_link
Observed behaviour
Desired behaviour
The stack trace should be hidden
- relates to
-
JRASERVER-38101 Jira outputs a stack trace to the screen when an error is encountered
- Closed
-
JRASERVER-43184 Add the ability to disable verbose error messages and stack traces to be displayed for users
- Gathering Interest