[java-identity-provider] branch main updated: IDP-1991 - Remove unused HttpServletResponse reference

Scott Cantor cantor.2 at osu.edu
Mon Aug 8 15:25:58 UTC 2022


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=5ea8ea99b502e50cd9a6197d3a65471b8495c7f6

The following commit(s) were added to refs/heads/main by this push:
     new 5ea8ea99b IDP-1991 - Remove unused HttpServletResponse reference
5ea8ea99b is described below

commit 5ea8ea99b502e50cd9a6197d3a65471b8495c7f6
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Aug 8 11:25:55 2022 -0400

    IDP-1991 - Remove unused HttpServletResponse reference
    
    https://shibboleth.atlassian.net/browse/IDP-1991
    
    Fix test wiring.
---
 idp-cas-impl/src/test/resources/spring/test-flow-beans.xml | 1 -
 idp-conf/src/test/resources/test/test-cas-beans.xml        | 1 -
 2 files changed, 2 deletions(-)

diff --git a/idp-cas-impl/src/test/resources/spring/test-flow-beans.xml b/idp-cas-impl/src/test/resources/spring/test-flow-beans.xml
index d578c1662..e7d739731 100644
--- a/idp-cas-impl/src/test/resources/spring/test-flow-beans.xml
+++ b/idp-cas-impl/src/test/resources/spring/test-flow-beans.xml
@@ -58,7 +58,6 @@
           p:cookieManager-ref="shibboleth.CookieManager"
           p:storageService-ref="shibboleth.StorageService"
           p:httpServletRequest-ref="shibboleth.HttpServletRequest"
-          p:httpServletResponse-ref="shibboleth.HttpServletResponse"
           p:consistentAddress="true"
           p:sessionTimeout="PT60M"
           p:sessionSlop="0"
diff --git a/idp-conf/src/test/resources/test/test-cas-beans.xml b/idp-conf/src/test/resources/test/test-cas-beans.xml
index 822a42351..81b2320ef 100644
--- a/idp-conf/src/test/resources/test/test-cas-beans.xml
+++ b/idp-conf/src/test/resources/test/test-cas-beans.xml
@@ -12,7 +12,6 @@
     <bean id="shibboleth.SessionManager" class="net.shibboleth.idp.session.impl.StorageBackedSessionManager"
           depends-on="shibboleth.OpenSAMLConfig"
           p:httpServletRequest-ref="shibboleth.HttpServletRequest"
-          p:httpServletResponse-ref="shibboleth.HttpServletResponse"
           p:authenticationFlowDescriptors="#{@'shibboleth.AuthenticationFlowDescriptorManager'.getComponents().?[id matches 'authn/(' + '%{idp.authn.flows:Password}'.trim() + ')']}"
           p:cookieManager-ref="shibboleth.CookieManager"
           p:storageService-ref="shibboleth.StorageService"

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


More information about the commits mailing list