Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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.