Oleg Kalnichevski
|
af025e3483
|
Removed unused import
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@995237 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-08 20:15:04 +00:00 |
Oleg Kalnichevski
|
5c2dacac18
|
HTTPCLIENT-989: DefaultHttpRequestRetryHandler no longer retries non-idempotent http methods if NoHttpResponseException is thrown
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@995236 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-08 20:07:31 +00:00 |
Oleg Kalnichevski
|
ebb54d79b9
|
Added NOTICE and LICENSE resources to test and osgi jars
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@992065 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-02 19:14:13 +00:00 |
Oleg Kalnichevski
|
30abf15ba6
|
Upgraded HttpCore to version 4.1-beta2; updated HttpClient tutorial
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@990924 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-30 20:01:46 +00:00 |
Oleg Kalnichevski
|
30eb471da7
|
Catch and log I/O exceptions thrown by #close() and #shutdown() methods
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@989328 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-25 19:57:51 +00:00 |
Oleg Kalnichevski
|
143f3b0a0c
|
HTTPCLIENT-974: RequestWrapper does not use the headers of the request it wraps
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@982361 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-04 18:56:39 +00:00 |
Oleg Kalnichevski
|
e0d37d5502
|
Refactored HttpCacheEntry; new API should allow for cache entries backed by a temporary file
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@980937 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-30 20:15:39 +00:00 |
Oleg Kalnichevski
|
c2622c8ca2
|
HTTPCLIENT-969: BasicCookieStore#getCookies() to return a copy of Cookie list
Contributed by David Smiley <dsmiley at mitre.org>
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@967227 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-23 19:45:47 +00:00 |
Oleg Kalnichevski
|
8cf6a94f60
|
Fixed request exec count
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@965986 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-20 20:21:41 +00:00 |
Oleg Kalnichevski
|
ee323a52fa
|
Deprecated ConnManagerPNames and related classes; 'http.conn-manager.timeout' parameter deprecated in favor of 'http.connection.timeout'; improved javadocs for deprecated classes; renamed methods in ThreadSafeClientConnManager for better consistency
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@965983 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-20 20:14:09 +00:00 |
Oleg Kalnichevski
|
c80f04cb45
|
HTTPCLIENT-951: Non-repeatable entity enclosing requests are not correctly retried when 'expect-continue' handshake is active
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@956989 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-22 19:28:48 +00:00 |
Oleg Kalnichevski
|
12e382daf9
|
Revert change committed by mistake
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@954914 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-15 14:40:31 +00:00 |
Oleg Kalnichevski
|
4b73b9c74e
|
HTTPCLIENT-948: Completed refactoring of the idle connection handling code; cleaned up logging in connection management code
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@954903 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-15 14:15:34 +00:00 |
Sebastian Bazley
|
25071e091c
|
Disambiguate local links so they work with the Doxia 1.1 (which is current for Maven 2.1.0)
(whilst still remaining compatible with the previous Doxia release)
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@954679 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-15 00:15:49 +00:00 |
Oleg Kalnichevski
|
a2ad042193
|
HTTPCLIENT-948: redesign of idle connection handling
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@954659 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-14 22:00:56 +00:00 |
Oleg Kalnichevski
|
0f8ca31e92
|
HTTPCLIENT-944: maintain separate count of connect attempts
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@954282 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-13 18:37:25 +00:00 |
Oleg Kalnichevski
|
0bb63c609a
|
HTTPCLIENT-953: IllegalStateException thrown by RouteSpecificPool
Contributed by Guillaume <gueugaie at gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@954258 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-13 16:40:04 +00:00 |
Oleg Kalnichevski
|
5f8e3d49de
|
Changed comments
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@954257 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-13 16:39:31 +00:00 |
Oleg Kalnichevski
|
3be7e6ab91
|
HTTPCLIENT-942: tweaked example
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@953985 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-12 10:39:36 +00:00 |
Oleg Kalnichevski
|
555237285c
|
HTTPCLIENT-951: Test cases
Contributed by Thierry Guérin <thi.guerin at laposte.net>
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@953890 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-11 22:10:52 +00:00 |
Oleg Kalnichevski
|
ade1571f00
|
HTTPCLIENT-952: Trust store parameter is ingored by SSLSocketFactory
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@953160 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-09 20:59:41 +00:00 |
Oleg Kalnichevski
|
c4c6cfc413
|
HTTPCLIENT-948: works around the race condition described in HTTPCLIENT-948
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@950717 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-02 18:52:05 +00:00 |
Oleg Kalnichevski
|
60aead5273
|
TABS -> SPACES
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@947512 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-23 22:22:00 +00:00 |
Oleg Kalnichevski
|
5edc70cd28
|
HTTPCLIENT-941: Patch changing Mockito to EasyMock
Contributed by Joe Campbell <joseph.r.campbell at gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@947510 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-23 22:20:44 +00:00 |
Oleg Kalnichevski
|
e47331c369
|
Upgraded project version to 4.1-alpha3-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@945301 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-17 18:46:19 +00:00 |
Oleg Kalnichevski
|
ca86507442
|
Updated POMs for the 4.1-alpha2 release
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@943642 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-12 19:23:18 +00:00 |
Sebastian Bazley
|
87273f1751
|
Make new immutable private fields final
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@943635 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-12 18:55:24 +00:00 |
Oleg Kalnichevski
|
13f31eb2db
|
HTTPCLIENT-936: Fixed bug causing NPE or an infinite loop in the authentication code in case of a SPNEGO authentication failure
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@943620 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-12 18:33:17 +00:00 |
Oleg Kalnichevski
|
bb0ecdbcb4
|
HTTPCLIENT-940: deprecated methods dependent on the default charset
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@943614 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-12 18:20:11 +00:00 |
Oleg Kalnichevski
|
c7f3b744e6
|
HTTPCLIENT-936: Test cases
Contributed by Francois Rigault <francois dot rigault.amadeus.com>
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@943284 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-11 20:36:26 +00:00 |
Sebastian Bazley
|
615001b2ea
|
No need to expose mutable arrays outside the class
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@943278 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-11 20:29:17 +00:00 |
Oleg Kalnichevski
|
7381110b46
|
HTTPCLIENT-939: 302 without redirect location should not cause a protocol exception
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@943247 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-11 19:49:38 +00:00 |
Oleg Kalnichevski
|
2b9d94af67
|
HTTPCLIENT-933: javadoc improvements
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@940214 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-02 13:20:07 +00:00 |
Sebastian Bazley
|
b2deb7e3ca
|
Javadoc
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@940074 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-01 16:25:44 +00:00 |
Sebastian Bazley
|
effe3abe30
|
Stop warning about deliberate unnecessary cast
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@940070 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-01 16:19:18 +00:00 |
Sebastian Bazley
|
955f47e6f5
|
HTTPCLIENT-932 Fix possible NPE - use sslsock rather than sock
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@940069 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-01 16:16:59 +00:00 |
Sebastian Bazley
|
64c00009a4
|
Add ThreadSafe annotation
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@939872 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-30 23:15:45 +00:00 |
Sebastian Bazley
|
0dcc10684f
|
Fix URL so it is guaranteed invalid forever.
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@939870 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-30 23:03:57 +00:00 |
Oleg Kalnichevski
|
160af55cb1
|
Migrated test cases to JUnit 4.x
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@938585 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-27 18:02:08 +00:00 |
Oleg Kalnichevski
|
4defb0689f
|
TABS -> SPACES
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@937479 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-23 19:19:23 +00:00 |
Oleg Kalnichevski
|
2fd0728ca2
|
Make it easier to support connections via SOCKS proxies
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@937235 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-23 10:30:24 +00:00 |
Oleg Kalnichevski
|
1c9e9c1e05
|
Added connect via a SOCKS proxy example
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@937217 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-23 09:46:21 +00:00 |
Oleg Kalnichevski
|
0236581441
|
Removed calls to deprecated methods
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@937204 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-23 09:18:11 +00:00 |
Sebastian Bazley
|
a41e4366f5
|
Javadoc
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@936335 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-21 14:47:14 +00:00 |
Sebastian Bazley
|
2e1863f080
|
Javadoc; missing @Overrides
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@936334 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-21 14:45:06 +00:00 |
Sebastian Bazley
|
53d61aa4c6
|
Unnecessary casts
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@936332 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-21 14:42:47 +00:00 |
Sebastian Bazley
|
8d89fa2657
|
Replace obsolete ${pom.*} with ${project.*}
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@936249 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-21 10:51:40 +00:00 |
Oleg Kalnichevski
|
0f538860bd
|
HTTPCLIENT-909: upgrade all default socket factories to use SO_REUSEADDR parameter
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@934106 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-14 18:42:16 +00:00 |
Oleg Kalnichevski
|
c922b95f71
|
* Extended SSLSocketFactory with a mechanism to bypass the standard cert trust check (primarily to simplify dealing with self-signed certs)
* Refactored local test server
* Added more SSL tests
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@933731 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-13 18:22:25 +00:00 |
Oleg Kalnichevski
|
c80ee8a78d
|
HTTPCLIENT-901: pass HttpContext as a parameter to the AuthScheme#authenticate. Some complex auth scheme may require access to the execution context in order to work
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@932051 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-08 18:29:52 +00:00 |
Oleg Kalnichevski
|
42b6aa2f93
|
HTTPCLIENT-898: Improved multihome network support
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@932018 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-08 17:26:55 +00:00 |
Oleg Kalnichevski
|
14a4e09aa8
|
Removed deprecated HTTP parameters
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@932014 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-08 17:21:19 +00:00 |
Oleg Kalnichevski
|
8de26bac03
|
HTTPCLIENT-898: Refactored socket factory API (new socket factory interfaces are better suited for multihome hosts)
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@931624 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-07 17:28:15 +00:00 |
Oleg Kalnichevski
|
9b7b9c9ce1
|
HTTPCLIENT-930: Added protected #createLocationURI method to the DefaultRedirectStrategy
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@930560 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-03 18:36:31 +00:00 |
Oleg Kalnichevski
|
ba748bf20c
|
HTTPCLIENT-929: Request with two forward slashes for path fails
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@930558 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-03 18:16:40 +00:00 |
Oleg Kalnichevski
|
c1c6ba636a
|
Renamed instance vars
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@930353 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-02 18:54:49 +00:00 |
Oleg Kalnichevski
|
0be39371e9
|
Removed calls to deprecated methods
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@930351 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-02 18:39:50 +00:00 |
Oleg Kalnichevski
|
680d449797
|
HTTPCLIENT-928: RedirectLocations to maintain a list of all redirect URIs
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@930221 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-02 10:03:44 +00:00 |
Oleg Kalnichevski
|
46a08fbedb
|
Added missing @since tags
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@919994 13f79535-47bb-0310-9956-ffa450edef68
|
2010-03-07 13:39:41 +00:00 |
Oleg Kalnichevski
|
a66a88cb8f
|
Fixed time zone specific test case
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@919448 13f79535-47bb-0310-9956-ffa450edef68
|
2010-03-05 15:26:18 +00:00 |
Oleg Kalnichevski
|
cb693cae40
|
Fixed time zone specific test case
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@919424 13f79535-47bb-0310-9956-ffa450edef68
|
2010-03-05 14:08:56 +00:00 |
Oleg Kalnichevski
|
1387923be8
|
HTTPCLIENT-923: NetscapeDraftSpec to allow two digit year in the expiry attribute
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@919394 13f79535-47bb-0310-9956-ffa450edef68
|
2010-03-05 12:46:10 +00:00 |
Sebastian Bazley
|
47ffa72411
|
Tab police
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@917639 13f79535-47bb-0310-9956-ffa450edef68
|
2010-03-01 18:39:29 +00:00 |
Oleg Kalnichevski
|
d5d5914de5
|
Replaced synchronized HashMap with ConcurrentHashMap
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@916946 13f79535-47bb-0310-9956-ffa450edef68
|
2010-02-27 12:10:19 +00:00 |
Oleg Kalnichevski
|
1628039b85
|
HTTPCLIENT-916: UsernamePasswordCredentials, NTUserPrincipal, BasicClientCookie, BasicClientCookie2 and BasicCookieStore made Serializable
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@916658 13f79535-47bb-0310-9956-ffa450edef68
|
2010-02-26 12:19:06 +00:00 |
Oleg Kalnichevski
|
bac075735d
|
HTTPCLIENT-911: test whether redirect URL contains a valid hostname
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@916645 13f79535-47bb-0310-9956-ffa450edef68
|
2010-02-26 11:01:12 +00:00 |
Oleg Kalnichevski
|
39a0d0a620
|
HTTPCLIENT-915: mechanism to attatch user define attributes to connections
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@915013 13f79535-47bb-0310-9956-ffa450edef68
|
2010-02-22 18:45:55 +00:00 |
Oleg Kalnichevski
|
c5f52dc57d
|
HTTPCLIENT-911: improved handling of invalid request uris (host name containing an underscore)
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@909384 13f79535-47bb-0310-9956-ffa450edef68
|
2010-02-12 12:42:45 +00:00 |
Sebastian Bazley
|
a2ff2dc9dd
|
Make inner class static
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@899963 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-16 14:27:15 +00:00 |
Sebastian Bazley
|
0198742071
|
Unused variables
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@899962 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-16 14:26:57 +00:00 |
Sebastian Bazley
|
43ef63586f
|
Unnecessary override of tearDown() which did not invoke super.tearDown()
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@899961 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-16 14:26:17 +00:00 |
Sebastian Bazley
|
86ac6922fc
|
HTTPCLIENT-906 Minor performance improvement to IdleConnectionHandler
Replace keySet() + get() with entrySet()
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@899957 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-16 14:11:50 +00:00 |
Sebastian Bazley
|
c5131c62c9
|
Remove autoboxing
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@899517 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-15 02:13:16 +00:00 |
Sebastian Bazley
|
bde82211f3
|
Javadoc fixes
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@899516 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-15 02:12:50 +00:00 |
Sebastian Bazley
|
e3c2e7b208
|
HTTPCLIENT-903 Use ConcurrentHashMap instead of [Linked]HashMap for thread-safety
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@897643 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-10 14:52:02 +00:00 |
Sebastian Bazley
|
14b26e2a33
|
HTTPCLIENT-903 Use ConcurrentHashMap instead of [Linked]HashMap for thread-safety
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@897641 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-10 14:23:56 +00:00 |
Oleg Kalnichevski
|
c59bd4f3ac
|
HTTPCLIENT-902: HttpRequestRetryHandler not called on I/O exceptions thrown when opening a new connection
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@897305 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-08 19:17:48 +00:00 |
Oleg Kalnichevski
|
4096a39651
|
HTTPCLIENT-901: support for execution context aware auth schemes
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@889860 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-11 23:34:23 +00:00 |
Oleg Kalnichevski
|
39065c31c9
|
HTTPCLIENT-862: bug fix
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@889756 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-11 18:38:38 +00:00 |
Oleg Kalnichevski
|
da0a038a12
|
Removed clover2 plugin from top pom.xml due to compatibility issues between clover2 and bundle plugins
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@889413 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-10 20:25:52 +00:00 |
Oleg Kalnichevski
|
f63ad544e4
|
[maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@887134 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-04 09:48:44 +00:00 |
Oleg Kalnichevski
|
39fe584a96
|
[maven-release-plugin] prepare release 4.1-alpha1
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@887132 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-04 09:47:57 +00:00 |
Oleg Kalnichevski
|
ca7284cb50
|
[maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@886284 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-02 19:36:42 +00:00 |
Oleg Kalnichevski
|
c4b16e7451
|
[maven-release-plugin] prepare release 4.1-alpha1
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@886282 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-02 19:35:54 +00:00 |
Oleg Kalnichevski
|
9f580578d9
|
HTTPCLIENT-895: Log object lookups by short lived components impair performance
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@885900 13f79535-47bb-0310-9956-ffa450edef68
|
2009-12-01 20:01:44 +00:00 |
Oleg Kalnichevski
|
3ed02317fa
|
Javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@884692 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-26 20:36:48 +00:00 |
Oleg Kalnichevski
|
5fefbfaa1b
|
Fixed binary compatibility breakage
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@884245 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-25 20:13:14 +00:00 |
Oleg Kalnichevski
|
9d55b80d47
|
HTTPCLIENT-889: 'expect: continue' handshake disabled per default
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@883868 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-24 20:52:31 +00:00 |
Oleg Kalnichevski
|
4425aaef77
|
Use ConnPerRoute interface to look up maxEntries value for RouteSpecificPools
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@883867 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-24 20:48:21 +00:00 |
Oleg Kalnichevski
|
51645b1cdf
|
HTTPCLIENT-862: Extended client's redirect handling interface to allow control of the content of the redirect
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@883855 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-24 20:27:18 +00:00 |
Oleg Kalnichevski
|
f6699b27ff
|
HTTPCLIENT-872: HttpClient can now persist authentication data between request executions as long as they share the same execution context. It has also become much easier to make HttpClient authenticate preemptively by pre-populating authentication data cache
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@881935 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-18 21:07:35 +00:00 |
Sebastian Bazley
|
b51b11bb91
|
Javadoc fixes; add missing @Deprecated markers
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@833249 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-06 00:01:35 +00:00 |
Oleg Kalnichevski
|
6df23379f7
|
HTTPCLIENT-884: Charset omitted from UrlEncodedFormEntity Content-Type header
Contributed by Jared Jacobs <jmjacobs at cs.stanford.edu>
HTTPCLIENT-885: URLEncodedUtils fails to parse form-url-encoded entities that specify a charset
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@832855 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-04 19:38:53 +00:00 |
Oleg Kalnichevski
|
20db76c05a
|
HTTPCLIENT-834: GzipDecompressingEntity and DeflateDecompressingEntity classes now override the#writeTo()
Contributed by James Abley <james.abley at gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@832847 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-04 19:16:48 +00:00 |
Oleg Kalnichevski
|
5c9850a7a9
|
SSL test cases to fall back onto SunX509 implementation of SSL classes the default implementation is not available / functional
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@831313 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-30 14:35:04 +00:00 |
Oleg Kalnichevski
|
9a5dac386f
|
HTTPCLIENT-883: SO_TIMEOUT is not reset on persistent (re-used) connections
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@829806 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-26 14:06:58 +00:00 |
Oleg Kalnichevski
|
96b8e1d936
|
HTTPCLIENT-882: Auth state is not correctly updated if a successful NTLM authentication results in a redirect
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@829791 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-26 13:38:39 +00:00 |
Oleg Kalnichevski
|
eb1205a223
|
HTTPCLIENT-881: More code cleanups
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@826690 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-19 14:35:03 +00:00 |
Oleg Kalnichevski
|
64c481f4bf
|
HTTPCLIENT-881: An I/O operation on an aborted or released connection will result in an InterruptedIOException
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@826037 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-16 19:00:17 +00:00 |
Oleg Kalnichevski
|
077281ba27
|
HTTPCLIENT-881: Methods mutating the internal state of the AbstractClientConnAdapter class and its subclasses made synchronized; ThreadSafeClientConnManager#releaseConnection method now synchronizes access to the BasicPooledConnAdapter instance
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@825999 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-16 16:52:30 +00:00 |