| /[Apache-SVN]/httpcomponents/oac.hc3x/trunk/src/examples/TrivialApp.java |
Parent Directory
|
Revision Log
| Links to HEAD: | (view) (annotate) |
| Sticky Revision: |
replaced CVS keyword Header with SVN keyword HeadURL
initial copy of HttpClient 3.x
initial copy of HttpClient 3.x tree: trunk, tags, and branches
Fixed copyright header
svn:keywords correction
revert move. they want to start afresh
Move Jakarta Commons HttpClient to Jakarta HttpClient
PR #29439 (Credentials ignored if realm specified in preemptive authentication) Changelog: * HttpAuthRealm was a poor choice of a name. Renamed to AuthScope * ANY_HOST, ANY_PORT, ANY_REALM & ANY_SCHEME static variables can be used instead of non-descriptive null, -1, null, null to assign and retrieve credentials * Deprecated HttpState#setCredentials(String, String, Credentials) HttpState#getCredentials(String, String) HttpState#setProxyCredentials(String, String, Credentials) HttpState#getProxyCredentials(String, String) * Extra warning logs in case of preemptive authentication failure due to missing default credentials * Extra test case Contributed by Oleg Kalnichevski Reviewed by Michael Becke
Upgrade to ALv2
PR #16729 (Allow redirects between hosts and ports) - Fixes breakage in the proxy authentication logic - Further code cleanup Contributed by Oleg Kalnichevski
PR #15435 (New Preferences Architecture) - SocketTimeout/ConnectionTimeout removed from the HttpClientParams class. - MultithreadedConnectionManager updated to take advantage of the new preference architecture Contributed by Oleg Kalnichevski Reviewed by Michael Becke
PR #15435 (New Preferences Architecture) Changelog: - Massive cleanup of deprecated methods - HeadMethod class changed to take advantage of the new preference architecture - ExpectContinueMethod class changed to take advantage of the new preference architecture Contributed by Oleg Kalnichevski Reviewed by Michael Becke
Changelog: - HttpConnectionManager is now a property of the HttpClient class, not of the HttpState class Contributed by Oleg Kalnichevski
Minor fixes to the example.
Bug fix: #18355 Changelog: - Authentication credentials can be specified on per host and authentication realm basis in order to avoid conflicts between different hosts with the same realm names Contributed by Adrian Sutton & Oleg Kalnichevski
Removed unused imports.
fixed tabbing (no tabs)
Update to make simpler.
Update all copyright notices, add cvs keywords where required.
Update the examples to remove deprecated method calls.
added credentials support
Patches by Martin Elwin fixing bug #12607 and some more.
- Replace the way using "instanceof" with the class hierarchy mechanism to catch exception... (It may depend on your taste.)
- Patch for HttpException inherited from URIException (that I introduced) (Other httpclient applications would have their own inherited exception and be simplified the programming style.)
Fix for bug: http://issues.apache.org/bugzilla/show_bug.cgi?id=11677 Added a text mode trival example which was used as a interactive test.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |