[java-identity-provider] branch maint-4 updated: IDP-2042 - Finalize deprecation of HttpServletXXX proxies

Scott Cantor cantor.2 at osu.edu
Wed Nov 30 16:09:38 UTC 2022


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch maint-4
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=fdd1157e90fa24c004e89657caf9a50f29d6aaa1

The following commit(s) were added to refs/heads/maint-4 by this push:
     new fdd1157e9 IDP-2042 - Finalize deprecation of HttpServletXXX proxies
fdd1157e9 is described below

commit fdd1157e90fa24c004e89657caf9a50f29d6aaa1
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Nov 30 11:09:34 2022 -0500

    IDP-2042 - Finalize deprecation of HttpServletXXX proxies
    
    https://shibboleth.atlassian.net/browse/IDP-2042
    
    Switch deployer beans over to new warning class.
---
 .../src/main/resources/net/shibboleth/idp/conf/global-system.xml      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/global-system.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/global-system.xml
index dffa15c4e..f3693f1b4 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/global-system.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/global-system.xml
@@ -174,9 +174,9 @@
 
     <!-- Deprecated beans. -->
     <bean id="shibboleth.HttpServletRequest"
-        class="net.shibboleth.utilities.java.support.net.ThreadLocalHttpServletRequestProxy" lazy-init="true" />
+        class="net.shibboleth.utilities.java.support.net.impl.ThreadLocalHttpServletRequestProxy" lazy-init="true" />
     <bean id="shibboleth.HttpServletResponse"
-        class="net.shibboleth.utilities.java.support.net.ThreadLocalHttpServletResponseProxy" lazy-init="true" />
+        class="net.shibboleth.utilities.java.support.net.impl.ThreadLocalHttpServletResponseProxy" lazy-init="true" />
     
     <!-- Replacement beans. -->
     <bean id="shibboleth.HttpServletRequestSupplier"

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


More information about the commits mailing list