Hey all: I know container-managed authentication is supposed to only be used for simple auth purposes, but the company I am contracting with *requires* using it, but they also want some additional functionality as well.
Basically, I was wondering if there was any way for my to intercept a request from the login page to the j_security_check thing, so that I can get some of the values from the login page first, then forward to that j_security_check thing. I started out writing a servlet the the login page would post to, then calling forward() to the j_security_check, and that didn't quite work. Then, I tried using a Filter on the j_security_check so I could get the values before it hits it, but that failed as well. Specifically, I'm trying to force a remember on the username/password entered, even if the browser is closed or tomcat is bounced. Any ideas? :) thanks, mdd __________________________________________________ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/ -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
