[java-identity-provider] branch main updated: JSPT-119 - Deprecate servlet request/response proxies
Scott Cantor
cantor.2 at osu.edu
Thu Nov 10 14:35:15 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=d7630bce117845e5390c35a9ea2d97aab7040b2c
The following commit(s) were added to refs/heads/main by this push:
new d7630bce1 JSPT-119 - Deprecate servlet request/response proxies
d7630bce1 is described below
commit d7630bce117845e5390c35a9ea2d97aab7040b2c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Nov 10 09:35:12 2022 -0500
JSPT-119 - Deprecate servlet request/response proxies
https://shibboleth.atlassian.net/browse/JSPT-119
Removed proxy beans.
---
idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/filters.xml | 2 --
1 file changed, 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 09ee95083..3bad77fe3 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
@@ -14,9 +14,7 @@
<!-- Beans related to servlet/filter installation and use. -->
- <bean id="shibboleth.HttpServletRequest" class="net.shibboleth.shared.servlet.impl.ThreadLocalHttpServletRequestProxy" />
<bean id="shibboleth.HttpServletRequestSupplier" class="net.shibboleth.shared.servlet.impl.ThreadLocalHttpServletRequestSupplier" />
- <bean id="shibboleth.HttpServletResponse" class="net.shibboleth.shared.servlet.impl.ThreadLocalHttpServletResponseProxy" />
<bean id="shibboleth.HttpServletResponseSupplier" class="net.shibboleth.shared.servlet.impl.ThreadLocalHttpServletResponseSupplier" />
<bean id="shibboleth.DefaultResponseHeaderMap"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list