Don't let any exception go up to application server
Brought to you by:
sandeep_giri,
sujenmaharjan
The application should never let any error (except a machine crash) let the user take outside the application. We probably need a much higher level exception catch here that will catch any unforeseen exception and show a more graceful error message.
This should be fixed from the code merge. Verify and change Resolution.
the error handling and error page redirection can be done using the error-page tag in the deployment descriptor ( web.xml ), but it is being unstable in the case of http error code 404 (page not found), so deferring to the post openi2.0 general release