[java-identity-provider COMMIT] in /trunk: idp-conf/src/main/resources/flows/authn/account-locked-flow.xml idp-conf/s...
noreply at shibboleth.net
noreply at shibboleth.net
Mon Feb 10 17:42:20 EST 2014
Author: scantor
Date: Mon Feb 10 17:42:20 2014
New Revision: 5359
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5359&view=rev
Log:
Webflow bug, it doesn't declare a schema mapping for the flow schema.
Modified:
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
trunk/idp-core/src/main/resources/META-INF/spring.schemas
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=5359&r1=5358&r2=5359&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:42:20 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.3.xsd">
+ xsi:schemaLocation="http://www.springframework.org/schema/webflow http://www.springframework.org/schema/webflow/spring-webflow.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=5359&r1=5358&r2=5359&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:42:20 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.3.xsd"
+ xsi:schemaLocation="http://www.springframework.org/schema/webflow http://www.springframework.org/schema/webflow/spring-webflow.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=5359&r1=5358&r2=5359&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/flows/authn/expired-password-flow.xml (original)
+++ trunk/idp-conf/src/main/resources/flows/authn/expired-password-flow.xml Mon Feb 10 17:42:20 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.3.xsd">
+ xsi:schemaLocation="http://www.springframework.org/schema/webflow http://www.springframework.org/schema/webflow/spring-webflow.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/expiring-password-flow.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/flows/authn/expiring-password-flow.xml?rev=5359&r1=5358&r2=5359&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/flows/authn/expiring-password-flow.xml (original)
+++ trunk/idp-conf/src/main/resources/flows/authn/expiring-password-flow.xml Mon Feb 10 17:42:20 2014
[... 175 lines stripped ...]
More information about the commits
mailing list