[java-idp-plugin-oidc-rp] branch main updated: Remove unused HTTP servlet request/response proxies
Phil Smart
philip.smart at jisc.ac.uk
Fri May 5 10:49:33 UTC 2023
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-idp-plugin-oidc-rp.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-oidc-rp.git;a=commit;h=1fb826ffe59d8e5370483567bd93c128b0803148
The following commit(s) were added to refs/heads/main by this push:
new 1fb826f Remove unused HTTP servlet request/response proxies
1fb826f is described below
commit 1fb826ffe59d8e5370483567bd93c128b0803148
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri May 5 11:49:31 2023 +0100
Remove unused HTTP servlet request/response proxies
- Should have been removed in an older commit but were not. Are not
being used so just cleanup.
---
.../main/resources/META-INF/net.shibboleth.idp/postconfig.xml | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/idp-oidc-rp-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml b/idp-oidc-rp-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
index 9ee4bc2..355896e 100644
--- a/idp-oidc-rp-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
+++ b/idp-oidc-rp-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
@@ -11,16 +11,6 @@
<!-- System beans needed for the extension to function, loaded after global.xml. -->
-
- <!--
- Internal versions of the Http Request/Reponse proxies to easy the transition to IdP 5.0.
- Will be removed in IdP 5.0.
- -->
- <bean id="shibboleth.authn.oidc.rp.internal.HttpServletRequest"
- class="net.shibboleth.utilities.java.support.net.ThreadLocalHttpServletRequestProxy" lazy-init="true" />
- <bean id="shibboleth.authn.oidc.rp.internal.HttpServletResponse"
- class="net.shibboleth.utilities.java.support.net.ThreadLocalHttpServletResponseProxy" lazy-init="true" />
-
<!-- Functions use by the flow and global beans -->
<bean id="shibboleth.ChildLookup.OIDCProviderMetadataContext"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list