Sebastian Bazley
|
321319c965
|
Missing @Override
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1406426 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-07 02:47:49 +00:00 |
Sebastian Bazley
|
e1395539de
|
Unthrown exceptions
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1406425 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-07 02:47:24 +00:00 |
Sebastian Bazley
|
73054957f8
|
Unnecessary casts
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1406424 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-07 02:47:01 +00:00 |
Sebastian Bazley
|
838a106e90
|
Redundant semis
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1406423 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-07 02:46:26 +00:00 |
Gary D. Gregory
|
fdfd59534c
|
Add missing @Override and @Deprecated annotations.
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1406359 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-06 21:52:35 +00:00 |
Oleg Kalnichevski
|
6293899e61
|
HTTPCLIENT-1254: Redirect with underscore in hostname causes ProtocolException
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1406286 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-06 19:53:01 +00:00 |
Oleg Kalnichevski
|
b930227f90
|
HTTPCLIENT-1255: AbstractVerifier incorrectly parses certificate CN containing wildcard
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1406217 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-06 16:49:49 +00:00 |
Oleg Kalnichevski
|
44f798c9bf
|
(Hopefully) a better regex for IPv4 address format
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1406216 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-06 16:49:24 +00:00 |
Oleg Kalnichevski
|
d550a62fe3
|
Added test cases for EofSensorInputStream, ConnectionReleaseTriggerImpl, RequestEntityWrapper, ResponseEntityWrapper
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1405557 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-04 15:27:45 +00:00 |
Oleg Kalnichevski
|
87a46db5c2
|
Added test cases for HttpClientUtils
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1405511 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-04 07:41:57 +00:00 |
Oleg Kalnichevski
|
e9ca02ccff
|
Replaced HttpResponseWrapper with a dynamic proxy
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1405510 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-04 07:41:01 +00:00 |
Oleg Kalnichevski
|
0155befe4a
|
HttpClient resource management API made compatible with Java 7 'try with resources': HttpClientBuilder to return CloseableHttpClient and CloseableHttpClient to return CloseableHttpResponse objects which implement java.io.Closeable; made ClientChainExec interface and related classes package private
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1405509 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-04 07:40:00 +00:00 |
Oleg Kalnichevski
|
3c26d6ff41
|
Cleaned up HttpAuthenticator unit tests
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1405508 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-04 07:38:43 +00:00 |
Oleg Kalnichevski
|
78856ca1b1
|
Connection management API redesign: deprecated ClientConnectionManager, ManagedClientConnection, OperatedClientConnection and ClientConnectionOperator in favor of a simpler HttpClientConnectionManager interface. The new API has a much smaller footprint and no longer supports the concept of managed or operated connections. Internal connection mangement logic is no longer exposed to the consumer
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1405507 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-04 07:37:50 +00:00 |
Oleg Kalnichevski
|
84d4b9e2ac
|
Refactored HttpMime ContentBody classes to use ContentType at construction time; added MultipartEntityBuilder
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1398094 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-14 14:55:11 +00:00 |
Oleg Kalnichevski
|
ea62c7fb5e
|
Added constructors to RequestBuilder; added to EntityBuilder
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1397679 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-12 18:44:13 +00:00 |
Oleg Kalnichevski
|
53d1180530
|
HTTPCLIENT-1248: make a copy of the original request when creating a redirect request for status 307
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1397085 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-11 14:36:52 +00:00 |
Oleg Kalnichevski
|
46aca9def4
|
HTTPCLIENT-1248: Default and lax redirect strategies should not convert requests redirected with 307 status to GET method
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1396793 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-10 20:51:30 +00:00 |
Oleg Kalnichevski
|
15301ffbba
|
CloneUtils cleanup
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1396792 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-10 20:51:06 +00:00 |
Oleg Kalnichevski
|
dedc1575c5
|
HTTPCLIENT-1215: BasicAuthCache does not take default ports into consideration when looking up cached authentication details by HttpHost key
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1396748 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-10 19:14:10 +00:00 |
Oleg Kalnichevski
|
05b0a00f9c
|
HTTPCLIENT-1247: DateUtils.PATTERN_RFC1036 contains an extra 'E'
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1396527 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-10 09:51:41 +00:00 |
Oleg Kalnichevski
|
9a74e028e0
|
Moved HttpClient benchmark to new location
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1396245 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-09 19:52:59 +00:00 |
Oleg Kalnichevski
|
e38de5d125
|
Moved HttpClient contrib to new location
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1396241 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-09 19:50:57 +00:00 |
Oleg Kalnichevski
|
43d4e8f469
|
HTTPCLIENT-1244: relaxed EasyMock based unit tests in the Caching module
Contributed by Joe Campbell <joseph.r.campbell at gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1395613 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-08 15:26:50 +00:00 |
Oleg Kalnichevski
|
639cc93c56
|
HTTPCLIENT-1241: (regression) Preemptive BASIC authentication failure should be considered final and no further attempts to re-authenticate using the same credentials should be made
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1393991 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-04 11:19:59 +00:00 |
Oleg Kalnichevski
|
aa82dc28ee
|
HTTPCLIENT-1239: Support for overridable DefaultHttpServerConnection in LocalTestServer
Contributed by Okke Harsta <oharsta at apache.org>
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1393540 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-03 15:28:08 +00:00 |
Gary D. Gregory
|
5f9ab2e161
|
Add .externalToolBuilders folder and maven-eclipse.xml to SVN ignore list.
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1393155 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-02 20:18:07 +00:00 |
Gary D. Gregory
|
55ffb87372
|
Add .externalToolBuilders folder to SVN ignore list.
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1393154 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-02 20:17:30 +00:00 |
Oleg Kalnichevski
|
c9829f5ac0
|
HTTPCLIENT-1237: PoolingClientConnectionManager should only update pool expiry for resuable connections
Contributed by Alf Høgemark <alf at i100.no>
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1390317 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-26 08:15:00 +00:00 |
Oleg Kalnichevski
|
8e452a0159
|
HTTPCLIENT-1236: Change exception message when timeout getting connection from pool
Contributed by Alf Høgemark <alf at i100.no>
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1390316 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-26 08:14:18 +00:00 |
Oleg Kalnichevski
|
57c323a09d
|
HTTPCLIENT-1235: Add javadoc to Executor to explain that response must be handled to avoid connection leakage
Contributed by Alf Høgemark <alf at i100.no>
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1390314 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-26 08:12:40 +00:00 |
Oleg Kalnichevski
|
7985a45e97
|
HTTPCLIENT-1231, HTTPCLIENT-1232: javadoc fixes
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1383865 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-12 09:28:12 +00:00 |
Oleg Kalnichevski
|
ee5bc9b600
|
HTTPCLIENT-1230: improved javadocs of BasicClientConnectionManager
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1382450 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-09 11:07:08 +00:00 |
Oleg Kalnichevski
|
4d38bede89
|
HTTPCLIENT-1229: Fixed NPE in BasicClientConnectionManager that can be triggered by releasing connection after the connection manager has already been shut down
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1382442 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-09 10:41:41 +00:00 |
Oleg Kalnichevski
|
e42006ea27
|
SchemeRegistry instance set in the execution context takes precedence over the default one (related to HTTPASYNC-25)
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1382350 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-08 19:56:35 +00:00 |
Oleg Kalnichevski
|
90b8646309
|
HTTPCLIENT-1227: Date parsing in DateUtils made more efficient
Contributed by Patrick Linskey <pcl at apache.org>
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1378935 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-30 13:35:05 +00:00 |
Oleg Kalnichevski
|
e29551b32d
|
HTTPCLIENT-1224: (regression) NTLM auth not retried after a redirect over a non-persistent connection (merged from 4.2.x branch)
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1376852 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-24 08:05:44 +00:00 |
Jonathan Moore
|
b7d1d69ef6
|
HTTPCLIENT-1223: Forward port from 4.2.X branch to trunk.
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1376181 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-22 18:31:52 +00:00 |
Oleg Kalnichevski
|
16a63149e1
|
Fixed HC Fluent artifact ID on the download page
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1375999 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-22 11:29:31 +00:00 |
Oleg Kalnichevski
|
320fae656f
|
Replaced HttpRoutedConnection with HttpSSLConnection interface
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1371171 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-09 11:42:19 +00:00 |
Oleg Kalnichevski
|
2fa4b6b854
|
Merged decorator-refactoring branch
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1370953 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-08 20:35:13 +00:00 |
Oleg Kalnichevski
|
8ef44683ba
|
Upgraded project version to 4.3-alpha1-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1369849 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-06 13:59:21 +00:00 |
Gary D. Gregory
|
de80f40ae9
|
[HTTPCLIENT-1220] Add DecompressingHttpClient#getHttpClient().
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1369844 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-06 13:42:50 +00:00 |
Gary D. Gregory
|
ccdebd9384
|
[HTTPCLIENT-1221] Add DecompressingHttpClient 0-arg constructor using the DefaultHttpClient.
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1369841 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-06 13:32:35 +00:00 |
Gary D. Gregory
|
ceb7ebcc01
|
Add Eclipse and Eclipse-Maven files to svn:ingnore.
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1369820 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-06 12:40:52 +00:00 |
Gary D. Gregory
|
2f99757767
|
Add Eclipse and Eclipse-Maven files to svn:ingnore.
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1369819 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-06 12:40:06 +00:00 |
Gary D. Gregory
|
f8363b4e05
|
Add Eclipse and Eclipse-Maven files to svn:ingnore.
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1369815 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-06 12:37:03 +00:00 |
Oleg Kalnichevski
|
bc79591574
|
HTTPCLIENT-1217: AutoRetryHttpClient does not release connection used by the previous response when request is retried
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1364406 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-22 19:38:40 +00:00 |
Oleg Kalnichevski
|
898b33ac21
|
HTTPCLIENT-1216: Added method to force clean thread-local used by DateUtils
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1364276 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-22 12:20:27 +00:00 |
Oleg Kalnichevski
|
ba18ddbaca
|
Make custom query component and form parameters mutually exclusive
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1359140 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-09 13:07:10 +00:00 |