[java-identity-provider COMMIT] in /trunk: idp-conf/src/main/resources/system/flows/saml1/sso-abstract-beans.xml idp-...

noreply at shibboleth.net noreply at shibboleth.net
Wed Mar 5 21:57:28 EST 2014


Author: scantor
Date: Wed Mar  5 21:57:28 2014
New Revision: 5533

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5533&view=rev
Log:
IDP-145 - create dual version action

Modified:
    trunk/idp-conf/src/main/resources/system/flows/saml1/sso-abstract-beans.xml
    trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/saml2/AddNotBeforeConditionToAssertions.java
    trunk/idp-saml-impl/src/test/java/net/shibboleth/idp/saml/impl/profile/saml2/AddNotBeforeConditionToAssertionsTest.java

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=5533&r1=5532&r2=5533&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 Wed Mar  5 21:57:28 2014
@@ -233,7 +233,7 @@
 
     <bean
         id="AddNotBeforeConditionToAssertions"
-        class="org.opensaml.saml.saml1.profile.impl.AddNotBeforeConditionToAssertions"
+        class="org.opensaml.saml.common.profile.impl.AddNotBeforeConditionToAssertions"
         scope="prototype">
         <property name="activationCondition">
             <bean class="net.shibboleth.idp.saml.impl.profile.config.logic.NotBeforeProfileConfigPredicate" />



More information about the commits mailing list