Fixed misleading INFO log message printed if no cookie spec is available in the execution context |
|
More...
|
over 16 years ago
|
HTTPCLIENT-797: |
|
More...
|
over 16 years ago
|
Removed a code line from examples some users found confusing |
|
More...
|
over 16 years ago
|
Added osgi bundle module for HttpClient |
|
More...
|
over 16 years ago
|
Improved DEBUG log statements; reduced noise in the context logging |
|
More...
|
over 16 years ago
|
Minor site navigation tweaks |
|
More...
|
over 16 years ago
|
[maven-release-plugin] prepare for next development iteration |
|
More...
|
over 16 years ago
|
[maven-release-plugin] prepare release 4.0-beta1 |
|
More...
|
over 16 years ago
|
Updated dependency description for HttpMime. No longer transitively dependent Log4j and Commons-IO |
|
More...
|
over 16 years ago
|
Updated assembly descriptors |
|
More...
|
over 16 years ago
|
Added missing ASL headers |
|
More...
|
over 16 years ago
|
Added missing ASL headers |
|
More...
|
over 16 years ago
|
Upgraded Mime4j dependency to version 0.4 |
|
More...
|
over 16 years ago
|
Removed outdated jardiff logs |
|
More...
|
over 16 years ago
|
Updated the web site and POM descriptors for 4.0-beta1 release |
|
More...
|
over 16 years ago
|
Synched with the latest API changes in Mime4j |
|
More...
|
over 16 years ago
|
HTTPCLIENT-790: Protocol interceptors not called when executing CONNECT methods |
|
More...
|
over 16 years ago
|
HTTPCLIENT-789: Support for passing an SSLContext to the SSLSocketFactory |
|
More...
|
over 16 years ago
|
Added info about basic execution flow to HttpClient javadocs |
|
More...
|
over 16 years ago
|
Fixed generics warning |
|
More...
|
over 16 years ago
|
Disabled HttpMime module as there is no hope of mime4j release in a foreseeable future |
|
More...
|
over 16 years ago
|
Moved suffixlist.txt to the test resources; fixed failing test cases |
|
More...
|
over 16 years ago
|
no author tags |
|
More...
|
over 16 years ago
|
added support for the public suffix list |
|
More...
|
over 16 years ago
|
added punycode infrastructure |
|
More...
|
over 16 years ago
|
added punycode infrastructure |
|
More...
|
over 16 years ago
|
indentation |
|
More...
|
over 16 years ago
|
Moved the default context initialization code to the DefaultHttpClient#createHttpContext method; replaced synchronized HttpContext impl with a non synchronized one: there is a new instance of HttpContext created for each request, there is no point to synchronize access to it |
|
More...
|
over 16 years ago
|
* Added handling of exceptions to the HttpClient#execute methods that take a ResponseHandler as a parameter |
|
More...
|
over 16 years ago
|
Renamed DefaultClientRequestDirector to DefaultRequestDirector |
|
More...
|
over 16 years ago
|