Re: Authentication with JAAS / Form Autenthication/ j_security_check

2003-11-27 Thread Andy Armstrong
Jose Antonio Chirinos wrote: Hi, i have a web application that use web authentication through j_security_check servlet; i need to add an extra parameter diferent of j_password and j_username; i guess that i have to put the extra parameter in the login form and in the definition of the realm;

Re: Authentication with JAAS / Form Autenthication/ j_security_check

2003-11-27 Thread Dan Johnsson
i need to add an extra parameter Well, you cannot do this kind of things without extending the code (as you do not stay within the standard servlet security model), so I guess it is a question for the development list after all. Without going into the details of what code to change in what way,

Authentication with JAAS / Form Autenthication/ j_security_check

2003-11-26 Thread Jose Antonio Chirinos
Hi, i have a web application that use web authentication through j_security_check servlet; i need to add an extra parameter diferent of j_password and j_username; i guess that i have to put the extra parameter in the login form and in the definition of the realm; but where i have to include the