[Resin-interest] Extending Resin's com.caucho.server.security.AbstractAuthenticator creating errors in Resin 4

2011-03-22 Thread Keith Fetterman
In our current Web site, which is running resin 3.0.28, we created a custom Authenticator by extending resin's com.caucho.server.security.AbstractAuthenticator. In resin 3.0, we used the following descriptor (under the host tag) in resin.conf: authenticator

Re: [Resin-interest] Extending Resin's com.caucho.server.security.AbstractAuthenticator creating errors in Resin 4

2011-03-22 Thread Scott Ferguson
On 03/22/2011 09:17 AM, Keith Fetterman wrote: Even after reading all of the help sections on the resin help documentation, I still find this injection coding rather cryptic. It looks like the Resin AdminAuthenticator authenticator and our custom authenticator are conflicting. Any ideas on