[java-identity-provider] 02/02: Update schema path for webflow.
Scott Cantor
cantor.2 at osu.edu
Fri Jul 15 14:19:36 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch dev/IDP-1975
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=c7ea98cb6f62c41201ad9dc36d8a949a2471e168
commit c7ea98cb6f62c41201ad9dc36d8a949a2471e168
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jul 15 09:55:58 2022 -0400
Update schema path for webflow.
---
.../src/main/resources/net/shibboleth/idp/conf/webflow-config.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/webflow-config.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/webflow-config.xml
index ee0bff489..3a1f424da 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/webflow-config.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/webflow-config.xml
@@ -6,7 +6,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.xsd">
<bean class="org.springframework.context.support.PropertySourcesPlaceholderConfigurer"
p:placeholderPrefix="%{" p:placeholderSuffix="}" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list