hey,

i've had to debug these following class to get it going..
it just stopped on j_security_check when a incorrect username password combination was 
supplied.

sorry i can't update them myself.. maybe next time =D

release 4 milestone 5 src code

FormAuthenticator.class authenticate method 

....
if ( principal == null ) {
  request.setRequestURI(contextPath + config.getErrorPage());
------NEW LINE ----
  request.setMethod ("GET");
------END LINE -----
------MODIFIED LINE----
  return ( false ) ; 
------END MODIFY------
}
...

AuthenticatorBase.class invoke method

if (!authenticate(hrequest,hresponse,config)) {
...
-----REMOVE LINE-----
//return;
-----END REMOVE -----
}


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to