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
|
a25974788d
|
Reverted change committed by mistake
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@942355 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-08 10:22:33 +00:00 |
Oleg Kalnichevski
|
64f18ffc04
|
HTTPCLIENT-427: Added a section on HTTP caching to the HttpClient tutorial
Contributed by David Mays <david_mays at comcast.com>
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@942353 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-08 09:22:29 +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
|
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 |
Sebastian Bazley
|
c6d72beaa4
|
Tab police
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@917606 13f79535-47bb-0310-9956-ffa450edef68
|
2010-03-01 17:31:45 +00:00 |
Oleg Kalnichevski
|
5ba3751d31
|
Formatting fix
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@884699 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-26 21:19:00 +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 |
Oleg Kalnichevski
|
87bbf0c0e1
|
Added detailed section on NTLM auth
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@830754 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-28 20:38:54 +00:00 |
Oleg Kalnichevski
|
3d991231f0
|
Fixed typo. Thanks to David Greiman <DavidG at azasrs.gov>
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@826129 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-16 23:16:05 +00:00 |
Oleg Kalnichevski
|
a09823ff00
|
* Removed superfluous SpnegoCreate flag
* Finalized SPNEGO example and tutorial
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@824409 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-12 16:26:38 +00:00 |
Oleg Kalnichevski
|
14255dd491
|
HTTPCLIENT-834: Tutorial section on transparent content encoding support
Contributed by James Abley <james.abley at gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@822238 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-06 12:21:50 +00:00 |
Oleg Kalnichevski
|
30b38eb6e4
|
Simplified configuration of connection managers. Total connection maximum and maximum connection per route limits can be set using methods of the class instead of HTTP parameters
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@820971 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-02 11:33:00 +00:00 |
Oleg Kalnichevski
|
91662f97ad
|
Brushed up SPNEGO related content
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@819115 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-26 11:57:23 +00:00 |
Oleg Kalnichevski
|
af4b944189
|
* Added HTTP parameters to define the order of preference for supported auth schemes for target host and proxy authentication
* Added SPNEGO auth policy
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@818601 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-24 19:35:03 +00:00 |
Oleg Kalnichevski
|
fb6d73ef38
|
HTTPCLIENT-523: SPNEGO auth scheme
* Updated example
* Minor code tweaks
Contributed by Matthew Stevenson <mavricknzwork at yahoo.dot>
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@815735 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-16 12:17:13 +00:00 |
Oleg Kalnichevski
|
d5b954aca9
|
HTTPCLIENT-523: SPNEGO auth scheme
Contributed by Matthew Stevenson <mavricknzwork at yahoo.com>
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@814311 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-13 13:21:13 +00:00 |
Sebastian Bazley
|
ed511449da
|
Show titles in bookmark pane
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@812710 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-08 22:08:37 +00:00 |
Sebastian Bazley
|
275ab741da
|
Fix up SVN properties
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@807956 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-26 10:40:52 +00:00 |
Oleg Kalnichevski
|
3c93d00a74
|
HTTPCLIENT-860: HttpClient no longer converts redirects of PUT/POST to GET for status codes 301, 302, 307, as required by the HTTP spec
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@794051 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-14 20:12:27 +00:00 |
Oleg Kalnichevski
|
a36fc78779
|
Minor tweaks to tutorial
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@792646 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-09 19:30:05 +00:00 |
Oleg Kalnichevski
|
4c9f497316
|
Migrated remaining chapters of the HttpClient tutorial from WIKI
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@792267 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-08 19:07:17 +00:00 |
Oleg Kalnichevski
|
de445e3232
|
Migrated the first chapter of the HttpClient tutorial from WIKI
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@791562 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-06 18:58:27 +00:00 |