Global AJAX error handler can be improved
-----------------------------------------
Key: FELIX-2183
URL: https://issues.apache.org/jira/browse/FELIX-2183
Project: Felix
Issue Type: Bug
Components: Web Console
Reporter: Valentin Valchev
Attachments: supportjs-ajax-error.patch
Currently, the global AJAX error handler shows only the error message. However,
the user might provide it's own error page generation, which displays the whole
cause of the error, and in this case the error will not look like
500 Internal Server Error
but (as example)
500 The request failed, because parameter 'abc' is missing.
The current code in support.js will always show '500 Internal Server Error'. It
should be modified to allow display of more user-friendly messages.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.