[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/flows/saml/saml2/slo-back-flow.xml

noreply at shibboleth.net noreply at shibboleth.net
Tue May 10 14:05:42 EDT 2016


Author: scantor
Date: Tue May 10 14:05:41 2016
New Revision: 8235

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8235&view=rev
Log:
IDP-984 - SOAP logout flow mislabeled as abstract

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

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

Modified: trunk/idp-conf/src/main/resources/system/flows/saml/saml2/slo-back-flow.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/saml2/slo-back-flow.xml?rev=8235&r1=8234&r2=8235&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/saml2/slo-back-flow.xml	(original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/saml2/slo-back-flow.xml	Tue May 10 14:05:41 2016
@@ -1,7 +1,7 @@
 <flow xmlns="http://www.springframework.org/schema/webflow"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="http://www.springframework.org/schema/webflow http://www.springframework.org/schema/webflow/spring-webflow.xsd"
-      abstract="true" parent="saml.abstract">
+      parent="saml.abstract">
 
     <!-- Bootstrap action has to be at the "top" of the flow after this flow prepends itself to parent. -->
     



More information about the commits mailing list