[java-identity-provider COMMIT] in /trunk/idp-conf/src/main/resources/system/flows/saml: saml1/common-beans.xml saml2...
noreply at shibboleth.net
noreply at shibboleth.net
Thu Oct 16 12:08:38 EDT 2014
Author: scantor
Date: Thu Oct 16 12:08:38 2014
New Revision: 6725
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6725&view=rev
Log:
Missed injection of servlet request to get SubjectLocality populated.
Modified:
trunk/idp-conf/src/main/resources/system/flows/saml/saml1/common-beans.xml
trunk/idp-conf/src/main/resources/system/flows/saml/saml2/common-beans.xml
Modified: trunk/idp-conf/src/main/resources/system/flows/saml/saml1/common-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/saml1/common-beans.xml?rev=6725&r1=6724&r2=6725&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/saml1/common-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/saml1/common-beans.xml Thu Oct 16 12:08:38 2014
@@ -31,7 +31,8 @@
</bean>
<bean id="AddAuthenticationStatementToAssertion"
- class="net.shibboleth.idp.saml.saml1.profile.impl.AddAuthenticationStatementToAssertion" scope="prototype">
+ class="net.shibboleth.idp.saml.saml1.profile.impl.AddAuthenticationStatementToAssertion" scope="prototype"
+ p:httpServletRequest-ref="shibboleth.HttpServletRequest">
<property name="identifierGeneratorLookupStrategy">
<bean class="net.shibboleth.idp.profile.config.navigate.IdentifierGenerationStrategyLookupFunction"
p:defaultIdentifierGenerationStrategy-ref="shibboleth.DefaultIdentifierGenerationStrategy" />
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=6725&r1=6724&r2=6725&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 Oct 16 12:08:38 2014
@@ -32,7 +32,8 @@
</bean>
<bean id="AddAuthnStatementToAssertion"
- class="net.shibboleth.idp.saml.saml2.profile.impl.AddAuthnStatementToAssertion" scope="prototype">
+ class="net.shibboleth.idp.saml.saml2.profile.impl.AddAuthnStatementToAssertion" scope="prototype"
+ p:httpServletRequest-ref="shibboleth.HttpServletRequest">
<property name="identifierGeneratorLookupStrategy">
<bean class="net.shibboleth.idp.profile.config.navigate.IdentifierGenerationStrategyLookupFunction"
p:defaultIdentifierGenerationStrategy-ref="shibboleth.DefaultIdentifierGenerationStrategy" />
More information about the commits
mailing list