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

Log of /httpcomponents/oac.hc3x/trunk/src/examples/CookieDemoApp.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: 4553 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: 4710 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/CookieDemoApp.java
File length: 4710 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/CookieDemoApp.java
File length: 4710 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/CookieDemoApp.java
File length: 4525 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/CookieDemoApp.java
File length: 4554 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/CookieDemoApp.java
File length: 4554 byte(s)
Diff to previous 134530 (colored)
Move Jakarta Commons HttpClient to Jakarta HttpClient

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/CookieDemoApp.java
File length: 4554 byte(s)
Diff to previous 134433 (colored)
Upgrade to ALv2

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/CookieDemoApp.java
File length: 6206 byte(s)
Diff to previous 134427 (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 134427 - (view) (annotate) - [select for diffs]
Modified Mon Oct 20 22:17:12 2003 UTC (6 years, 1 month ago) by olegk
Original Path: jakarta/commons/proper/httpclient/trunk/src/examples/CookieDemoApp.java
File length: 6166 byte(s)
Diff to previous 134410 (colored)
PR# 21151 (Customizable Cookie Policy)

The patch extends CookiePolicy class with a custom cookie specification plug-in
mechanism.

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/CookieDemoApp.java
File length: 6126 byte(s)
Diff to previous 134119 (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 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/CookieDemoApp.java
File length: 6115 byte(s)
Diff to previous 134106 (colored)
Removed unused imports.

Revision 134106 - (view) (annotate) - [select for diffs]
Modified Wed Feb 19 14:53:02 2003 UTC (6 years, 9 months ago) by olegk
Original Path: jakarta/commons/proper/httpclient/trunk/src/examples/CookieDemoApp.java
File length: 6041 byte(s)
Diff to previous 134105 (colored)
Cookie demo app updated to explicitly set cookie management policy

Contributed by Oleg Kalnichevski

Revision 134105 - (view) (annotate) - [select for diffs]
Modified Wed Feb 19 14:23:08 2003 UTC (6 years, 9 months ago) by olegk
Original Path: jakarta/commons/proper/httpclient/trunk/src/examples/CookieDemoApp.java
File length: 5258 byte(s)
Diff to previous 134098 (colored)
Cookie demo app refinement

Constributed by Oleg Kalnichevski

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/CookieDemoApp.java
File length: 5182 byte(s)
Diff to previous 134019 (colored)
fixed tabbing (no tabs)

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/CookieDemoApp.java
File length: 5023 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/CookieDemoApp.java
File length: 5022 byte(s)
Diff to previous 133857 (colored)
Update the examples to remove deprecated method calls.

Revision 133857 - (view) (annotate) - [select for diffs]
Modified Sun Sep 29 15:23:28 2002 UTC (7 years, 1 month ago) by sullis
Original Path: jakarta/commons/proper/httpclient/trunk/src/examples/CookieDemoApp.java
File length: 4758 byte(s)
Diff to previous 133826 (colored)
updated GetMethod usage

Revision 133826 - (view) (annotate) - [select for diffs]
Modified Sun Sep 8 05:19:06 2002 UTC (7 years, 2 months ago) by sullis
Original Path: jakarta/commons/proper/httpclient/trunk/src/examples/CookieDemoApp.java
File length: 4755 byte(s)
Diff to previous 133765 (colored)
updated copyright year

Revision 133765 - (view) (annotate) - [select for diffs]
Modified Thu Aug 8 01:24:30 2002 UTC (7 years, 3 months ago) by sullis
Original Path: jakarta/commons/proper/httpclient/trunk/src/examples/CookieDemoApp.java
File length: 4898 byte(s)
Diff to previous 133762 (colored)
*** empty log message ***

Revision 133762 - (view) (annotate) - [select for diffs]
Added Wed Aug 7 04:44:52 2002 UTC (7 years, 3 months ago) by sullis
Original Path: jakarta/commons/proper/httpclient/trunk/src/examples/CookieDemoApp.java
File length: 4869 byte(s)
*** empty log message ***

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