Re: Extra fields in form authentication

2007-08-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark and Diego, Mark Thomas wrote: > Diego Manilla Suárez wrote: >> Hi. I need two extra fields in my login form, other than j_username >> and j_password. [snip] >> Is there a simpler and/or nicer way to do what I want? > > Take a look at http://sec

Re: Extra fields in form authentication

2007-08-30 Thread Mark Thomas
Diego Manilla Suárez wrote: > 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.cata

Extra fields in form authentication

2007-08-30 Thread Diego Manilla Suárez
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.FormAuthenticat