Commit Graph

2808 Commits

Author SHA1 Message Date
Gary Gregory 460b60607d [HTTPCLIENT-1911] Failing tests on Fedora 28 due to weak encryption
algorithms in test keystore.
2018-03-20 17:50:56 -06:00
Oleg Kalnichevski b1e09f37ae HTTPCLIENT-1906: certificates containing alternative subject names other than DNS and IP (such as RFC822) get rejected as invalid 2018-02-26 15:10:00 +01:00
Hans-Peter Keck c215bc7bb5 HTTPCLIENT-1904: check cookie domain for null 2018-02-09 10:21:59 +01:00
Oleg Kalnichevski 97b5055cc1 HTTPCLIENT-1900: proxy protocol processor does not post-process CONNECT response messages 2018-01-27 10:21:53 +01:00
Oleg Kalnichevski 6374006e10 Upgraded HttpClient version to 4.5.6-SNAPSHOT 2018-01-22 09:49:22 +01:00
Oleg Kalnichevski 6f4550ff97 HttpClient 4.5.5 release 2018-01-18 13:04:50 +01:00
Oleg Kalnichevski e10c3a6403 Updated release notes for HttpClient 4.5.5 release 2018-01-18 12:49:24 +01:00
Oleg Kalnichevski c3e8f46ea7 Set API compatibility level to 4.5 2018-01-18 11:56:00 +01:00
Oleg Kalnichevski c1c2e9cc82 Removed classes committed by mistake 2018-01-16 09:51:51 +01:00
Oleg Kalnichevski 443778f293 Upgraded HttpCore dependency to version 4.4.9 2018-01-16 09:25:26 +01:00
Sudheera Palihakkara 0593c591ad HTTPCLIENT-1690: Updated a test case 2018-01-15 18:31:00 +08:00
Sudheera Palihakkara f1f3a38763 HTTPCLIENT-1690: Avoid merging Content-Encoding headers coming with 304 status to cache entry, port mergeHeaders method from master 2018-01-15 10:00:03 +01:00
Gary Gregory 6e372fb531 Update NOTICE to 2018. 2018-01-12 08:55:00 -07:00
Sudheera Palihakkara e7825a6f13 HTTPCLIENT-1895: added test case for multi-member GZIP content streams (per RFC 1952) 2018-01-11 14:14:48 +01:00
Gary Gregory 1780ab2bf3 [HTTPCLIENT-1889] org.apache.http.client.utils.URLEncodedUtils.parse()
should return a new ArrayList when there are no query parameters.
2017-12-15 14:15:49 -07:00
Gary Gregory 817d57a208 Replace use of String.indexOf(String) for strings of length one with
indexOf(char)
2017-12-06 09:28:30 -07:00
Oleg Kalnichevski 5bed670873 HTTPCLIENT-1888: Regression in SystemDefaultCredentialsProvider#getCredentials causing NPE 2017-12-05 09:58:27 +01:00
Gary Gregory ea73f439e9 [HTTPCLIENT-1886] Update HttpClient 4.5.x from HttpCore 4.4.7 to 4.4.8. 2017-11-30 13:44:40 -07:00
Gary Gregory 3689823d1c [HTTPCLIENT-1886] Update HttpClient 4.5.x from HttpCore 4.4.7 to 4.4.8. 2017-11-30 13:44:21 -07:00
Gary Gregory 3af6fea9fa Add slot for 4.5.5. 2017-11-30 12:26:42 -07:00
Oleg Kalnichevski a077bc6ab8 Upgraded HttpClient version to 4.5.5-SNAPSHOT 2017-11-30 11:27:42 +01:00
Oleg Kalnichevski cd166a737c HttpClient 4.5.4 release 2017-11-27 10:36:12 +01:00
Oleg Kalnichevski 721618c243 Updated release notes for HttpClient 4.5.4 release 2017-11-27 10:29:58 +01:00
Oleg Kalnichevski 8c4e081ecd HTTPCLIENT-1883: SystemDefaultCredentialsProvider to use https.proxy* system properties for origins with port 443 2017-11-26 16:47:29 +01:00
Oleg Kalnichevski e249943247 HTTPCLIENT-1883: Added https.proxy* to the list of system properties taken into account by HttpClientBuilder 2017-11-26 16:03:06 +01:00
Oleg Kalnichevski 6da7ec2609 Changed test case failing in TravisCI due to what might be a local host name resolution problem 2017-11-25 11:35:01 +01:00
Oleg Kalnichevski 73f99953f3 Upgraded HttpComponents Parent to version 10 2017-11-25 11:09:18 +01:00
Oleg Kalnichevski 0a7ca044cc Updated repository details in DOAP; removed outdated release data 2017-11-25 11:09:18 +01:00
Karl Wright 97eee9e0e0 HTTPCLIENT-1881: Allow truncated NTLM packets to work with this client. 2017-11-18 06:55:59 -05:00
Oleg Kalnichevski d6db9ab3d0 HTTPCLIENT-1879: re-apply SocketConfig#socketTimeout to connections leased by the pooling and basic connection managers 2017-11-16 20:17:36 +01:00
aleh_struneuski 2e303b854f HTTPCLIENT-1876. Improve the buildString() method in URIBuilder. 2017-10-25 11:43:12 +02:00
Oleg Kalnichevski 1383e1f781 HTTPCLIENT-1855: disabled caching of DIGEST auth scheme instances due to unreliability of nonce counter when the auth cache is shared by multiple sessions 2017-10-20 11:45:12 +02:00
Oleg Kalnichevski aa81865776 HTTPCLIENT-1855: Removed code causing unnecessary auth cache updated; Reverted 7e44b96 2017-10-19 20:07:49 +02:00
Oleg Kalnichevski cfbbea0ee3 Fixed NPE in case of a missing Max-Forwards header 2017-10-16 13:49:31 +02:00
Gary Gregory ad606e45bf Javadoc. 2017-10-04 15:00:20 -06:00
Oleg Kalnichevski aa0e53cc0c Removed explicit plugin version declaration (should be inherited from the parent POM) 2017-10-04 11:54:52 +02:00
alessandro.gherardi 7e44b9635e HTTPCLIENT-1855: Update DIGEST nonce counter in auth cache after auth challenge 2017-10-03 11:41:31 +02:00
Oleg Kalnichevski 74514b65ff Travis-CI configuration 2017-09-29 11:52:54 +02:00
Gary Gregory 84a5fba63d Update httpcomponents-parent from 8 to 9. 2017-09-24 12:34:46 -06:00
Oleg Kalnichevski f272674277 Upgraded HttpCore dependency to version 4.4.7 2017-09-14 13:27:00 +02:00
Andy Klimczak 5f9a6c01d8 Fix typo in HttpClients.java Javadoc closes #83. 2017-09-06 14:56:25 -06:00
Carter Kozak dd4da037c7 BasicCookieStore no longer synchronizes on reads
BasicCookieStore uses a ReentrantReadWriteLock to avoid
synchronization on getCookies/toString while maintaining
thread safety.
2017-08-08 14:50:52 +02:00
Oleg Kalnichevski 73ace14858 Fixed javadocs in ResponseContentEncoding 2017-08-01 11:42:07 +02:00
Tomas Celaya 7dfd236dc1 [HTTPCLIENT-1865] DefaultServiceUnavailableRetryStrategy does not
respect HttpEntity#isRepeatable.
2017-07-31 18:10:03 -07:00
Gary Gregory c165c06a97 Clean up: Order GID before AID. 2017-07-31 18:02:37 -07:00
Gary Gregory 61529d1f88 Checkstyle fixes: Use final and tab police. 2017-07-12 17:29:17 -07:00
Gary Gregory 6156eb1f0f Add final modifier to private fields. 2017-07-12 17:12:52 -07:00
Gary Gregory cd2c36194f Ignore Eclipse .checkstyle file. 2017-07-12 17:10:50 -07:00
Karl Wright 6d583c7d8c HTTPCLIENT-1859: Encode header name, filename appropriately 2017-06-23 15:07:20 +02:00
Leandro Nunes dac57c57f6 Closes PR #77
Avoid fetching the cached entity twice on cache hit.
2017-05-29 21:14:36 +02:00