فهرست منبع

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

Luke Taylor 20 سال پیش
والد
کامیت
740373ad01
1فایلهای تغییر یافته به همراه1 افزوده شده و 10 حذف شده
  1. 1 10
      samples/contacts/src/main/webapp/x509/WEB-INF/web.xml

+ 1 - 10
samples/contacts/src/main/webapp/x509/WEB-INF/web.xml

@@ -103,14 +103,5 @@
       <taglib-uri>/spring</taglib-uri>
       <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>