[java-identity-provider COMMIT] /trunk/idp-war/src/main/webapp/WEB-INF/web.xml
noreply at shibboleth.net
noreply at shibboleth.net
Tue Sep 16 20:55:18 EDT 2014
Author: scantor
Date: Tue Sep 16 20:55:18 2014
New Revision: 6536
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6536&view=rev
Log:
Remove trust engine parameter.
Modified:
trunk/idp-war/src/main/webapp/WEB-INF/web.xml
Modified: trunk/idp-war/src/main/webapp/WEB-INF/web.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-war/src/main/webapp/WEB-INF/web.xml?rev=6536&r1=6535&r2=6536&view=diff
==============================================================================
--- trunk/idp-war/src/main/webapp/WEB-INF/web.xml (original)
+++ trunk/idp-war/src/main/webapp/WEB-INF/web.xml Tue Sep 16 20:55:18 2014
@@ -133,10 +133,6 @@
<servlet>
<servlet-name>X509AuthHandler</servlet-name>
<servlet-class>net.shibboleth.idp.authn.impl.X509AuthServlet</servlet-class>
- <init-param>
- <param-name>trustEngine</param-name>
- <param-value>shibboleth.X509AuthnTrustEngine</param-value>
- </init-param>
<load-on-startup>3</load-on-startup>
</servlet>
<servlet-mapping>
More information about the commits
mailing list