[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/conf/saml-binding-config.xml

noreply at shibboleth.net noreply at shibboleth.net
Mon Apr 28 23:24:49 EDT 2014


Author: scantor
Date: Mon Apr 28 23:24:49 2014
New Revision: 5785

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5785&view=rev
Log:
Revert comment in check-in.

Modified:
    trunk/idp-conf/src/main/resources/system/conf/saml-binding-config.xml

Modified: trunk/idp-conf/src/main/resources/system/conf/saml-binding-config.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/saml-binding-config.xml?rev=5785&r1=5784&r2=5785&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/saml-binding-config.xml (original)
+++ trunk/idp-conf/src/main/resources/system/conf/saml-binding-config.xml Mon Apr 28 23:24:49 2014
@@ -25,10 +25,8 @@
     <bean id="shibboleth.BindingDescriptor" class="net.shibboleth.idp.saml.binding.BindingDescriptor" abstract="true" />
     
     <util:list id="shibboleth.OutgoingSAML1SSOBindings">
-    <!-- 
         <bean parent="shibboleth.BindingDescriptor" id="urn:oasis:names:tc:SAML:1.0:profiles:browser-post"
             p:encoderBeanId="shibboleth.Encoders.SAML1PostEncoder" />
-             -->
         <bean parent="shibboleth.BindingDescriptor" id="urn:oasis:names:tc:SAML:1.0:profiles:artifact-01"
             p:encoderBeanId="shibboleth.Encoders.SAML1ArtifactEncoder" p:artifact="true" />
     </util:list>



More information about the commits mailing list