[java-identity-provider] branch master updated: Undeprecate the HttpClient properties for now.

Scott Cantor cantor.2 at osu.edu
Mon Mar 9 08:46:05 EDT 2020


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

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

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

The following commit(s) were added to refs/heads/master by this push:
       new  09e2dc0   Undeprecate the HttpClient properties for now.
09e2dc0 is described below

commit 09e2dc0d7f002f924692b4520f637c84834a139b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Mar 9 08:45:36 2020 -0400

    Undeprecate the HttpClient properties for now.
---
 idp-conf/src/main/resources/system/conf/global-system.xml | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/idp-conf/src/main/resources/system/conf/global-system.xml b/idp-conf/src/main/resources/system/conf/global-system.xml
index 1854212..eb3c9e9 100644
--- a/idp-conf/src/main/resources/system/conf/global-system.xml
+++ b/idp-conf/src/main/resources/system/conf/global-system.xml
@@ -77,21 +77,6 @@
                 </entry>
                 <entry key="idp.consent.userStorageKey" value="idp.consent.attribute-release.userStorageKey" />
                 <entry key="idp.consent.userStorageKeyAttribute" value="idp.consent.attribute-release.userStorageKeyAttribute" />
-                <entry key="idp.httpclient.memorycaching.maxCacheEntries">
-                    <null/>
-                </entry>
-                <entry key="idp.httpclient.memorycaching.maxCacheEntrySize">
-                    <null/>
-                </entry>
-                <entry key="idp.httpclient.filecaching.maxCacheEntries">
-                    <null/>
-                </entry>
-                <entry key="idp.httpclient.filecaching.maxCacheEntrySize">
-                    <null/>
-                </entry>
-                <entry key="idp.httpclient.filecaching.cacheDirectory">
-                    <null/>
-                </entry>
              </map>
         </property>
         <property name="deadProperties">

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


More information about the commits mailing list