[java-identity-provider] 01/02: Revert "IDP-2063 - Default cookies and examples to __Host- prefixed"

Scott Cantor cantor.2 at osu.edu
Mon Jan 23 14:13:24 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=aedb6fb4f4c83c89a73ea74f8012153803c09976

commit aedb6fb4f4c83c89a73ea74f8012153803c09976
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jan 23 08:42:32 2023 -0500

    Revert "IDP-2063 - Default cookies and examples to __Host- prefixed"
    
    This reverts commit 1f85f98e9b92eb43d9764a053511fced5206a267.
---
 .../resources/net/shibboleth/idp/flows/authn/spnego-authn-beans.xml     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/spnego-authn-beans.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/spnego-authn-beans.xml
index 5762c7927..254fc7238 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/spnego-authn-beans.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/spnego-authn-beans.xml
@@ -58,7 +58,7 @@
     <bean id="SPNEGOAutoLoginManager"
         class="net.shibboleth.idp.authn.spnego.impl.SPNEGOAutoLoginManager"
         p:cookieManager-ref="shibboleth.UserPrefsCookieManager"
-        p:cookieName="%{idp.authn.SPNEGO.cookieName:__Host-idp_spnego_autologin}" />
+        p:cookieName="%{idp.authn.SPNEGO.cookieName:_idp_spnego_autologin}" />
 
     <bean id="PopulateSubjectCanonicalizationContext"
         class="net.shibboleth.idp.authn.impl.PopulateSubjectCanonicalizationContext" scope="prototype"

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


More information about the commits mailing list