[java-identity-provider] branch master updated: IDP-1642 - Migrate configuration into jars where feasible

Scott Cantor cantor.2 at osu.edu
Tue Jul 21 18:16:39 UTC 2020


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

scantor pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=134c8bedb97d1a683533d149fa38a4e157fae9aa

The following commit(s) were added to refs/heads/master by this push:
       new  134c8bedb IDP-1642 - Migrate configuration into jars where feasible
134c8bedb is described below

commit 134c8bedb97d1a683533d149fa38a4e157fae9aa
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jul 21 14:17:18 2020 -0400

    IDP-1642 - Migrate configuration into jars where feasible
    
    https://issues.shibboleth.net/jira/browse/IDP-1642
    
    Move client-storage read/write into idp-session-impl.
---
 idp-conf/src/main/resources/system/conf/webflow-config.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/idp-conf/src/main/resources/system/conf/webflow-config.xml b/idp-conf/src/main/resources/system/conf/webflow-config.xml
index 7cc686c7c..21de85d49 100644
--- a/idp-conf/src/main/resources/system/conf/webflow-config.xml
+++ b/idp-conf/src/main/resources/system/conf/webflow-config.xml
@@ -153,8 +153,8 @@
                 <entry key="cas/logout" value="../system/flows/logout/logout-flow.xml" />
         
                 <!-- Client storage flows. -->
-                <entry key="client-storage/read" value="../system/flows/client-storage/client-storage-read-flow.xml" />
-                <entry key="client-storage/write" value="../system/flows/client-storage/client-storage-write-flow.xml" />
+                <entry key="client-storage/read" value="classpath:/net/shibboleth/idp/session/flows/client-storage-read-flow.xml" />
+                <entry key="client-storage/write" value="classpath:/net/shibboleth/idp/session/flows/client-storage-write-flow.xml" />
             </map>
         </property>
     </bean>

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


More information about the commits mailing list