Re: Continuing after authentication

2006-07-13 Thread Laurie Harper
The alternative, if you can't or don't want to use container managed security, is to have your SecureAction logic save the initial request URL (and/or any required request parameters) to the user's session or somewhere, and redirect to that location after authentication. Unfortunately there's n

Re: Continuing after authentication

2006-07-12 Thread netsql
Most people use JAAS/JDBC reals built into app servers like Resin, Tomcat, etc. It's done for you... and bug free. http://tomcat.apache.org/tomcat-5.5-doc/realm-howto.html .V James Woodward wrote: Hello everyone, I'm trying to figure out if there is an elegant solution to what I want to do.