/[Apache-SVN]/httpcomponents/oac.hc3x/trunk/src/examples/TrivialApp.java
ViewVC logotype

Log of /httpcomponents/oac.hc3x/trunk/src/examples/TrivialApp.java

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 608014 - (view) (annotate) - [select for diffs]
Modified Wed Jan 2 05:48:53 2008 UTC (22 months, 3 weeks ago) by rolandw
File length: 5249 byte(s)
Diff to previous 604567 (colored)
replaced CVS keyword Header with SVN keyword HeadURL

Revision 604567 - (view) (annotate) - [select for diffs]
Modified Sun Dec 16 08:08:41 2007 UTC (23 months, 1 week ago) by rolandw
File length: 5403 byte(s)
Diff to previous 552266 (colored)
initial copy of HttpClient 3.x

Revision 552266 - (view) (annotate) - [select for diffs]
Modified Sun Jul 1 10:05:30 2007 UTC (2 years, 4 months ago) by rolandw
Original Path: jakarta/httpcomponents/oac.hc3x/trunk/src/examples/TrivialApp.java
File length: 5403 byte(s)
Diff to previous 480424 (colored)
initial copy of HttpClient 3.x tree: trunk, tags, and branches

Revision 480424 - (view) (annotate) - [select for diffs]
Modified Wed Nov 29 05:56:49 2006 UTC (2 years, 11 months ago) by bayard
Original Path: jakarta/commons/proper/httpclient/trunk/src/examples/TrivialApp.java
File length: 5403 byte(s)
Diff to previous 155418 (colored)
Fixed copyright header

Revision 155418 - (view) (annotate) - [select for diffs]
Modified Sat Feb 26 13:01:52 2005 UTC (4 years, 8 months ago) by dirkv
Original Path: jakarta/commons/proper/httpclient/trunk/src/examples/TrivialApp.java
File length: 5218 byte(s)
Diff to previous 151616 (colored)
svn:keywords correction

Revision 151616 - (view) (annotate) - [select for diffs]
Modified Sun Feb 6 19:25:32 2005 UTC (4 years, 9 months ago) by noel
Original Path: jakarta/commons/proper/httpclient/trunk/src/examples/TrivialApp.java
File length: 5247 byte(s)
Diff to previous 151609 (colored)
revert move.  they want to start afresh

Revision 151609 - (view) (annotate) - [select for diffs]
Modified Sun Feb 6 17:47:09 2005 UTC (4 years, 9 months ago) by noel
Original Path: jakarta/httpclient/trunk/src/examples/TrivialApp.java
File length: 5247 byte(s)
Diff to previous 134632 (colored)
Move Jakarta Commons HttpClient to Jakarta HttpClient

Revision 134632 - (view) (annotate) - [select for diffs]
Modified Sat Jun 12 22:47:23 2004 UTC (5 years, 5 months ago) by olegk
Original Path: jakarta/commons/proper/httpclient/trunk/src/examples/TrivialApp.java
File length: 5247 byte(s)
Diff to previous 134530 (colored)
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

Revision 134530 - (view) (annotate) - [select for diffs]
Modified Sun Feb 22 18:08:52 2004 UTC (5 years, 9 months ago) by olegk
Original Path: jakarta/commons/proper/httpclient/trunk/src/examples/TrivialApp.java
File length: 5217 byte(s)
Diff to previous 134465 (colored)
Upgrade to ALv2

Revision 134465 - (view) (annotate) - [select for diffs]
Modified Wed Nov 19 21:11:16 2003 UTC (6 years ago) by olegk
Original Path: jakarta/commons/proper/httpclient/trunk/src/examples/TrivialApp.java
File length: 6869 byte(s)
Diff to previous 134433 (colored)
PR #16729 (Allow redirects between hosts and ports)

- Fixes breakage in the proxy authentication logic
- Further code cleanup

Contributed by Oleg Kalnichevski

Revision 134433 - (view) (annotate) - [select for diffs]
Modified Sun Oct 26 09:49:16 2003 UTC (6 years, 1 month ago) by olegk
Original Path: jakarta/commons/proper/httpclient/trunk/src/examples/TrivialApp.java
File length: 6910 byte(s)
Diff to previous 134410 (colored)
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

Revision 134410 - (view) (annotate) - [select for diffs]
Modified Fri Oct 3 20:57:36 2003 UTC (6 years, 1 month ago) by olegk
Original Path: jakarta/commons/proper/httpclient/trunk/src/examples/TrivialApp.java
File length: 6870 byte(s)
Diff to previous 134202 (colored)
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

Revision 134202 - (view) (annotate) - [select for diffs]
Modified Thu May 8 18:39:07 2003 UTC (6 years, 6 months ago) by olegk
Original Path: jakarta/commons/proper/httpclient/trunk/src/examples/TrivialApp.java
File length: 6858 byte(s)
Diff to previous 134197 (colored)
Changelog:

- HttpConnectionManager is now a property of the HttpClient class, not of the
HttpState class

Contributed by Oleg Kalnichevski

Revision 134197 - (view) (annotate) - [select for diffs]
Modified Mon May 5 16:36:20 2003 UTC (6 years, 6 months ago) by jsdever
Original Path: jakarta/commons/proper/httpclient/trunk/src/examples/TrivialApp.java
File length: 6854 byte(s)
Diff to previous 134165 (colored)
Minor fixes to the example.

Revision 134165 - (view) (annotate) - [select for diffs]
Modified Mon Apr 7 19:23:36 2003 UTC (6 years, 7 months ago) by olegk
Original Path: jakarta/commons/proper/httpclient/trunk/src/examples/TrivialApp.java
File length: 6823 byte(s)
Diff to previous 134119 (colored)
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

Revision 134119 - (view) (annotate) - [select for diffs]
Modified Tue Feb 25 23:33:48 2003 UTC (6 years, 9 months ago) by mbecke
Original Path: jakarta/commons/proper/httpclient/trunk/src/examples/TrivialApp.java
File length: 6818 byte(s)
Diff to previous 134098 (colored)
Removed unused imports.

Revision 134098 - (view) (annotate) - [select for diffs]
Modified Thu Feb 13 09:14:43 2003 UTC (6 years, 9 months ago) by oglueck
Original Path: jakarta/commons/proper/httpclient/trunk/src/examples/TrivialApp.java
File length: 7026 byte(s)
Diff to previous 134071 (colored)
fixed tabbing (no tabs)

Revision 134071 - (view) (annotate) - [select for diffs]
Modified Sat Feb 1 18:46:11 2003 UTC (6 years, 9 months ago) by jsdever
Original Path: jakarta/commons/proper/httpclient/trunk/src/examples/TrivialApp.java
File length: 7028 byte(s)
Diff to previous 134019 (colored)
Update to make simpler.

Revision 134019 - (view) (annotate) - [select for diffs]
Modified Thu Jan 23 22:48:49 2003 UTC (6 years, 10 months ago) by jsdever
Original Path: jakarta/commons/proper/httpclient/trunk/src/examples/TrivialApp.java
File length: 7074 byte(s)
Diff to previous 133980 (colored)
Update all copyright notices, add cvs keywords where required.

Revision 133980 - (view) (annotate) - [select for diffs]
Modified Tue Dec 17 01:28:32 2002 UTC (6 years, 11 months ago) by jsdever
Original Path: jakarta/commons/proper/httpclient/trunk/src/examples/TrivialApp.java
File length: 7073 byte(s)
Diff to previous 133952 (colored)
Update the examples to remove deprecated method calls.

Revision 133952 - (view) (annotate) - [select for diffs]
Modified Tue Nov 26 10:16:03 2002 UTC (7 years ago) by oglueck
Original Path: jakarta/commons/proper/httpclient/trunk/src/examples/TrivialApp.java
File length: 6313 byte(s)
Diff to previous 133845 (colored)
added credentials support

Revision 133845 - (view) (annotate) - [select for diffs]
Modified Mon Sep 23 14:01:40 2002 UTC (7 years, 2 months ago) by oglueck
Original Path: jakarta/commons/proper/httpclient/trunk/src/examples/TrivialApp.java
File length: 5859 byte(s)
Diff to previous 133843 (colored)
Patches by Martin Elwin fixing bug #12607 and some more.

Revision 133843 - (view) (annotate) - [select for diffs]
Modified Mon Sep 23 13:31:08 2002 UTC (7 years, 2 months ago) by jericho
Original Path: jakarta/commons/proper/httpclient/trunk/src/examples/TrivialApp.java
File length: 5858 byte(s)
Diff to previous 133840 (colored)
- Replace the way using "instanceof" with the class hierarchy mechanism to catch exception...
   (It may depend on your taste.)

Revision 133840 - (view) (annotate) - [select for diffs]
Modified Sun Sep 22 12:31:28 2002 UTC (7 years, 2 months ago) by jericho
Original Path: jakarta/commons/proper/httpclient/trunk/src/examples/TrivialApp.java
File length: 5941 byte(s)
Diff to previous 133781 (colored)
- Patch for HttpException inherited from URIException (that I introduced)
  (Other httpclient applications would have their own inherited exception
   and be simplified the programming style.)

Revision 133781 - (view) (annotate) - [select for diffs]
Added Wed Aug 14 01:41:58 2002 UTC (7 years, 3 months ago) by jsdever
Original Path: jakarta/commons/proper/httpclient/trunk/src/examples/TrivialApp.java
File length: 5849 byte(s)
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.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2