[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/flows/saml/saml2/common-beans.xml
noreply at shibboleth.net
noreply at shibboleth.net
Thu May 8 22:56:04 EDT 2014
Author: scantor
Date: Thu May 8 22:56:03 2014
New Revision: 5892
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5892&view=rev
Log:
Add overwrite to response generation.
Modified:
trunk/idp-conf/src/main/resources/system/flows/saml/saml2/common-beans.xml
Modified: trunk/idp-conf/src/main/resources/system/flows/saml/saml2/common-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/saml2/common-beans.xml?rev=5892&r1=5891&r2=5892&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/saml2/common-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/saml2/common-beans.xml Thu May 8 22:56:03 2014
@@ -24,6 +24,7 @@
static-field="org.opensaml.saml.saml2.metadata.SPSSODescriptor.DEFAULT_ELEMENT_NAME" />
<bean id="AddResponseShell" class="org.opensaml.saml.saml2.profile.impl.AddStatusResponseShell" scope="prototype"
+ p:overwriteExisting="true"
p:issuerLookupStrategy-ref="shibboleth.ResponderIdLookup.Simple"
p:messageType="#{T(org.opensaml.saml.saml2.core.Response).DEFAULT_ELEMENT_NAME}">
<property name="identifierGeneratorLookupStrategy">
More information about the commits
mailing list