W3C CVS Root

CVS log for java/classes/org/w3c/jigsaw/servlet/ServletWrapperFrame.java

[BACK] Up to [Public] / java / classes / org / w3c / jigsaw / servlet

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Oct 18 13:42:19 2013 UTC (10 years, 6 months ago) by ylafon
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +169 -165 lines
generics + raw types + serializer

Revision 1.28: download - view: text, markup, annotated - select for diffs
Tue Jun 26 09:47:25 2012 UTC (11 years, 10 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +3 -3 lines
more cleanup + use of HashMap and ConcurrentHashMap in the resource store

Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Jun 18 21:21:03 2012 UTC (11 years, 10 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +4 -4 lines
static refs, for each loops + tests clarified

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sat Jun 16 15:48:46 2012 UTC (11 years, 10 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +11 -24 lines
various updates, use of StringBuilder, for each loops, starting some generics, some optims, ipv6 patch for acls

Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Apr 26 11:52:35 2007 UTC (17 years ago) by ylafon
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -1 lines
a bit more paranoid

Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Oct 6 09:54:12 2004 UTC (19 years, 7 months ago) by ylafon
Branches: MAIN
CVS tags: rel-2-2, R_2_2_6_B0, R_2_2_5_B0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +5 -4 lines
the wrapper is doing the thread interrupt the right way now, using
the embedded runner from the request

Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Feb 25 17:50:43 2003 UTC (21 years, 2 months ago) by ylafon
Branches: MAIN
CVS tags: R_2_2_4_B0, R_2_2_3_B1
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +4 -1 lines
reply is set to dynamic (stats issue)

Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Jul 10 18:53:13 2002 UTC (21 years, 10 months ago) by ylafon
Branches: MAIN
CVS tags: R_2_2_2_B0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +14 -2 lines
solving finally (I hope) the lost thread problem...

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Jan 16 10:23:12 2001 UTC (23 years, 3 months ago) by ylafon
Branches: MAIN
CVS tags: R_2_2_1_B0, R_2_2_0_B0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +8 -6 lines
forgot to commit ;)

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Dec 28 23:50:37 2000 UTC (23 years, 4 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +7 -7 lines
never do lame fixes too late :) reverted exception

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Dec 28 23:32:26 2000 UTC (23 years, 4 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +7 -7 lines
is closed first, thread always notified and exception always thrown on error
from the servlet

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Dec 21 16:57:35 2000 UTC (23 years, 4 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +30 -4 lines
robustness fix, the servlet is now killed after waiting for the srever's timeout

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Nov 15 14:42:19 2000 UTC (23 years, 5 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +14 -10 lines
fixed stream for included commands

Revision 1.12.4.3: download - view: text, markup, annotated - select for diffs
Fri Nov 10 10:15:41 2000 UTC (23 years, 5 months ago) by bmahe
Branches: rel-2-0
Diff to: previous 1.12.4.2: preferred, colored; branchpoint 1.12: preferred, colored; next MAIN 1.13: preferred, colored
Changes since revision 1.12.4.2: +39 -13 lines
chunk fixed

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Nov 2 16:10:47 2000 UTC (23 years, 6 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +15 -2 lines
Added support for reentry of the servlet outputstream, it provide valid HTTP/1.1 chunked output

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Aug 16 21:37:46 2000 UTC (23 years, 8 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +25 -12 lines
Fixed import statements and removed extra empty lines

Revision 1.12.4.2: download - view: text, markup, annotated - select for diffs
Tue Mar 14 17:50:50 2000 UTC (24 years, 1 month ago) by bmahe
Branches: rel-2-0
CVS tags: R_2_0_5_B1, R_2_0_5_B0
Diff to: previous 1.12.4.1: preferred, colored; branchpoint 1.12: preferred, colored
Changes since revision 1.12.4.1: +4 -6 lines
virtual host and jsp include

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Mar 14 17:25:49 2000 UTC (24 years, 1 month ago) by bmahe
Branches: MAIN
CVS tags: R_2_1_2_B0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +4 -6 lines
Virtual Host

Revision 1.12.4.1: download - view: text, markup, annotated - select for diffs
Tue Mar 14 16:21:11 2000 UTC (24 years, 1 month ago) by ylafon
Branches: rel-2-0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +6 -4 lines
fixed return code when servlet is unavailable

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Mar 14 15:47:26 2000 UTC (24 years, 1 month ago) by ylafon
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +6 -4 lines
fixed return code when a srevlet is not available

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Mar 29 12:45:18 1999 UTC (25 years, 1 month ago) by bmahe
Branches: MAIN
CVS tags: rel-2-1, R_2_1_1_B0, R_2_1_0_B4, R_2_1_0_B3, R_2_1_0_B2, R_2_1_0_B1, R_2_1_0_B0, R_2_0_4_B1, R_2_0_4_B0, R_2_0_3_B0, R_2_0_2_B0
Branch point for: rel-2-0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +5 -3 lines
used to map a File to a servlet

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Aug 14 11:11:48 1998 UTC (25 years, 8 months ago) by bmahe
Branches: MAIN
CVS tags: R_2_0_beta_3, R_2_0_1_B0, R_2_0_0_B0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -3 lines
javadoc updated

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Aug 7 09:06:35 1998 UTC (25 years, 9 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +18 -2 lines
better exception catching

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri May 29 14:32:21 1998 UTC (25 years, 11 months ago) by bmahe
Branches: MAIN
CVS tags: R_2_0_beta_2_1
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -9 lines
javadoc

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue May 26 10:04:45 1998 UTC (25 years, 11 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
added Exception

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue May 26 10:03:22 1998 UTC (25 years, 11 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -3 lines
added Exception

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue May 26 10:02:22 1998 UTC (25 years, 11 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +21 -1 lines
added Exception

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed May 6 13:50:38 1998 UTC (26 years ago) by ylafon
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +94 -94 lines
indent

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Feb 17 13:43:52 1998 UTC (26 years, 2 months ago) by bmahe
Branches: MAIN
CVS tags: R_2_0_beta_1
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +16 -1 lines
wrapper don't have to manage LastModified in reply

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Feb 12 12:53:11 1998 UTC (26 years, 2 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
added DirectoryLister, modified HTTPFrame (and subclasses) to have protected method and to throws more exception (ie when a getFileResource(Request request) is called and there is no
File Resource attached)

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jan 26 13:22:48 1998 UTC (26 years, 3 months ago) by bmahe
Branches: MAIN
CVS tags: R_2_0_alpha_1a, R_2_0_alpha_1, R_1_0_beta_2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +8 -5 lines
ClientException and HTTPException replaced by ProtocolException and NotAProtocolException in tools/resources package and jigsaw/frames

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Jan 22 14:12:00 1998 UTC (26 years, 3 months ago) by bmahe
Branches: MAIN
first commit for org.w3c...

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

Webmaster