Here's is what I'm finding the in server.log:
| 2005-09-27 17:45:35,154 DEBUG [org.apache.catalina.authenticator.AuthenticatorBase] Security checking request GET /test-jaas/secure/secure1.jsp | 2005-09-27 17:45:35,155 DEBUG [org.apache.catalina.realm.RealmBase] Checking constraint 'SecurityConstraint[Secured]' against GET /secure/secure1.jsp --> true | 2005-09-27 17:45:35,155 DEBUG [org.apache.catalina.realm.RealmBase] Checking constraint 'SecurityConstraint[Secured]' against GET /secure/secure1.jsp --> true | 2005-09-27 17:45:35,155 DEBUG [org.apache.catalina.authenticator.AuthenticatorBase] Calling hasUserDataPermission() | 2005-09-27 17:45:35,164 TRACE [org.jboss.web.tomcat.security.JaccAuthorizationRealm] hasUserDataPermission, p=(javax.security.jacc.WebUserDataPermission /secure/secure1.jsp GET) | 2005-09-27 17:45:35,166 TRACE [org.jboss.web.tomcat.security.JaccAuthorizationRealm] Denied: (javax.security.jacc.WebUserDataPermission /secure/secure1.jsp GET) | It appears that the configured JAAS authentication (thru the DatabaseServerLoginModule) is never being called. Am I reading the log correctly? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3897491#3897491 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3897491 ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
