[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/flows/saml1/sso-abstract-beans.xml
noreply at shibboleth.net
noreply at shibboleth.net
Tue Feb 18 15:46:46 EST 2014
Author: tzeller
Date: Tue Feb 18 15:46:46 2014
New Revision: 5396
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5396&view=rev
Log:
Make all beans "prototype" scope .
Modified:
trunk/idp-conf/src/main/resources/system/flows/saml1/sso-abstract-beans.xml
Modified: trunk/idp-conf/src/main/resources/system/flows/saml1/sso-abstract-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml1/sso-abstract-beans.xml?rev=5396&r1=5395&r2=5396&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml1/sso-abstract-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml1/sso-abstract-beans.xml Tue Feb 18 15:46:46 2014
@@ -153,11 +153,13 @@
<bean
id="ResolveAttributes"
class="net.shibboleth.idp.profile.impl.ResolveAttributes"
+ scope="prototype"
c:resolverService-ref="shibboleth.AttributeResolverService" />
<bean
id="FilterAttributes"
class="net.shibboleth.idp.profile.impl.FilterAttributes"
+ scope="prototype"
c:service-ref="shibboleth.AttributeFilterService" />
<bean
@@ -264,7 +266,8 @@
<bean
id="RecordResponseComplete"
- class="net.shibboleth.idp.profile.impl.RecordResponseComplete" />
+ class="net.shibboleth.idp.profile.impl.RecordResponseComplete"
+ scope="prototype" />
<!-- TODO The following are temporary. -->
More information about the commits
mailing list