[jboss-dev-forums] [JBoss Web Development] - Failed authenticate() test in Web Application with Custom LoginModule
Simon Martinelli
do-not-reply at jboss.com
Wed Nov 7 03:05:28 EST 2012
Simon Martinelli [https://community.jboss.org/people/simas_ch] created the discussion
"Failed authenticate() test in Web Application with Custom LoginModule"
To view the discussion, visit: https://community.jboss.org/message/775252#775252
--------------------------------------------------------------
Hi,
I have a Custom LoginModule that works fine with authentication in EJBs with Remote Communication in JBoss 6.
But it doesn't work when I use it in a web application.
I can see the following in the logfile:
08:54:18,206 DEBUG [org.apache.catalina.authenticator.AuthenticatorBase] @ Security checking request POST /proshop/admin/j_security_check 08:54:18,206 DEBUG [org.apache.catalina.authenticator.FormAuthenticator] @ Authenticating username 'mabe' 08:54:18,222 DEBUG [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/proshop].[FacesServlet]] @ Disabling the response for futher output 08:54:18,222 DEBUG [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/proshop].[FacesServlet]] @ The Response is vehiculed using a wrapper: org.apache.catalina.connector.Response 08:54:18,222 DEBUG [org.apache.catalina.authenticator.AuthenticatorBase] @ Failed authenticate() test ??/proshop/admin/j_security_check 08:54:18,242 DEBUG [org.apache.catalina.authenticator.AuthenticatorBase] @ Security checking request GET /proshop/javax.faces.resource/theme.css.jsf 08:54:18,242 DEBUG [org.apache.catalina.realm.RealmBase] @ Checking constraint 'SecurityConstraint[proshop]' against GET /javax.faces.resource/theme.css.jsf --> false 08:54:18,242 DEBUG [org.apache.catalina.realm.RealmBase] @ Checking constraint 'SecurityConstraint[proshop]' against GET /javax.faces.resource/theme.css.jsf --> false 08:54:18,242 DEBUG [org.apache.catalina.realm.RealmBase] @ Checking constraint 'SecurityConstraint[proshop]' against GET /javax.faces.resource/theme.css.jsf --> false 08:54:18,242 DEBUG [org.apache.catalina.realm.RealmBase] @ Checking constraint 'SecurityConstraint[proshop]' against GET /javax.faces.resource/theme.css.jsf --> false 08:54:18,242 DEBUG [org.apache.catalina.realm.RealmBase] @ No applicable constraint located 08:54:18,242 DEBUG [org.apache.catalina.authenticator.AuthenticatorBase] @ Not subject to any constraint
Whe I use the jmx-console Loginmodule it works. So it must be a problem with the custom LoginModule.
Ist there a way to have more trace output from the security mechanism in JBoss?
Thanks Simon
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/775252#775252]
Start a new discussion in JBoss Web Development at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2112]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20121107/1a9ee5de/attachment.html
More information about the jboss-dev-forums
mailing list