[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/flows/c14n/legacy-pc-subject-c14n-flow.xml

noreply at shibboleth.net noreply at shibboleth.net
Fri Feb 21 10:18:24 EST 2014


Author: rdw
Date: Fri Feb 21 10:18:24 2014
New Revision: 5435

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5435&view=rev
Log:
IDP-358 Wrong bean name in flow

Modified:
    trunk/idp-conf/src/main/resources/system/flows/c14n/legacy-pc-subject-c14n-flow.xml

Modified: trunk/idp-conf/src/main/resources/system/flows/c14n/legacy-pc-subject-c14n-flow.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/c14n/legacy-pc-subject-c14n-flow.xml?rev=5435&r1=5434&r2=5435&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/c14n/legacy-pc-subject-c14n-flow.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/c14n/legacy-pc-subject-c14n-flow.xml Fri Feb 21 10:18:24 2014
@@ -5,8 +5,8 @@
 
     <!-- This is a one-step subflow that does NameID Subject Canonicalization. -->
     
-    <action-state id="SAML2TransientSubjectCanonicalization">
-        <evaluate expression="SAML2TransientCanonicalization" />
+    <action-state id="LegacyPrincipalConnectorCanonicalization">
+        <evaluate expression="LegacyPrincipalConnectorCanonicalization" />
     </action-state>
 
     <bean-import resource="legacy-pc-subject-c14n-beans.xml" />



More information about the commits mailing list