[java-identity-provider COMMIT] /trunk/idp-distribution/src/main/resources/jetty-base/webapps/idp.xml

noreply at shibboleth.net noreply at shibboleth.net
Mon Jun 9 22:13:46 EDT 2014


Author: tzeller
Date: Mon Jun  9 22:13:46 2014
New Revision: 6068

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6068&view=rev
Log:
Comment out the "strict" parameter because it is not applicable to Jetty 9.1+.

Modified:
    trunk/idp-distribution/src/main/resources/jetty-base/webapps/idp.xml

Modified: trunk/idp-distribution/src/main/resources/jetty-base/webapps/idp.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-distribution/src/main/resources/jetty-base/webapps/idp.xml?rev=6068&r1=6067&r2=6068&view=diff
==============================================================================
--- trunk/idp-distribution/src/main/resources/jetty-base/webapps/idp.xml (original)
+++ trunk/idp-distribution/src/main/resources/jetty-base/webapps/idp.xml Mon Jun  9 22:13:46 2014
@@ -32,7 +32,9 @@
          <Set name="loginModuleName">ShibUserPassAuth</Set>
        </New>
      </Set>
+     <!-- Not applicable to Jetty 9.1+ ?
      <Set name="Strict">false</Set>
+      -->
     </New>
   </Set>
   



More information about the commits mailing list