[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/flows/saml/saml-abstract-beans.xml
noreply at shibboleth.net
noreply at shibboleth.net
Mon Sep 8 10:31:54 EDT 2014
Author: scantor
Date: Mon Sep 8 10:31:53 2014
New Revision: 6504
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6504&view=rev
Log:
Allow for null endpoint type in SOAP cases.
Modified:
trunk/idp-conf/src/main/resources/system/flows/saml/saml-abstract-beans.xml
Modified: trunk/idp-conf/src/main/resources/system/flows/saml/saml-abstract-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/saml-abstract-beans.xml?rev=6504&r1=6503&r2=6504&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/saml-abstract-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/saml-abstract-beans.xml Mon Sep 8 10:31:53 2014
@@ -115,7 +115,7 @@
<bean id="PopulateBindingAndEndpointContexts"
class="net.shibboleth.idp.saml.profile.impl.PopulateBindingAndEndpointContexts" scope="prototype"
p:endpointResolver-ref="shibboleth.EndpointResolver"
- p:endpointType-ref="shibboleth.EndpointType"
+ p:endpointType="#{getObject('shibboleth.EndpointType')}"
p:bindings-ref="shibboleth.OutgoingBindings"
p:artifactImpliesSecureChannel="%{idp.artifact.secureChannel:true}" />
More information about the commits
mailing list