[java-identity-provider] branch main updated: Typo in SpEL expression.

Scott Cantor cantor.2 at osu.edu
Wed Aug 2 14:24:06 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=d152f4578d5cced402e6addfe8c377bfe39da3bc

The following commit(s) were added to refs/heads/main by this push:
     new d152f4578 Typo in SpEL expression.
d152f4578 is described below

commit d152f4578d5cced402e6addfe8c377bfe39da3bc
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Aug 2 10:24:02 2023 -0400

    Typo in SpEL expression.
---
 idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/filters.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 b82bb6cfb..a6bf551bc 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,7 +71,7 @@
 
     <!-- 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:UserFacingPrefixPredicate}'.trim()}"
         p:headers="#{getObject('shibboleth.ResponseHeaderMap') ?: getObject('shibboleth.DefaultResponseHeaderMap')}"
         p:callbacks="#{getObject('shibboleth.ResponseHeaderCallbacks')}" />
     

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


More information about the commits mailing list