[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/flows/saml/saml2/idwsf-ssos-beans.xml

noreply at shibboleth.net noreply at shibboleth.net
Tue Oct 18 19:53:31 EDT 2016


Author: putmanb
Date: Tue Oct 18 19:53:30 2016
New Revision: 8510

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8510&view=rev
Log:
Fix XML wiring typo from recent refactoring around bean post-processing.

Modified:
    trunk/idp-conf/src/main/resources/system/flows/saml/saml2/idwsf-ssos-beans.xml

Modified: trunk/idp-conf/src/main/resources/system/flows/saml/saml2/idwsf-ssos-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/saml2/idwsf-ssos-beans.xml?rev=8510&r1=8509&r2=8510&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/saml2/idwsf-ssos-beans.xml	(original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/saml2/idwsf-ssos-beans.xml	Tue Oct 18 19:53:30 2016
@@ -12,7 +12,7 @@
        default-destroy-method="destroy">
 
     <bean id="InitializeProfileRequestContext"
-        class="net.shibboleth.idp.profile.impl.InitializeProfileRequestContext" class="prototype"
+        class="net.shibboleth.idp.profile.impl.InitializeProfileRequestContext" scope="prototype"
         p:profileId="#{T(net.shibboleth.idp.saml.idwsf.profile.config.SSOSProfileConfiguration).PROFILE_ID}"
         p:loggingId="%{idp.service.logging.saml2sso:SSO}"
         p:browserProfile="false" />



More information about the commits mailing list