[java-identity-provider COMMIT] in /trunk/idp-conf/src/main/resources/system/flows/saml: saml1/artifact-resolution-fl...

noreply at shibboleth.net noreply at shibboleth.net
Thu Mar 17 15:32:39 EDT 2016


Author: scantor
Date: Thu Mar 17 15:32:38 2016
New Revision: 8166

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8166&view=rev
Log:
IDP-953 - AttributeQuery with blocked persistentId generates HTML

https://issues.shibboleth.net/jira/browse/IDP-953

Modified:
    trunk/idp-conf/src/main/resources/system/flows/saml/saml1/artifact-resolution-flow.xml
    trunk/idp-conf/src/main/resources/system/flows/saml/saml1/attribute-query-flow.xml
    trunk/idp-conf/src/main/resources/system/flows/saml/saml2/artifact-resolution-flow.xml
    trunk/idp-conf/src/main/resources/system/flows/saml/saml2/attribute-query-flow.xml
    trunk/idp-conf/src/main/resources/system/flows/saml/saml2/slo-back-flow.xml

Modified: trunk/idp-conf/src/main/resources/system/flows/saml/saml1/artifact-resolution-flow.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/saml1/artifact-resolution-flow.xml?rev=8166&r1=8165&r2=8166&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/saml1/artifact-resolution-flow.xml	(original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/saml1/artifact-resolution-flow.xml	Thu Mar 17 15:32:38 2016
@@ -37,7 +37,9 @@
     <!-- We need to trap non-proceed transitions in these actions to avoid an infinite loop. -->
 
     <action-state id="HandleError">
-        <evaluate expression="LogEvent" />
+        <on-entry>
+            <evaluate expression="LogEvent" />
+        </on-entry>
         <evaluate expression="InitializeOutboundMessageContextForError" />
         <evaluate expression="AddResponseShell" />
         <evaluate expression="AddInResponseToToResponse" />

Modified: trunk/idp-conf/src/main/resources/system/flows/saml/saml1/attribute-query-flow.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/saml1/attribute-query-flow.xml?rev=8166&r1=8165&r2=8166&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/saml1/attribute-query-flow.xml	(original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/saml1/attribute-query-flow.xml	Thu Mar 17 15:32:38 2016
@@ -45,7 +45,9 @@
     <!-- We need to trap non-proceed transitions in these actions to avoid an infinite loop. -->
 
     <action-state id="HandleError">
-        <evaluate expression="LogEvent" />
+        <on-entry>
+            <evaluate expression="LogEvent" />
+        </on-entry>
         <evaluate expression="InitializeOutboundMessageContextForError" />
         <evaluate expression="AddResponseShell" />
         <evaluate expression="AddInResponseToToResponse" />

Modified: trunk/idp-conf/src/main/resources/system/flows/saml/saml2/artifact-resolution-flow.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/saml2/artifact-resolution-flow.xml?rev=8166&r1=8165&r2=8166&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/saml2/artifact-resolution-flow.xml	(original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/saml2/artifact-resolution-flow.xml	Thu Mar 17 15:32:38 2016
@@ -43,7 +43,9 @@
     <!-- We need to trap non-proceed transitions in these actions to avoid an infinite loop. -->
 
     <action-state id="HandleError">
-        <evaluate expression="LogEvent" />
+        <on-entry>
+            <evaluate expression="LogEvent" />
+        </on-entry>
         <evaluate expression="InitializeOutboundMessageContextForError" />
         <evaluate expression="AddArtifactResponseShell" />
         <evaluate expression="AddInResponseToToResponse" />

Modified: trunk/idp-conf/src/main/resources/system/flows/saml/saml2/attribute-query-flow.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/saml2/attribute-query-flow.xml?rev=8166&r1=8165&r2=8166&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/saml2/attribute-query-flow.xml	(original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/saml2/attribute-query-flow.xml	Thu Mar 17 15:32:38 2016
@@ -51,7 +51,9 @@
     <!-- We need to trap non-proceed transitions in these actions to avoid an infinite loop. -->
 
     <action-state id="HandleError">
-        <evaluate expression="LogEvent" />
+        <on-entry>
+            <evaluate expression="LogEvent" />
+        </on-entry>
         <evaluate expression="InitializeOutboundMessageContextForError" />
         <evaluate expression="AddResponseShell" />
         <evaluate expression="AddInResponseToToResponse" />

Modified: trunk/idp-conf/src/main/resources/system/flows/saml/saml2/slo-back-flow.xml

[... 16 lines stripped ...]


More information about the commits mailing list