[jboss-as7-dev] JBWEB CLIENT_CERT in web.xml, why?

Anil Saldhana Anil.Saldhana at redhat.com
Wed Dec 21 00:12:44 EST 2011


http://community.jboss.org/wiki/JBossAS7SecurityDomainModel

There is a section on deploying custom tomcat authenticators.

On 12/20/2011 02:06 PM, Radoslaw Rodak wrote:
> 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/8e402f92/attachment.html 


More information about the jboss-as7-dev mailing list