[java-identity-provider] branch main updated: Remove proxy beans from test.

Scott Cantor cantor.2 at osu.edu
Thu Nov 10 15:00:59 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=1fe1a5b41908e0cad11b5bc13c8f98a8d976a50e

The following commit(s) were added to refs/heads/main by this push:
     new 1fe1a5b41 Remove proxy beans from test.
1fe1a5b41 is described below

commit 1fe1a5b41908e0cad11b5bc13c8f98a8d976a50e
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Nov 10 10:00:56 2022 -0500

    Remove proxy beans from test.
---
 idp-cas-impl/src/test/resources/spring/test-flow-beans.xml | 6 ------
 1 file changed, 6 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 155d3dfd0..3c608e036 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
@@ -31,12 +31,6 @@
     <bean id="shibboleth.StorageService"
         class="org.opensaml.storage.impl.MemoryStorageService" />
 
-    <bean id="shibboleth.HttpServletRequest" destroy-method=""
-        class="net.shibboleth.shared.servlet.impl.ThreadLocalHttpServletRequestProxy" />
-
-    <bean id="shibboleth.HttpServletResponse" destroy-method=""
-        class="net.shibboleth.shared.servlet.impl.ThreadLocalHttpServletResponseProxy" />
-
     <bean id="shibboleth.HttpServletRequestSupplier" destroy-method=""
         class="net.shibboleth.shared.servlet.impl.ThreadLocalHttpServletRequestSupplier" />
 

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


More information about the commits mailing list