[java-identity-provider] branch main updated: Default cookie path wasn't changed internally to match updated files.

Scott Cantor cantor.2 at osu.edu
Tue Mar 21 22:10:29 UTC 2023


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

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

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

The following commit(s) were added to refs/heads/main by this push:
     new 97a8a27de Default cookie path wasn't changed internally to match updated files.
97a8a27de is described below

commit 97a8a27de07477546e299ebfd223d69371048df8
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Mar 21 18:10:25 2023 -0400

    Default cookie path wasn't changed internally to match updated files.
---
 .../src/main/resources/net/shibboleth/idp/conf/global-system.xml    | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/global-system.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/global-system.xml
index b3afb3fc5..f9908be10 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/global-system.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/global-system.xml
@@ -275,7 +275,7 @@
         p:secure="%{idp.cookie.secure:true}"
         p:httpOnly="%{idp.cookie.httpOnly:true}"
         p:cookieDomain="%{idp.cookie.domain:}"
-        p:cookiePath="%{idp.cookie.path:}"
+        p:cookiePath="%{idp.cookie.path:/}"
         p:maxAge="-1" />
 
     <bean id="shibboleth.PersistentCookieManager" class="net.shibboleth.shared.net.CookieManager"
@@ -284,7 +284,7 @@
         p:secure="%{idp.cookie.secure:true}"
         p:httpOnly="%{idp.cookie.httpOnly:true}"
         p:cookieDomain="%{idp.cookie.domain:}"
-        p:cookiePath="%{idp.cookie.path:}"
+        p:cookiePath="%{idp.cookie.path:/}"
         p:maxAge="%{idp.cookie.maxAge:31536000}" />
 
     <bean id="shibboleth.UserPrefsCookieManager" class="net.shibboleth.shared.net.CookieManager"
@@ -293,7 +293,7 @@
         p:secure="%{idp.cookie.secure:true}"
         p:httpOnly="false"
         p:cookieDomain="%{idp.cookie.domain:}"
-        p:cookiePath="%{idp.cookie.path:}"
+        p:cookiePath="%{idp.cookie.path:/}"
         p:maxAge="%{idp.cookie.maxAge:31536000}" />
 
     <bean id="shibboleth.StorageService" lazy-init="true"

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


More information about the commits mailing list