[java-identity-provider] branch main updated: Revert test property to match default.

Scott Cantor cantor.2 at osu.edu
Tue Mar 21 22:12:01 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=aff1eb7e15fafae0f5656048fa07dc280c01efdb

The following commit(s) were added to refs/heads/main by this push:
     new aff1eb7e1 Revert test property to match default.
aff1eb7e1 is described below

commit aff1eb7e15fafae0f5656048fa07dc280c01efdb
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Mar 21 18:11:58 2023 -0400

    Revert test property to match default.
---
 idp-conf/src/test/resources/conf/idp.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-conf/src/test/resources/conf/idp.properties b/idp-conf/src/test/resources/conf/idp.properties
index 6e80a0ce0..b3dddb8de 100644
--- a/idp-conf/src/test/resources/conf/idp.properties
+++ b/idp-conf/src/test/resources/conf/idp.properties
@@ -25,7 +25,7 @@ idp.scope = example.org
 #idp.cookie.secure = true
 #idp.cookie.httpOnly = true
 #idp.cookie.domain =
-idp.cookie.path = /
+#idp.cookie.path = /
 #idp.cookie.maxAge = 31536000
 # These control operation of the SameSite filter, which is off by default.
 #idp.cookie.sameSite = None

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


More information about the commits mailing list