Hi. I need two extra fields in my login form, other than j_username and j_password. The problem is that these extra fields doesn't seem to be forwarded to the original requested URL. Right now I've implemented my own Authenticator, which extends org.apache.catalina.authenticator.FormAuthenticator and overrides its authenticate method, iterating over the request parameters and storing them on a map in the session.

Is there a simpler and/or nicer way to do what I want?

Thanks in advance.

---------------------------------------------------------------------
To start a new topic, e-mail: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to