Gary Gregory
e6c226d5f6
- Always use blocks
...
- Add missing serial version ID (default 1L)
- Camel-case names.
- Don't nest in else clause unnecessarily.
- Remove declared exceptions that are not thrown (but don't break BC.)
- Remove redundant superinterface
- Access static methods directly
- Better local var names.
2018-08-14 20:54:41 +02:00
Oleg Kalnichevski
681d11e265
HTTPCLIENT-1940: deprecated SSLSocketFactory made to rethrow SocketTimeoutException as ConnectTimeoutException for consistency with non-deprecated code
2018-08-11 20:20:25 +02:00
Mark Mielke
517396df0c
Fix HttpClient 4.5.4 regression in BasicCookieStore serialization.
...
HttpClient 4.5.4 modified BasicCookieStore to introduce a new
ReadWriteLock field to improve performance. Unfortunately this
also changed the serialized data structure, and any objects
serialized using HttpClient 4.5.3 and before would be unusable
after restore in HttpClient 4.5.4 due to the new "lock" field
being null.
The fix is to change "lock" to be transient, and ensure it is
correctly instantiated upon object restore. This restores
compatibility with HttpClient 4.5.3, as well as maintaining
compatible with the intermediate versions containing the
regression. This also avoids unnecessary serialization of
the new "lock" field, which does not need to be persisted.
2018-08-08 06:53:14 -04:00
Gary Gregory
3b4258817a
Remove exceptions not thrown from method signatures. Don't nest
...
unnecessarily.
2018-08-05 11:33:36 -06:00
Gary Gregory
8c3333b4d5
Use "String.isEmpty()" instead of "String.length() == 0"
2018-07-12 09:04:46 -06:00
Oleg Kalnichevski
5fea3e0439
HTTPCLIENT-1927: URLEncodedUtils#parse breaks at double quotes when parsing unquoted values
2018-07-09 10:07:04 +02:00
Oleg Kalnichevski
ce33e88b1d
Upgraded HttpClient version to 4.5.7-SNAPSHOT
2018-07-09 10:03:20 +02:00
Oleg Kalnichevski
1480958ce7
HttpClient 4.5.6 release
2018-07-05 13:39:40 +02:00
Oleg Kalnichevski
060cf48d4b
HTTPCLIENT-1882: reset authentication state on I/O or runtime error for connection based authentication schemes (such as NTLM)
2018-07-04 14:40:14 +02:00
Oleg Kalnichevski
ca98ad69ad
HTTPCLIENT-1924: HttpClient to shut down the connection manager if a fatal error occurs in the course of a request execution
2018-06-16 10:34:00 +02:00
Varun Nandi
7c193f6141
Add Automatic-Module-Name in manifest so Java9 modular applications can depend on this library
2018-06-07 10:46:31 -07:00
Aleksei Arsenev
eb27f9ee29
HTTPCLIENT-1923: fixed incorrect connection close on shutdown + fixed corresponding test
2018-05-11 14:21:30 +02:00
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
c1c2e9cc82
Removed classes committed by mistake
2018-01-16 09:51:51 +01: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
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
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
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
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
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
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 D. Gregory
ce237ae735
Make this header look like the Java header.
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1794481 13f79535-47bb-0310-9956-ffa450edef68
2017-05-13 11:08:38 +02:00
Gary D. Gregory
a54bee2c7e
[HTTPCLIENT-1845]: Extract InputStreamFactory classes out of GzipDecompressingEntity and DeflateDecompressingEntity for reuse and to create less garbage.
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1794442 13f79535-47bb-0310-9956-ffa450edef68
2017-05-13 11:08:37 +02:00
Gary D. Gregory
288a91cc54
Replace @exception with the more modern @throws.
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1792679 13f79535-47bb-0310-9956-ffa450edef68
2017-05-13 11:08:37 +02:00
Gary D. Gregory
c58288c9af
[HTTPCLIENT-1836] DefaultHostnameVerifier#getSubjectAltNames(X509Certificate) throws java.lang.ClassCastException.
...
Contributed by Gary Gregory <ggregory at apache.org>, Ilian Iliev <ilian_iliev at yahoo.com>
2017-05-13 11:08:37 +02:00
Gary D. Gregory
54a2fb2662
Statement unnecessarily nested within else clause.
2017-05-13 11:08:25 +02:00
Gary D. Gregory
c5c10f5e9e
Use final.
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1788706 13f79535-47bb-0310-9956-ffa450edef68
2017-05-13 11:07:09 +02:00
Oleg Kalnichevski
2635028db0
HTTPCLIENT-1835: evictExpiredConnections no longer causes the evictIdleConnections behaviour to be enabled when evictIdleConnections is not explicitly enabled
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1788066 13f79535-47bb-0310-9956-ffa450edef68
2017-05-13 11:07:09 +02:00
Oleg Kalnichevski
d6bfb3df9c
HTTPCLIENT-1830: await termination of the IdleConnectionEvictor when it is shut down
...
Contributed by Liam Williams <liam.williams at zoho.com>
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1787980 13f79535-47bb-0310-9956-ffa450edef68
2017-05-13 11:07:09 +02:00
Oleg Kalnichevski
fe3a913e6b
HTTPCLIENT-1831: URIBuilder should not prepend a leading slash to relative URIs
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1787739 13f79535-47bb-0310-9956-ffa450edef68
2017-05-13 11:07:09 +02:00
Karl Wright
44f8924b58
HTTPCLIENT-1834: NTLN auth refactoring; support for MS CredSsp auth
...
Contributed by Radovan Semancik <radovan.semancik at evolveum.com> and Karl Wright <kwright at apache.org>
2017-05-13 11:07:02 +02:00
Gary D. Gregory
7ff6b6c438
[HTTPCLIENT-1817] Add a "Trust All" TrustStrategy implementation.
2017-05-12 21:52:22 +02:00
Oleg Kalnichevski
9c26858924
HTTPCLIENT-1810: When path is null or '', URIBuilder.toString() return '' rather than '/'.
...
Contributed by CuiBaosen <baosencumt at 126.com>
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1782238 13f79535-47bb-0310-9956-ffa450edef68
2017-02-08 19:37:31 +00:00
Oleg Kalnichevski
ef95068aef
Upgraded HttpClient version to 4.5.4-SNAPSHOT
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1780344 13f79535-47bb-0310-9956-ffa450edef68
2017-01-26 09:53:49 +00:00
Oleg Kalnichevski
0554271750
HTTPCLIENT-1803: Improved handling of malformed paths by URIBuilder
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1779735 13f79535-47bb-0310-9956-ffa450edef68
2017-01-21 14:43:44 +00:00
Oleg Kalnichevski
6e4759800f
HTTPCLIENT-1802: Do not attempt to match SSL host to subject CN if subject alternative name of any type are given
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1779668 13f79535-47bb-0310-9956-ffa450edef68
2017-01-20 19:20:31 +00:00
Oleg Kalnichevski
b88ab92f7b
HTTPCLIENT-1788: RFC 6265 policy must not reject cookies with paths that are no prefix of the uri path
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1778459 13f79535-47bb-0310-9956-ffa450edef68
2017-01-12 19:20:44 +00:00
Oleg Kalnichevski
bc5d688a4f
HTTPCLIENT-1792: SSLConnectionSocketFactory to throw SSLPeerUnverifiedException with a better error message when hostname verification fails
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1778409 13f79535-47bb-0310-9956-ffa450edef68
2017-01-12 10:07:29 +00:00
Oleg Kalnichevski
e8002ae3b9
HTTPCLIENT-1800: wrap redirect around retry in execChain
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1777766 13f79535-47bb-0310-9956-ffa450edef68
2017-01-07 11:30:28 +00:00
Oleg Kalnichevski
0514407d8c
Upgraded HttpCore to version 4.4.5
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1770506 13f79535-47bb-0310-9956-ffa450edef68
2016-11-19 16:40:54 +00:00
Oleg Kalnichevski
49fee5cf4e
HTTPCLIENT-1767: Null pointer dereference in EofSensorInputStream and ResponseEntityProxy
...
EofSensorInputStream is generating NullPointerExceptions in some rare situations. This commit fixes that behaviour for the check methods by dereferencing the instance variable to a final local variable to ensure that if it is not null at the null guard, that it will be not null after that point also to successfully close/abort the stream
In some rare cases, null parameters are sent to ReponseEntityProxy methods, this adds checks on those to ensure that the connections are still released, but the null variable is not dereferenced.
Contributed by Peter Ansell <p_ansell@yahoo.com>
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1760586 13f79535-47bb-0310-9956-ffa450edef68
2016-09-13 18:33:02 +00:00
Oleg Kalnichevski
8b5642ae92
Support changing system default ProxySelector
...
Contributed by Robin Stevens <stevensro at gmail.com>
The `ProxySelectorRoutePlanner` class which got deprecated in favor of the `SystemDefaultRoutePlanner` could deal with:
- `null` as default `ProxySelector`
- a change in the default `ProxySelector`
This change ports that behavior to the `SystemDefaultRoutePlanner`.
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1758107 13f79535-47bb-0310-9956-ffa450edef68
2016-08-28 13:03:02 +00:00
Oleg Kalnichevski
7870698373
Typo in comment
...
Contributed by Robin Stevens <stevensro at gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1758105 13f79535-47bb-0310-9956-ffa450edef68
2016-08-28 12:47:29 +00:00
Oleg Kalnichevski
d2b106f8a0
HTTPCLIENT-1760: added protected methods to enumerate leased and available connections to PoolingHttpClientConnectionManager
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1756277 13f79535-47bb-0310-9956-ffa450edef68
2016-08-13 15:28:07 +00:00
Oleg Kalnichevski
900d96fbef
Fixed build breakage due to Java 1.6 incompatibility
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1747894 13f79535-47bb-0310-9956-ffa450edef68
2016-06-11 14:22:08 +00:00
Oleg Kalnichevski
5a9a842d23
HTTPCLIENT-1747: apply RequestConfig defaults when using HttpParams values in backward compatibility mode
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1747724 13f79535-47bb-0310-9956-ffa450edef68
2016-06-10 14:38:35 +00:00
Oleg Kalnichevski
b9ffaad9c7
Override LaxRedirectStrategy's INSTANCE field
...
Surprisingly LaxRedirectStrategy.INSTANCE returns the instance of
DefaultRedirectStrategy. Override the INSTANCE field to return
LaxRedirectStrategy instead. Also add unit tests to LaxRedirectStrategy.
Contributed by Eric Wu <ericwuyi at gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1746752 13f79535-47bb-0310-9956-ffa450edef68
2016-06-03 19:43:48 +00:00
Oleg Kalnichevski
324218e8e6
HTTPCLIENT-1746: improved argument validation in URLEncodedUtils
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1746749 13f79535-47bb-0310-9956-ffa450edef68
2016-06-03 19:30:30 +00:00
Oleg Kalnichevski
572fd4cd9c
HTTPCLIENT-1736: do not request cred delegation by default when using Kerberos auth
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1746747 13f79535-47bb-0310-9956-ffa450edef68
2016-06-03 19:21:14 +00:00
Oleg Kalnichevski
b52a623ccf
Cleaned up comments
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1745909 13f79535-47bb-0310-9956-ffa450edef68
2016-05-28 17:02:01 +00:00
Oleg Kalnichevski
951d6d1bfd
HTTPCLIENT-1744: normalize hostname and certificate CN when matching to CN
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1745908 13f79535-47bb-0310-9956-ffa450edef68
2016-05-28 17:01:12 +00:00
Oleg Kalnichevski
cbf517ace6
HTTPCLIENT-1732: SystemDefaultCredentialsProvider to take http.proxyHost and http.proxyPort system properties into account
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1737485 13f79535-47bb-0310-9956-ffa450edef68
2016-04-02 10:26:41 +00:00
Oleg Kalnichevski
7e38f831d5
HTTPCLIENT-1730: javadoc improvements
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1736192 13f79535-47bb-0310-9956-ffa450edef68
2016-03-22 14:05:37 +00:00
Oleg Kalnichevski
1b41b52b14
Revert "HTTPCLIENT-1712: SPNego schemes to take service scheme into account when generating auth token"
...
This reverts commit 1d50c1a1a1
.
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1735108 13f79535-47bb-0310-9956-ffa450edef68
2016-03-15 15:26:32 +00:00
Oleg Kalnichevski
8f3829334d
HTTPCLIENT-1729: javadoc fix
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1733927 13f79535-47bb-0310-9956-ffa450edef68
2016-03-07 13:52:07 +00:00
Gary D. Gregory
eda8dc5d32
[HTTPCLIENT-1727] org.apache.http.impl.client.AbstractHttpClient#createClientConnectionManager Does not account for context class loader.
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1733406 13f79535-47bb-0310-9956-ffa450edef68
2016-03-03 01:59:34 +00:00
Oleg Kalnichevski
7663e6a596
HTTPCLIENT-1726: Copy the SNI fix from SSLConnectionSocketFactory to the deprecated SSLSocketFactory class.
...
Signed-off-by: David Black <dblack@atlassian.com>
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1733362 13f79535-47bb-0310-9956-ffa450edef68
2016-03-02 20:47:19 +00:00
Gary D. Gregory
5a60e7f948
Comment empty blocks.
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1733179 13f79535-47bb-0310-9956-ffa450edef68
2016-03-01 22:40:20 +00:00
Gary D. Gregory
0cb0a3dea1
Remove useless semicolon.
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1733178 13f79535-47bb-0310-9956-ffa450edef68
2016-03-01 22:36:44 +00:00
Oleg Kalnichevski
85b0047f6e
Upgraded HttpClient version to 4.5.3-SNAPSHOT
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1732457 13f79535-47bb-0310-9956-ffa450edef68
2016-02-26 11:39:03 +00:00
Oleg Kalnichevski
600b4cadf3
Javadoc fix
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1731528 13f79535-47bb-0310-9956-ffa450edef68
2016-02-21 13:28:24 +00:00
Gary D. Gregory
ac5e71b6aa
Add final modifier to local variables.
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1726971 13f79535-47bb-0310-9956-ffa450edef68
2016-01-27 09:04:42 +00:00
Gary D. Gregory
9d5dde271f
Add final modifier to private fields.
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1726967 13f79535-47bb-0310-9956-ffa450edef68
2016-01-27 09:00:25 +00:00
Gary D. Gregory
8a27962f79
Add missing @Override annotations.
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1726962 13f79535-47bb-0310-9956-ffa450edef68
2016-01-27 08:51:00 +00:00
Gary D. Gregory
fb27bd7353
Add missing @Deprecated annotations.
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1726958 13f79535-47bb-0310-9956-ffa450edef68
2016-01-27 08:43:17 +00:00
Gary D. Gregory
517e64778f
[HTTPCLIENT-1715] NTLMEngineImpl.Type1Message not thread safe but declared as a constant.
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1726957 13f79535-47bb-0310-9956-ffa450edef68
2016-01-27 08:34:23 +00:00
Gary D. Gregory
3a9a452730
[HTTPCLIENT-1714] Add HttpClientBuilder.setDnsResolver(DnsResolver).
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1726729 13f79535-47bb-0310-9956-ffa450edef68
2016-01-26 05:12:27 +00:00
Oleg Kalnichevski
1d50c1a1a1
HTTPCLIENT-1712: SPNego schemes to take service scheme into account when generating auth token
...
Contributed by Georg Romstorfer <georg.romstorfer at gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1724852 13f79535-47bb-0310-9956-ffa450edef68
2016-01-15 16:38:07 +00:00
Oleg Kalnichevski
b781fa8e03
HTTPCLIENT-1700: Netscape draft, browser compatibility, RFC 2109, RFC 2965 and default cookie specs to ignore cookies with empty name for consistency with RFC 6265 specs
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1722959 13f79535-47bb-0310-9956-ffa450edef68
2016-01-04 20:22:48 +00:00
Oleg Kalnichevski
f9514a0f9a
Fix for HTTPCORE-397
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1722952 13f79535-47bb-0310-9956-ffa450edef68
2016-01-04 19:55:16 +00:00
Oleg Kalnichevski
148b7d5105
Set socker buffer send/receive sizes from SocketConfig
...
Contributed by Will Vuong <wvuong at chariotsolutions.com>
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1720386 13f79535-47bb-0310-9956-ffa450edef68
2015-12-16 16:19:13 +00:00
Oleg Kalnichevski
79fdcb7dcb
HTTPCLIENT-1704: IgnoreSpec#match to always return false
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1719950 13f79535-47bb-0310-9956-ffa450edef68
2015-12-14 16:27:26 +00:00
Oleg Kalnichevski
1c151cf38a
HTTPCLIENT-1550: fixed 'deflate' zlib header check
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1717323 13f79535-47bb-0310-9956-ffa450edef68
2015-11-30 20:34:24 +00:00
Oleg Kalnichevski
1b0cf671f2
HTTPCLIENT-1698: Fixed matching of IPv6 addresses by DefaultHostnameVerifier
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1716972 13f79535-47bb-0310-9956-ffa450edef68
2015-11-28 13:25:56 +00:00
Oleg Kalnichevski
cd8c72626f
HTTPCLIENT-1695: RFC 6265 compliant cookie spec to ignore cookies with empty name / missing value
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1714365 13f79535-47bb-0310-9956-ffa450edef68
2015-11-14 20:45:32 +00:00
Oleg Kalnichevski
549c26f958
HTTPCLIENT-1216: removed ThreadLocal subclass from DateUtils
...
Contributed by Jochen Kemnade <jochen.kemnade at eddyson.de>
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1713429 13f79535-47bb-0310-9956-ffa450edef68
2015-11-09 13:18:30 +00:00
Oleg Kalnichevski
2f062b3b43
HTTPCLIENT-1685: PublicSuffixDomainFilter to ignore local hosts and local domains (follow-up)
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1706582 13f79535-47bb-0310-9956-ffa450edef68
2015-10-03 13:46:01 +00:00
Oleg Kalnichevski
e3232f5425
HTTPCLIENT-1685: PublicSuffixDomainFilter to ignore local hosts and local domains
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1706576 13f79535-47bb-0310-9956-ffa450edef68
2015-10-03 13:07:21 +00:00
Oleg Kalnichevski
b6c1516e61
Upgraded HttpClient version to 4.5.2-SNAPSHOT
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1703168 13f79535-47bb-0310-9956-ffa450edef68
2015-09-15 12:18:02 +00:00