Re: How to Replace Tomcat authentication?

2005-07-15 Thread ohaya
Bill Barker wrote: > > "ohaya" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Hi, > > > > I've been looking into possibly replacing Tomcat's authentication with > > our own functionality. It looks like there use to be a class called > > SimpleRealm in the older Tomcat versions

Re: How to Replace Tomcat authentication?

2005-07-14 Thread ohaya
Bill Barker wrote: > > "ohaya" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Hi, > > > > I've been looking into possibly replacing Tomcat's authentication with > > our own functionality. It looks like there use to be a class called > > SimpleRealm in the older Tomcat versions

Re: How to Replace Tomcat authentication?

2005-07-14 Thread ohaya
Bill Barker wrote: > > "ohaya" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Hi, > > > > I've been looking into possibly replacing Tomcat's authentication with > > our own functionality. It looks like there use to be a class called > > SimpleRealm in the older Tomcat versions

Re: How to Replace Tomcat authentication?

2005-07-14 Thread ohaya
Bill Barker wrote: > > "ohaya" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Hi, > > > > I've been looking into possibly replacing Tomcat's authentication with > > our own functionality. It looks like there use to be a class called > > SimpleRealm in the older Tomcat versions

Re: How to Replace Tomcat authentication?

2005-07-14 Thread Bill Barker
"ohaya" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > I've been looking into possibly replacing Tomcat's authentication with > our own functionality. It looks like there use to be a class called > SimpleRealm in the older Tomcat versions that would have done the trick > if

How to Replace Tomcat authentication?

2005-07-14 Thread ohaya
Hi, I've been looking into possibly replacing Tomcat's authentication with our own functionality. It looks like there use to be a class called SimpleRealm in the older Tomcat versions that would have done the trick if we replaced it, but I can't find any references to it in the latest source that