[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Certificate and form login in one WAR
jfrederic.clere@jboss.com
do-not-reply at jboss.com
Wed Jun 24 03:26:43 EDT 2009
Yep just have 2 security-constraint in the web.xml one with:
<transport-guarantee>CONFIDENTIAL</transport-guarantee>
the other with something like:
| <auth-constraint>
| <role-name>manager</role-name>
| </auth-constraint>
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239624#4239624
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239624
More information about the jboss-user
mailing list