Re: Forwarding an exception to the default HTTP 500 error page

2008-10-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lance, Lance Bader wrote: > Everything works fine when the proxy exception is in the cause chain, but I > don't want to handle all the cases were the javax.el.ELException is caused > by something else! Instead, I want to forward those cases to the ex

Forwarding an exception to the default HTTP 500 error page

2008-10-09 Thread Lance Bader
I have a web application that uses a proxy class to exchange information with an external system. When this proxy class throws an exception, it always appears as a cause in some other exception, typically javax.el.ELException. I have built a custom error page to handle an exception where the prox