[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/conf/webflow-config.xml
noreply at shibboleth.net
noreply at shibboleth.net
Mon May 12 16:37:41 EDT 2014
Author: tzeller
Date: Mon May 12 16:37:41 2014
New Revision: 5916
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5916&view=rev
Log:
Cleanup whitespace.
Modified:
trunk/idp-conf/src/main/resources/system/conf/webflow-config.xml
Modified: trunk/idp-conf/src/main/resources/system/conf/webflow-config.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/webflow-config.xml?rev=5916&r1=5915&r2=5916&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/webflow-config.xml (original)
+++ trunk/idp-conf/src/main/resources/system/conf/webflow-config.xml Mon May 12 16:37:41 2014
@@ -5,13 +5,13 @@
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd
http://www.springframework.org/schema/webflow-config http://www.springframework.org/schema/webflow-config/spring-webflow-config-2.3.xsd">
-
+
<context:property-placeholder location="file:///${idp.home}/conf/idp.properties" />
<!--
Define custom flows by using the filesystem directly. Flows will be named based
on the directories between the base-path and the flow file ending in -flow.xml
-
+
NOTE: you cannot override named flows in the system registry below. If absolutely
necessary, you can comment out system flows to override them.
-->
@@ -26,24 +26,24 @@
<webflow:flow-location id="saml.abstract" path="/saml/saml-abstract-flow.xml" />
<webflow:flow-location id="saml1.sso.abstract" path="/saml/saml1/sso-abstract-flow.xml" />
<webflow:flow-location id="saml2.sso.abstract" path="/saml/saml2/sso-abstract-flow.xml" />
-
+
<!-- SAML profile flows. -->
- <webflow:flow-location id="profile/Shibboleth/SSO" path="/saml/saml1/sso-unsolicited-flow.xml" />
- <webflow:flow-location id="profile/SAML1/SOAP/AttributeQuery" path="/saml/saml1/attribute-query-flow.xml" />
- <webflow:flow-location id="profile/SAML1/SOAP/ArtifactResolution" path="/saml/saml1/artifact-resolution-flow.xml" />
- <webflow:flow-location id="profile/SAML2/POST/SSO" path="/saml/saml2/sso-post-flow.xml" />
- <webflow:flow-location id="profile/SAML2/POST-SimpleSign/SSO" path="/saml/saml2/sso-post-flow.xml" />
+ <webflow:flow-location id="profile/Shibboleth/SSO" path="/saml/saml1/sso-unsolicited-flow.xml" />
+ <webflow:flow-location id="profile/SAML1/SOAP/AttributeQuery" path="/saml/saml1/attribute-query-flow.xml" />
+ <webflow:flow-location id="profile/SAML1/SOAP/ArtifactResolution" path="/saml/saml1/artifact-resolution-flow.xml" />
+ <webflow:flow-location id="profile/SAML2/POST/SSO" path="/saml/saml2/sso-post-flow.xml" />
+ <webflow:flow-location id="profile/SAML2/POST-SimpleSign/SSO" path="/saml/saml2/sso-post-flow.xml" />
<webflow:flow-location id="profile/SAML2/Redirect/SSO" path="/saml/saml2/sso-redirect-flow.xml" />
- <webflow:flow-location id="profile/SAML2/Unsolicited/SSO" path="/saml/saml2/sso-unsolicited-flow.xml" />
- <webflow:flow-location id="profile/SAML2/SOAP/AttributeQuery" path="/saml/saml2/attribute-query-flow.xml" />
- <webflow:flow-location id="profile/SAML2/SOAP/ArtifactResolution" path="/saml/saml2/artifact-resolution-flow.xml" />
-
+ <webflow:flow-location id="profile/SAML2/Unsolicited/SSO" path="/saml/saml2/sso-unsolicited-flow.xml" />
+ <webflow:flow-location id="profile/SAML2/SOAP/AttributeQuery" path="/saml/saml2/attribute-query-flow.xml" />
+ <webflow:flow-location id="profile/SAML2/SOAP/ArtifactResolution" path="/saml/saml2/artifact-resolution-flow.xml" />
+
<!-- Inbound security processing of SAML messages. -->
<webflow:flow-location id="security-policy.abstract" path="/saml/security-abstract-flow.xml" />
<webflow:flow-location id="security-policy/shibboleth-sso" path="/saml/saml1/sso-security-flow.xml" />
<webflow:flow-location id="security-policy/saml2-sso" path="/saml/saml2/sso-security-flow.xml" />
<webflow:flow-location id="security-policy/soap" path="/saml/soap-security-flow.xml" />
-
+
<!-- Master flow for authentication. -->
<webflow:flow-location id="authn.abstract" path="/authn/authn-abstract-flow.xml" />
<webflow:flow-location id="authn" path="/authn/authn-flow.xml" />
@@ -52,38 +52,38 @@
<webflow:flow-location id="authn/IPAddress" path="/authn/ipaddress-authn-flow.xml" />
<webflow:flow-location id="authn/RemoteUser" path="/authn/remoteuser-authn-flow.xml" />
<webflow:flow-location id="authn/JAAS" path="/authn/jaas-authn-flow.xml" />
- <webflow:flow-location id="authn/LDAP" path="/authn/ldap-authn-flow.xml" />
-
[... 58 lines stripped ...]
More information about the commits
mailing list