Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Invalid
-
0.23.0, 2.0.0-alpha
-
None
-
None
Description
There are several places in the web apps where an error condition should short circuit the page from rendering, but it does not. Ideally the web app framework should be extended to support exceptions similar to Jersey that can have an HTTP return code associated with them. Then all of the places that produce custom error pages can just throw these exceptions instead.