I had a problem with Digest authorisation.
And I looked at the sources to find the problem.
And I saw this :
/**
* Return the password associated with the given principal's user name.
*/
protected String getPassword(String username) {
return (null);
}
in the org.apache.catalina.realm.JDBCRealm
why it returns null?
This was the actual cause of my problems!
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
