[jboss-as7-dev] JBWEB CLIENT_CERT in web.xml, why?
Radoslaw Rodak
rodakr at gmx.ch
Tue Dec 20 15:06:45 EST 2011
Hello
I wrote custom Authenticator Valve which extends BaseAuthenticator. We have some legacy stuff...
I also have jboss-web.xml which reference this custome Valve and the Configured Security Realm in AS7.
Every thing is working fine, but only if I put in web.xml
<auth-method>CLIENT_CERT</auth-method>
when I put
<auth-method>CLIENT-CERT</auth-method>
My custom Valve is never called.
I see in Jboss AS7 stdout message about "no security constrain".
With CLIENT_CERT it works....
Mabe someone can give me a hint what I'm missing...
I wonder why I need CLIENT_CERT instead of CLIENT-CERT....
Radek Rodak
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-as7-dev/attachments/20111220/aeb2c5df/attachment.html
More information about the jboss-as7-dev
mailing list