W3C CVS Root

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

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


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

Revision 1.55: 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.54: preferred, colored
Changes since revision 1.54: +8 -9 lines
various updates, use of StringBuilder, for each loops, starting some generics, some optims, ipv6 patch for acls

Revision 1.54: download - view: text, markup, annotated - select for diffs
Fri Sep 28 14:29:57 2007 UTC (16 years, 7 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +2 -2 lines

Moved from int to long for ContentLength, to cope with 2G+ files.
It introduced lots of changes in the HTTp stack and cache, as well as
the logging system, everything seems to work properly.
Store serialization/deserialization was a bit trickier, Long is now
ensuring that the object is a Number instead of a Long to cope with
the Integer->Long change in the stores.

NOTE that those changes mark the beginning of the new 2.3 track starting
with this beta. hopefully is should be as stable as previously, but
nothing is granted :)

Revision 1.53: download - view: text, markup, annotated - select for diffs
Tue Feb 4 16:21:43 2003 UTC (21 years, 3 months ago) by ylafon
Branches: MAIN
CVS tags: rel-2-2, R_2_2_6_B0, R_2_2_5_B0, R_2_2_4_B0, R_2_2_3_B1
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +12 -7 lines
the servlet thread notify the server thread that the reply is ready to
be sent back to the client. It may happen in a sendError() sendRedirect(),
or when the underlying stream is commited.
Before that, the notification was happening when the stream was acquired by
the servlet, causing race problems during a sendError, as the reply might
have been sent already.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Mon Sep 16 18:36:55 2002 UTC (21 years, 7 months ago) by ylafon
Branches: MAIN
CVS tags: R_2_2_2_B0
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +33 -1 lines
first steps toward jsdk2.3 impl

Revision 1.51: download - view: text, markup, annotated - select for diffs
Thu Aug 8 12:38:18 2002 UTC (21 years, 9 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +3 -2 lines
changed the default charset to iso-8859-1 per javadoc of servlet 2.3

Revision 1.50: download - view: text, markup, annotated - select for diffs
Mon Aug 5 16:54:09 2002 UTC (21 years, 9 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +25 -15 lines
now checks that the stream has been commited before actually sending the
data.
It allows program to change their mind

Revision 1.49: download - view: text, markup, annotated - select for diffs
Tue Jul 30 21:09:08 2002 UTC (21 years, 9 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -1 lines
removed the iso-8859-1 default of getCharacterEncoding

Revision 1.48: download - view: text, markup, annotated - select for diffs
Wed Jul 10 18:51:57 2002 UTC (21 years, 10 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +18 -14 lines
strictness checking in the use of streams

Revision 1.47: download - view: text, markup, annotated - select for diffs
Mon Jul 8 14:55:37 2002 UTC (21 years, 10 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +10 -1 lines
throw exception when the user is trying to send error/relocate while
the reply has already been sent to the client

Revision 1.46: download - view: text, markup, annotated - select for diffs
Mon Nov 12 13:59:00 2001 UTC (22 years, 5 months ago) by ylafon
Branches: MAIN
CVS tags: R_2_2_1_B0
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -2 lines
fixed typo in a generated message (grammar)

Revision 1.45: download - view: text, markup, annotated - select for diffs
Tue Jan 16 10:26:22 2001 UTC (23 years, 3 months ago) by ylafon
Branches: MAIN
CVS tags: R_2_2_0_B0
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +14 -5 lines
fix for redirects

Revision 1.44: download - view: text, markup, annotated - select for diffs
Thu Jan 11 13:03:04 2001 UTC (23 years, 3 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +4 -1 lines
fixed sendError sendRedirect & al

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

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

Revision 1.42: download - view: text, markup, annotated - select for diffs
Fri Nov 10 09:52:45 2000 UTC (23 years, 5 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -2 lines
fixed for Cocoon

Revision 1.41: download - view: text, markup, annotated - select for diffs
Fri Nov 3 12:57:39 2000 UTC (23 years, 6 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +9 -1 lines
set stream the right way for redirect

Revision 1.40: 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.39: preferred, colored
Changes since revision 1.39: +37 -6 lines
Added support for reentry of the servlet outputstream, it provide valid HTTP/1.1 chunked output

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

Revision 1.31.4.11: download - view: text, markup, annotated - select for diffs
Tue Jul 25 09:00:02 2000 UTC (23 years, 9 months ago) by bmahe
Branches: rel-2-0
Diff to: previous 1.31.4.10: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.4.10: +7 -6 lines
netscape sucks

Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue Jul 25 08:58:08 2000 UTC (23 years, 9 months ago) by bmahe
Branches: MAIN
CVS tags: R_2_1_2_B0
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +7 -6 lines
netscape sucks

Revision 1.31.4.10: download - view: text, markup, annotated - select for diffs
Tue Jul 11 08:03:30 2000 UTC (23 years, 10 months ago) by bmahe
Branches: rel-2-0
Diff to: previous 1.31.4.9: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.4.9: +8 -2 lines
bug fixed, pathinfo and sendredirect

Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Jul 11 07:55:14 2000 UTC (23 years, 10 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +8 -2 lines
sendRedirect bug fix

Revision 1.31.4.9: 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.31.4.8: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.4.8: +6 -1 lines
virtual host and jsp include

Revision 1.36: 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
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +6 -1 lines
Virtual Host

Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Feb 22 16:20:17 2000 UTC (24 years, 2 months ago) by bmahe
Branches: MAIN
CVS tags: R_2_1_1_B0
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +7 -2 lines
see other in POST

Revision 1.31.4.8: download - view: text, markup, annotated - select for diffs
Tue Feb 22 16:20:10 2000 UTC (24 years, 2 months ago) by bmahe
Branches: rel-2-0
Diff to: previous 1.31.4.7: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.4.7: +7 -2 lines
see other in POST

Revision 1.31.4.7: download - view: text, markup, annotated - select for diffs
Fri Feb 11 16:22:45 2000 UTC (24 years, 2 months ago) by bmahe
Branches: rel-2-0
Diff to: previous 1.31.4.6: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.4.6: +22 -11 lines
1.1 compliance

Revision 1.34: download - view: text, markup, annotated - select for diffs
Fri Feb 11 16:21:45 2000 UTC (24 years, 2 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +21 -10 lines
1.1 compliance

Revision 1.33: download - view: text, markup, annotated - select for diffs
Fri Feb 11 13:20:01 2000 UTC (24 years, 2 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +241 -8 lines
Servlet API 2.2

Revision 1.31.4.6: download - view: text, markup, annotated - select for diffs
Fri Feb 11 13:07:12 2000 UTC (24 years, 2 months ago) by bmahe
Branches: rel-2-0
Diff to: previous 1.31.4.5: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.4.5: +3 -3 lines
Servlet API 2.2

Revision 1.31.4.5: download - view: text, markup, annotated - select for diffs
Wed Feb 9 16:27:43 2000 UTC (24 years, 3 months ago) by bmahe
Branches: rel-2-0
Diff to: previous 1.31.4.4: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.4.4: +131 -19 lines
addHeader, setBufferSize

Revision 1.31.4.4: download - view: text, markup, annotated - select for diffs
Tue Feb 8 15:41:35 2000 UTC (24 years, 3 months ago) by bmahe
Branches: rel-2-0
Diff to: previous 1.31.4.3: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.4.3: +78 -2 lines
servlet api 2.2

Revision 1.31.4.3: download - view: text, markup, annotated - select for diffs
Mon Jan 31 16:54:02 2000 UTC (24 years, 3 months ago) by bmahe
Branches: rel-2-0
Diff to: previous 1.31.4.2: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.4.2: +46 -1 lines
2.2

Revision 1.31.4.2: download - view: text, markup, annotated - select for diffs
Mon Jan 31 16:30:22 2000 UTC (24 years, 3 months ago) by bmahe
Branches: rel-2-0
Diff to: previous 1.31.4.1: preferred, colored; branchpoint 1.31: preferred, colored
Changes since revision 1.31.4.1: +2 -2 lines
2.2

Revision 1.32: download - view: text, markup, annotated - select for diffs
Wed Dec 1 09:36:19 1999 UTC (24 years, 5 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
setDateHeader bug fixed

Revision 1.31.4.1: download - view: text, markup, annotated - select for diffs
Mon Nov 29 16:49:53 1999 UTC (24 years, 5 months ago) by bmahe
Branches: rel-2-0
CVS tags: R_2_0_4_B1, R_2_0_4_B0
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
bug fixed in setDateHeader

Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Apr 12 09:56:55 1999 UTC (25 years ago) by ylafon
Branches: MAIN
CVS tags: rel-2-1, 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_3_B0
Branch point for: rel-2-0
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +12 -8 lines
cvs crash recovery

Revision 1.30: download - view: text, markup, annotated - select for diffs
Wed Apr 7 08:58:01 1999 UTC (25 years, 1 month ago) by bmahe
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +60 -44 lines
Now load reply in memory only for included request (SSI, Dispatcher,
...)

Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Mar 18 14:37:19 1999 UTC (25 years, 1 month ago) by bmahe
Branches: MAIN
CVS tags: R_2_0_2_B0
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +52 -28 lines
first working implementation of JSDK2.1

Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Mar 17 18:00:58 1999 UTC (25 years, 1 month ago) by bmahe
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +58 -3 lines
first implementation of jsdk2.1

Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri Feb 19 16:15:02 1999 UTC (25 years, 2 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +12 -12 lines
javadoc fixes

Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Dec 7 13:43:12 1998 UTC (25 years, 5 months ago) by bmahe
Branches: MAIN
CVS tags: R_2_0_1_B0, R_2_0_0_B0
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +6 -5 lines
no stream to close when included in a SSI

Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Sep 24 15:48:05 1998 UTC (25 years, 7 months ago) by bmahe
Branches: MAIN
CVS tags: R_2_0_beta_3
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -2 lines
bug fix

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Aug 14 11:11:21 1998 UTC (25 years, 8 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +8 -5 lines
javadoc updated

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Aug 6 10:44:37 1998 UTC (25 years, 9 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -3 lines
remove comment

Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Aug 6 08:10:49 1998 UTC (25 years, 9 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +4 -4 lines
flush not close

Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Jun 12 11:56:33 1998 UTC (25 years, 10 months ago) by bmahe
Branches: MAIN
CVS tags: R_2_0_beta_2_1
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
bug fix

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Jun 10 08:41:33 1998 UTC (25 years, 11 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +16 -5 lines
close stream

Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Jun 8 14:17:33 1998 UTC (25 years, 11 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +12 -3 lines
encodeRedirectUrl

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Jun 8 12:06:25 1998 UTC (25 years, 11 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +151 -3 lines
javadoc

Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Jun 5 13:35:14 1998 UTC (25 years, 11 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -1 lines
encodeRedirectURL

Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Jun 5 13:33:53 1998 UTC (25 years, 11 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -5 lines
encodeRedirectURL

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Jun 5 12:24:44 1998 UTC (25 years, 11 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +8 -1 lines
added servlet properties

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Jun 4 16:20:24 1998 UTC (25 years, 11 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +7 -1 lines
evolution

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu May 14 15:04:15 1998 UTC (25 years, 11 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +28 -13 lines
JSDK2.0 compatibility (Sessions added)

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue May 12 12:52:05 1998 UTC (26 years ago) by bmahe
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +63 -58 lines
add getCharacterEncoding()

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Feb 9 17:03:08 1998 UTC (26 years, 3 months ago) by bmahe
Branches: MAIN
CVS tags: R_2_0_beta_1
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +54 -1 lines
use the path.separator property

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Jan 22 14:09:49 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.9: preferred, colored
Changes since revision 1.9: +6 -6 lines
first commit for org.w3c...

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Sep 11 07:37:25 1997 UTC (26 years, 8 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -2 lines
bugs fixed

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Aug 22 08:47:26 1997 UTC (26 years, 8 months ago) by abaird
Branches: MAIN
CVS tags: R_1_0_beta_1_1, R_1_0_beta_1_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -3 lines
- Updated for w3c.jigsaw.http.Reply:getOutputStream API change.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Jul 1 08:36:21 1997 UTC (26 years, 10 months ago) by bmahe
Branches: MAIN
CVS tags: R_1_0_beta_0_3, R_1_0_beta_0_2, R_1_0_beta_0_1, R_1_0_beta_0_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +18 -8 lines
*** empty log message ***

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Jun 18 09:38:47 1997 UTC (26 years, 10 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +10 -3 lines
new ClassLoader for local servlet

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Mar 28 16:16:33 1997 UTC (27 years, 1 month ago) by abaird
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +21 -65 lines
- Upgraded to servlet beta API.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Jan 24 12:03:09 1997 UTC (27 years, 3 months ago) by abaird
Branches: MAIN
CVS tags: R_1_0_alpha6_1, R_1_0_alpha6
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +11 -4 lines
- Changed HTTPResource::getURL to:
    URL HTTPResource::getURL(Request)
    String HTTPResource::getURLPath()
- Fixed a bug in unpickling filters

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Dec 27 15:04:56 1996 UTC (27 years, 4 months ago) by abaird
Branches: MAIN
CVS tags: R_1_0_alpha_5
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +15 -9 lines
- Now handle correctly getOutputSTream (without necessarily emitting
  the reply).

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Dec 26 14:10:46 1996 UTC (27 years, 4 months ago) by abaird
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +6 -1 lines
- Added the appropriate @author doc comments.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Dec 17 12:25:57 1996 UTC (27 years, 4 months ago) by abaird
Branches: MAIN
- Initial checkin of Sun servlet API implementation.

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