Oleg Kalnichevski
|
1b1d692a3d
|
Merged fixes from 4.1.x branches
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1080167 13f79535-47bb-0310-9956-ffa450edef68
|
2011-03-10 09:42:11 +00:00 |
Oleg Kalnichevski
|
490778e271
|
HTTPCLIENT-1069: HttpHostConnectException not correctly retried for direct and non-tunnelled proxy connections
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.1.x@1080165 13f79535-47bb-0310-9956-ffa450edef68
|
2011-03-10 09:35:17 +00:00 |
Oleg Kalnichevski
|
126f1da349
|
Use SSL socket factory to create unconnected sockets
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.1.x@1080163 13f79535-47bb-0310-9956-ffa450edef68
|
2011-03-10 09:24:57 +00:00 |
Oleg Kalnichevski
|
a1f6685cd8
|
HTTPCLIENT-1051: eliminated reverse DNS lookup when performing hostname verification for secure connections
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1079783 13f79535-47bb-0310-9956-ffa450edef68
|
2011-03-09 13:10:13 +00:00 |
Oleg Kalnichevski
|
0bd45f2b39
|
Changed project version to 4.2-alpha1-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1079543 13f79535-47bb-0310-9956-ffa450edef68
|
2011-03-08 21:06:55 +00:00 |
Oleg Kalnichevski
|
73e6ca8bb8
|
Removed 4.2 methods
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.1.x@1079534 13f79535-47bb-0310-9956-ffa450edef68
|
2011-03-08 20:54:13 +00:00 |
Oleg Kalnichevski
|
2de7d4a200
|
Reverted HTTPCLIENT-1051
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1078847 13f79535-47bb-0310-9956-ffa450edef68
|
2011-03-07 16:42:29 +00:00 |
Oleg Kalnichevski
|
8162b91e3c
|
HTTPCLIENT-1066: Handling of multiple consecutive slashes in the URI path component
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1078804 13f79535-47bb-0310-9956-ffa450edef68
|
2011-03-07 15:09:03 +00:00 |
Oleg Kalnichevski
|
77ee7287d0
|
HTTPCLIENT-1051: Default X509 hostname verifier rejects certificates with an IP address as CN
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1078788 13f79535-47bb-0310-9956-ffa450edef68
|
2011-03-07 14:46:02 +00:00 |
Oleg Kalnichevski
|
86369c1696
|
More test cases for cookie protocol interceptors
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1078784 13f79535-47bb-0310-9956-ffa450edef68
|
2011-03-07 14:37:45 +00:00 |
Oleg Kalnichevski
|
e9f6856f4e
|
Made behaviour of protocol interceptors more somewhat consistent; added test cases for RequestAddCookies
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1076792 13f79535-47bb-0310-9956-ffa450edef68
|
2011-03-03 20:59:52 +00:00 |
Oleg Kalnichevski
|
41d8c9bdc5
|
HTTPCLIENT-1065: javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1076561 13f79535-47bb-0310-9956-ffa450edef68
|
2011-03-03 09:01:14 +00:00 |
Oleg Kalnichevski
|
045c740f3a
|
Code optimization: perform auth cache lookup only if no auth scheme is available in the auth state
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1075780 13f79535-47bb-0310-9956-ffa450edef68
|
2011-03-01 11:17:48 +00:00 |
Oleg Kalnichevski
|
9d55aee86f
|
Reworked auth caching code; added more test cases for protocol interceptors
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1075508 13f79535-47bb-0310-9956-ffa450edef68
|
2011-02-28 19:57:51 +00:00 |
Oleg Kalnichevski
|
a5df9fe83c
|
Added test cases for RequestProxyAuthentication
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1074528 13f79535-47bb-0310-9956-ffa450edef68
|
2011-02-25 14:14:43 +00:00 |
Oleg Kalnichevski
|
51ef77e7f2
|
Ahhh, I just can't go back to EasyMock after having used Mockito
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1074493 13f79535-47bb-0310-9956-ffa450edef68
|
2011-02-25 12:13:16 +00:00 |
Oleg Kalnichevski
|
56211032bf
|
HTTPCLIENT-1063: treat x-gzip as a synonym for gzip
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1074481 13f79535-47bb-0310-9956-ffa450edef68
|
2011-02-25 11:51:12 +00:00 |
Oleg Kalnichevski
|
a572756592
|
HTTPCLIENT-1061: Proxy-Authorization header gets sent to the target host when tunneling requests through a proxy that requires authentication
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1074473 13f79535-47bb-0310-9956-ffa450edef68
|
2011-02-25 11:19:23 +00:00 |
Oleg Kalnichevski
|
c3c7ba214d
|
HTTPCLIENT-1058: SO_TIMEOUT not set early enough for SOCKS proxies
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1070943 13f79535-47bb-0310-9956-ffa450edef68
|
2011-02-15 15:43:48 +00:00 |
Sebastian Bazley
|
a54611e8d6
|
@import is relative to the current css file
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1070647 13f79535-47bb-0310-9956-ffa450edef68
|
2011-02-14 20:31:08 +00:00 |
Sebastian Bazley
|
0991eb0f07
|
Remove menu items which are now in the common parent section
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1070169 13f79535-47bb-0310-9956-ffa450edef68
|
2011-02-13 01:20:10 +00:00 |
Sebastian Bazley
|
639891773c
|
Use relative URLs so works anywhere
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1070168 13f79535-47bb-0310-9956-ffa450edef68
|
2011-02-13 01:19:35 +00:00 |
Sebastian Bazley
|
04d14e5e95
|
Absolute references are converted incorrectly.
Better fix: if banners are inherited from parent POM, then references are calculated OK
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1070077 13f79535-47bb-0310-9956-ffa450edef68
|
2011-02-12 13:17:47 +00:00 |
Sebastian Bazley
|
d5444aad70
|
Absolute references are converted incorrectly for the HC sub-sub sites
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1070011 13f79535-47bb-0310-9956-ffa450edef68
|
2011-02-12 02:14:00 +00:00 |
Sebastian Bazley
|
35face477b
|
Ensure the correct clover version is used for reports
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1069061 13f79535-47bb-0310-9956-ffa450edef68
|
2011-02-09 19:50:53 +00:00 |
Oleg Kalnichevski
|
f4ef817d25
|
HTTPCLIENT-1056: Fixed bug causing the RequestAuthCache protocol interceptor to generate an invalid AuthScope instance when looking up user credentials for preemptive authentication
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1068881 13f79535-47bb-0310-9956-ffa450edef68
|
2011-02-09 13:42:33 +00:00 |
Oleg Kalnichevski
|
7302f4b7a3
|
HTTPCLIENT-1044: HttpRequestRetryHandler implementation compliant with the definition of idempotent methods given in the RFC 2616
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1068579 13f79535-47bb-0310-9956-ffa450edef68
|
2011-02-08 21:05:02 +00:00 |
Oleg Kalnichevski
|
4e64d3961a
|
HTTPCLIENT-1053: Fixed the way DigestScheme generates nonce-count values
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1068546 13f79535-47bb-0310-9956-ffa450edef68
|
2011-02-08 20:08:00 +00:00 |
Sebastian Bazley
|
cae0917efd
|
Javadoc is very noisy - quieten it
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1067841 13f79535-47bb-0310-9956-ffa450edef68
|
2011-02-07 02:00:12 +00:00 |
Oleg Kalnichevski
|
630ee5faad
|
Upgraded project version to 4.1.1-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1061714 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-21 10:03:26 +00:00 |
Oleg Kalnichevski
|
6ba7afe88a
|
Fixed broken test case
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1059273 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-15 08:24:18 +00:00 |
Oleg Kalnichevski
|
a877471bb9
|
Simulate connect failure
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1059107 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-14 18:55:36 +00:00 |
Oleg Kalnichevski
|
7fc0e265ef
|
Changed project version to 4.1-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1058974 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-14 12:03:47 +00:00 |
Oleg Kalnichevski
|
3a0f3c34c4
|
Updated for HttpClient 4.1 release
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1058964 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-14 11:50:12 +00:00 |
Oleg Kalnichevski
|
2eb2eda4bb
|
Changed Browser-Compatibility and Best-Match cookie policies to emulate the behaviour of FireFox more closely when parsing Netscape style cookies. Comma will no longer be treated as a header element separator if Set-Cookie does not contain a Version attribute mandated by the RFC2109 / RFC 2965 cookie specifications
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1057148 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-10 10:57:29 +00:00 |
Sebastian Bazley
|
7ee591f0f4
|
Merge jar manifest entries into httpclient parent pom
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1056561 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-07 23:43:27 +00:00 |
Oleg Kalnichevski
|
4f23a5086e
|
Move default implementations of the majority of abstract classes from DefaultHttpClient to AbstractHttpClient
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1056277 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-07 11:56:21 +00:00 |
Sebastian Bazley
|
992078af1c
|
Remove unnecessary store
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1055715 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-06 02:33:22 +00:00 |
Oleg Kalnichevski
|
a703914575
|
HTTPCLIENT-1026: shut down connection manager in a try-finally
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1055629 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-05 20:39:15 +00:00 |
Oleg Kalnichevski
|
441006d804
|
Use special HttpRoutedConnection interafce to access route details in the protocol level classes, as ManagedClientConnection interface is blocking I/O model specific
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1055464 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-05 14:16:08 +00:00 |
Oleg Kalnichevski
|
e95f6ce960
|
Always use remote port of the underyling connection as default when creating CookieOrigin instance
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1055406 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-05 10:54:20 +00:00 |
Oleg Kalnichevski
|
232ee999c8
|
Corrected debug logs: report zero keep-alive duration as indefinite; use better terminology ('indefinitely' instead of 'for ever')
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1054960 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-04 10:26:15 +00:00 |
Oleg Kalnichevski
|
dafdf43025
|
Fixed misspelled method name
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1053832 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-30 09:10:00 +00:00 |
Oleg Kalnichevski
|
261fb7d7db
|
Moved target host extraction code to a re-usable static method in the URIUtils class
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1053679 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-29 17:35:36 +00:00 |
Oleg Kalnichevski
|
21aae1dfe2
|
Removed calls to deprecated methods
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1053675 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-29 17:05:04 +00:00 |
Oleg Kalnichevski
|
eda06a75ee
|
Removed static socket factories; adjusted Scheme#hashCode and Scheme#equals
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1053589 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-29 09:54:02 +00:00 |
Oleg Kalnichevski
|
18de7cda9c
|
Support for default scheme initialization; no args constructor for pooling connection and single connection managers
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1053367 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-28 15:18:26 +00:00 |
Jonathan Moore
|
b9851bc11c
|
Changed bad host for retry handler tests to bogus.example.com
from www.complete.garbage.invalid, which seems to have better
timing properties for me (and hopefully Hudson).
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1053062 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-27 13:07:53 +00:00 |
Oleg Kalnichevski
|
eb0eab0a86
|
Code clean-ups
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1050152 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-16 20:42:22 +00:00 |
Sebastian Bazley
|
d1e2ee3c82
|
Javadoc
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1049721 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-15 21:42:33 +00:00 |