[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
Fri Jan 24 20:26:28 EST 2014


Author: tzeller
Date: Fri Jan 24 20:26:27 2014
New Revision: 5241

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5241&view=rev
Log:
Fix typo which resulted in SAX parsing exception.

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=5241&r1=5240&r2=5241&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 Fri Jan 24 20:26:27 2014
@@ -91,7 +91,7 @@
             p:responderId="https://idp.example.org"
             p:detailedErrors="true"
             p:profileConfigurations-ref="SAML1BrowserSSOProfileConfiguration"
-            p:activationCondition-ref="AlwaysTruePredicate /">
+            p:activationCondition-ref="AlwaysTruePredicate" />
             
     <bean
         id="SelectProfileConfiguration"



More information about the commits mailing list