Removed login-config info. Client authentication has to be enabled on the server (e.g. in the Tomcat connector) for it to work.

This commit is contained in:
Luke Taylor 2005-03-11 00:33:15 +00:00
parent 466220eb50
commit 740373ad01

View File

@ -104,13 +104,4 @@
<taglib-location>/WEB-INF/spring.tld</taglib-location>
</taglib>
<login-config>
<auth-method>CLIENT-CERT</auth-method>
</login-config>
<security-constraint>
<web-resource-collection>/*</web-resource-collection>
<user-data-constraint>CONFIDENTIAL</user-data-constraint>
</security-constraint>
</web-app>