Does the environment for your web app list a dependency on the security realm?
Thanks,
Aaron
On 8/3/06, Vamsavardhana Reddy <[EMAIL PROTECTED]> wrote:
Hi,
I have deployed a Custom Security Realm using MyLoginModule and MyPrincipal
classes. I have configured a simple web application to authenticate against
this realm. Even though the login succeeds, I am getting an HTTP 403
Forbidden error. But everything works fine if I change MyLoginModule to use
org.apache.geronimo.security.realm.providers.GeronimoUserPrincipal
instead of MyPrincipal and change the deployment plan for my web app
accordingly. I guess this has to do something with the class loaders.
Any ideas on what is happening and how to fix this?
Thanks,
Vamsi