I've spent hours trying to find a solution to what I imagined was a common problem:
I have a custom JAAS login module that relies on a database connection. It is possible that this connection is broken when users attempt to authenticate themselves. This leads to a forward to the page specified by the <form-error-page> tag. Now, how do I distinguish between a database failure and incorrect authentication data? I can't simply tell the user their sign in failed. I must let them know if we are experiencing databse issues or their username/password combo is incorrect! Any way to get at those exceptions from the error JSP? A thousand blessings to anyone with an answer... Michael Marconi. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837655#3837655 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837655 ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. >From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
