[java-identity-provider COMMIT] in /trunk/idp-conf/src/main/resources: conf/webflow-config.xml flows/authn/account-lo...
noreply at shibboleth.net
noreply at shibboleth.net
Mon Feb 10 17:32:06 EST 2014
Author: scantor
Date: Mon Feb 10 17:32:05 2014
New Revision: 5358
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5358&view=rev
Log:
IDP-303: Forgot, we're still in webflow 2.3
Modified:
trunk/idp-conf/src/main/resources/conf/webflow-config.xml
trunk/idp-conf/src/main/resources/flows/authn/account-locked-flow.xml
trunk/idp-conf/src/main/resources/flows/authn/authn-conditions-flow.xml
trunk/idp-conf/src/main/resources/flows/authn/expired-password-flow.xml
trunk/idp-conf/src/main/resources/flows/authn/expiring-password-flow.xml
trunk/idp-conf/src/main/resources/system/flows/authn/authn-abstract-flow.xml
trunk/idp-conf/src/main/resources/system/flows/authn/authn-flow.xml
trunk/idp-conf/src/main/resources/system/flows/authn/ipaddress-authn-flow.xml
trunk/idp-conf/src/main/resources/system/flows/authn/jaas-authn-flow.xml
trunk/idp-conf/src/main/resources/system/flows/authn/ldap-authn-flow.xml
trunk/idp-conf/src/main/resources/system/flows/authn/remoteuser-authn-flow.xml
trunk/idp-conf/src/main/resources/system/flows/c14n/legacy-pc-subject-c14n-flow.xml
trunk/idp-conf/src/main/resources/system/flows/c14n/saml2-transient-subject-c14n-flow.xml
trunk/idp-conf/src/main/resources/system/flows/c14n/simple-subject-c14n-flow.xml
trunk/idp-conf/src/main/resources/system/flows/c14n/subject-c14n-abstract-flow.xml
trunk/idp-conf/src/main/resources/system/flows/c14n/subject-c14n-flow.xml
Modified: trunk/idp-conf/src/main/resources/conf/webflow-config.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/webflow-config.xml?rev=5358&r1=5357&r2=5358&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/webflow-config.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/webflow-config.xml Mon Feb 10 17:32:05 2014
@@ -4,7 +4,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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.4.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" />
Modified: trunk/idp-conf/src/main/resources/flows/authn/account-locked-flow.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/flows/authn/account-locked-flow.xml?rev=5358&r1=5357&r2=5358&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/flows/authn/account-locked-flow.xml (original)
+++ trunk/idp-conf/src/main/resources/flows/authn/account-locked-flow.xml Mon Feb 10 17:32:05 2014
@@ -1,6 +1,6 @@
<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-2.4.xsd">
+ xsi:schemaLocation="http://www.springframework.org/schema/webflow http://www.springframework.org/schema/webflow/spring-webflow-2.3.xsd">
<!-- This is a placeholder flow that does nothing out of the box but reserves a subflow ID. -->
Modified: trunk/idp-conf/src/main/resources/flows/authn/authn-conditions-flow.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/flows/authn/authn-conditions-flow.xml?rev=5358&r1=5357&r2=5358&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/flows/authn/authn-conditions-flow.xml (original)
+++ trunk/idp-conf/src/main/resources/flows/authn/authn-conditions-flow.xml Mon Feb 10 17:32:05 2014
@@ -1,6 +1,6 @@
<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-2.4.xsd"
+ xsi:schemaLocation="http://www.springframework.org/schema/webflow http://www.springframework.org/schema/webflow/spring-webflow-2.3.xsd"
abstract="true">
<action-state id="ValidateUsernamePassword">
Modified: trunk/idp-conf/src/main/resources/flows/authn/expired-password-flow.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/flows/authn/expired-password-flow.xml?rev=5358&r1=5357&r2=5358&view=diff
==============================================================================
[... 179 lines stripped ...]
More information about the commits
mailing list