[java-identity-provider] branch main updated: Promote response header condition to "documented" naming convention.

Scott Cantor cantor.2 at osu.edu
Wed Aug 2 14:39:36 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=6787539042e27f3c3f12462d8b80ed7d034dbf34

The following commit(s) were added to refs/heads/main by this push:
     new 678753904 Promote response header condition to "documented" naming convention.
678753904 is described below

commit 6787539042e27f3c3f12462d8b80ed7d034dbf34
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Aug 2 10:39:33 2023 -0400

    Promote response header condition to "documented" naming convention.
---
 idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/filters.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/filters.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/filters.xml
index a6bf551bc..2b1cfa9a4 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/filters.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/filters.xml
@@ -71,12 +71,12 @@
 
     <!-- Handles response header customization so must run conditionally based on path prefix. -->
     <bean class="net.shibboleth.shared.spring.servlet.impl.DynamicResponseHeaderFilter"
-        p:activationCondition-ref="#{'%{idp.responseHeaderCondition:UserFacingPrefixPredicate}'.trim()}"
+        p:activationCondition-ref="#{'%{idp.responseHeaderCondition:shibboleth.UserFacingPrefixPredicate}'.trim()}"
         p:headers="#{getObject('shibboleth.ResponseHeaderMap') ?: getObject('shibboleth.DefaultResponseHeaderMap')}"
         p:callbacks="#{getObject('shibboleth.ResponseHeaderCallbacks')}" />
     
     <!-- Evaluates auto-wired paths against a requested URL. -->
-    <bean id="UserFacingPrefixPredicate" class="net.shibboleth.shared.spring.servlet.RequestURLPrefixPredicate" />
+    <bean id="shibboleth.UserFacingPrefixPredicate" class="net.shibboleth.shared.spring.servlet.RequestURLPrefixPredicate" />
 
     <!-- Path prefixes for user-facing non-logout activity. -->
     <bean class="net.shibboleth.shared.spring.servlet.URLPrefix" c:_0="/profile/admin/" />

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


More information about the commits mailing list