[java-idp-testbed] branch main updated: IDP-2095 - Spring WebFlow versioned schema URL is now a 404

Scott Cantor cantor.2 at osu.edu
Tue Apr 25 18:33:26 UTC 2023


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository java-idp-testbed.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=63661d15fd269935f1f4dde6086e403cafbdbe6a

The following commit(s) were added to refs/heads/main by this push:
     new 63661d1  IDP-2095 - Spring WebFlow versioned schema URL is now a 404
63661d1 is described below

commit 63661d15fd269935f1f4dde6086e403cafbdbe6a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Apr 25 14:33:24 2023 -0400

    IDP-2095 - Spring WebFlow versioned schema URL is now a 404
    
    https://shibboleth.atlassian.net/browse/IDP-2095
    
    Fix test flows.
---
 src/main/webapp/WEB-INF/test/flows/hello/hello-flow.xml | 2 +-
 src/main/webapp/WEB-INF/test/flows/testflow.xml         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/WEB-INF/test/flows/hello/hello-flow.xml b/src/main/webapp/WEB-INF/test/flows/hello/hello-flow.xml
index f02c53d..3fa1d7b 100644
--- a/src/main/webapp/WEB-INF/test/flows/hello/hello-flow.xml
+++ b/src/main/webapp/WEB-INF/test/flows/hello/hello-flow.xml
@@ -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-2.0.xsd">
+                          http://www.springframework.org/schema/webflow/spring-webflow.xsd">
     
     <!-- Resolves view from same dir as flow definition. -->
     <view-state id="hello">
diff --git a/src/main/webapp/WEB-INF/test/flows/testflow.xml b/src/main/webapp/WEB-INF/test/flows/testflow.xml
index 3ba5489..766928b 100644
--- a/src/main/webapp/WEB-INF/test/flows/testflow.xml
+++ b/src/main/webapp/WEB-INF/test/flows/testflow.xml
@@ -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-2.0.xsd">
+                          http://www.springframework.org/schema/webflow/spring-webflow.xsd">
     
     <view-state id="start" view="/WEB-INF/test/jsp/test.jsp">
         <transition on="next" to="end" />

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list