Re: Antwort: Re: JAASRealm Tomcat 5.x - Tomcat 4.1.x

2003-12-08 Thread Adam Hardy
Ah OK. I am using JAASRealm too but I wrote my own implementation of LoginModule. I think JAASMemoryLoginModule.java is merely a demo class to show how it is done in the simplest way. Adam On 12/05/2003 04:24 PM Oliver Wulff wrote: I saw the following note in JAASMemoryLoginModule.java: //

Antwort: Re: JAASRealm Tomcat 5.x - Tomcat 4.1.x

2003-12-05 Thread Oliver Wulff
Hi Adam I saw the following note in JAASMemoryLoginModule.java: // Validate the username and password we have received principal = null; // FIXME - look up and check password That's why I thought that it is not finished yet. Oliver