Have you tried the standard Servlet error pages configured in the web.xml?
http://edocs.bea.com/wls/docs61/webapp/web_xml.html#1017571

-Scott


Patricio Keilty wrote:
Hi guys,
i´m using my own implementation of AuthenticationDao, based on Hibernate. As an application wide policy we stablished a specific view for showing general kind of exceptions like DataAccessExceptions, etc. using Spring's SimpleMappingExceptionResolver. When a databse error happens on AuthenticationProcessingFilter processing the Spring exception resolver won´t notice it since request haven´t reached Spring dispatcher yet, so the ugly Tomcat page shows up with the stacktrace.
What do you suggest to handle nicely exception reporting from Auth Filter?

Thanks in advance
--
Patricio


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Home: http://acegisecurity.org
Acegisecurity-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer

Reply via email to