W3C CVS Root

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

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.75: 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.74: preferred, colored
Changes since revision 1.74: +70 -83 lines
generics + raw types + serializer

Revision 1.74: 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.73: preferred, colored
Changes since revision 1.73: +682 -664 lines
various updates, use of StringBuilder, for each loops, starting some generics, some optims, ipv6 patch for acls

Revision 1.73: 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.72: preferred, colored
Changes since revision 1.72: +6 -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.72: download - view: text, markup, annotated - select for diffs
Sun Feb 11 10:50:01 2007 UTC (17 years, 2 months ago) by ylafon
Branches: MAIN
CVS tags: rel-2-2, R_2_2_6_B0
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +2 -2 lines
fixes to the servlet context

Revision 1.71: download - view: text, markup, annotated - select for diffs
Mon Nov 29 12:37:55 2004 UTC (19 years, 5 months ago) by ylafon
Branches: MAIN
CVS tags: R_2_2_5_B0
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +19 -4 lines
char encoding default to iso-8859=1 if not present for URI parameters decoding
(per servlet 2.4 ch 4.9, as pointed out by Thomas Kopp)

Revision 1.70: download - view: text, markup, annotated - select for diffs
Thu Nov 4 16:07:37 2004 UTC (19 years, 6 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +2 -2 lines
Changelog from Thomas Kopp:

<cite>
The createCookie() method now uses a protocol-dependent default
for setting the secure flag, i.e. true in the case of https.
</cite>

Revision 1.69: download - view: text, markup, annotated - select for diffs
Wed Oct 13 21:54:33 2004 UTC (19 years, 6 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +2 -2 lines
typo

Revision 1.68: download - view: text, markup, annotated - select for diffs
Wed Oct 13 21:52:51 2004 UTC (19 years, 6 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +4 -2 lines
decoding of parameters in a GET also uses the character encoding, if present.

Revision 1.67: download - view: text, markup, annotated - select for diffs
Wed Oct 13 20:44:14 2004 UTC (19 years, 6 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +2 -2 lines
URLDecoder now has the possibility of using a specific encoding, decoding
of POST parameters is using that.

Revision 1.66: download - view: text, markup, annotated - select for diffs
Wed Oct 13 16:17:30 2004 UTC (19 years, 6 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +5 -4 lines
reuse getReader with encoding in prepareQueryParameter

Revision 1.65: download - view: text, markup, annotated - select for diffs
Tue Apr 15 14:51:52 2003 UTC (21 years ago) by ylafon
Branches: MAIN
CVS tags: R_2_2_4_B0, R_2_2_3_B1
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +6 -5 lines
bug introduced in getParameter, explicit cast in String[] and get [0] requires
that the parameter value is not null.

Revision 1.64: download - view: text, markup, annotated - select for diffs
Tue Apr 15 14:08:29 2003 UTC (21 years ago) by ylafon
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +29 -17 lines
adapted the way parameters are computed to have getParameterMap done per
servlet 2.3 API.

Revision 1.63: 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.62: preferred, colored
Changes since revision 1.62: +41 -1 lines
first steps toward jsdk2.3 impl

Revision 1.62: download - view: text, markup, annotated - select for diffs
Fri Sep 13 17:13:53 2002 UTC (21 years, 7 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +1 -2 lines
lazy preparation of parameters (now worky again because of other fixes
in outputstream handling)

Revision 1.61: 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.60: preferred, colored
Changes since revision 1.60: +7 -2 lines
removed the iso-8859-1 default of getCharacterEncoding

Revision 1.60: download - view: text, markup, annotated - select for diffs
Fri Jul 26 13:47:50 2002 UTC (21 years, 9 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +49 -18 lines
moved completely to servlet 2.3 API (implentation og getParameterMap)

Revision 1.59: download - view: text, markup, annotated - select for diffs
Mon Jul 8 14:54:52 2002 UTC (21 years, 10 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +1 -2 lines
removed a FIXME as it was indeed fixed

Revision 1.58: download - view: text, markup, annotated - select for diffs
Wed Jul 3 15:53:43 2002 UTC (21 years, 10 months ago) by ylafon
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +11 -5 lines
we need to parse the body first if needed, as there is a bad interaction
otherwise with 100-continue and chucnked requests

Revision 1.46.4.15: 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.46.4.14: preferred, colored; branchpoint 1.46: preferred, colored; next MAIN 1.47: preferred, colored
Changes since revision 1.46.4.14: +60 -26 lines
chunk fixed

Revision 1.57: download - view: text, markup, annotated - select for diffs
Wed Aug 16 21:37:44 2000 UTC (23 years, 8 months ago) by ylafon
Branches: MAIN
CVS tags: R_2_2_1_B0, R_2_2_0_B0
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +60 -26 lines
Fixed import statements and removed extra empty lines

Revision 1.56: download - view: text, markup, annotated - select for diffs
Wed Aug 16 13:40:00 2000 UTC (23 years, 8 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +2 -2 lines
bug fixed, initargs

Revision 1.46.4.14: download - view: text, markup, annotated - select for diffs
Wed Aug 16 13:38:26 2000 UTC (23 years, 8 months ago) by bmahe
Branches: rel-2-0
Diff to: previous 1.46.4.13: preferred, colored; branchpoint 1.46: preferred, colored
Changes since revision 1.46.4.13: +1 -1 lines
bug fixed, initargs

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

Revision 1.55: 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
CVS tags: R_2_1_2_B0
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +2 -2 lines
sendRedirect bug fix

Revision 1.46.4.12: download - view: text, markup, annotated - select for diffs
Mon Apr 3 07:54:20 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.46.4.11: preferred, colored; branchpoint 1.46: preferred, colored
Changes since revision 1.46.4.11: +7 -6 lines
bug fixed

Revision 1.54: download - view: text, markup, annotated - select for diffs
Fri Mar 31 09:10:31 2000 UTC (24 years, 1 month ago) by bmahe
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +7 -6 lines
bug, fixed thx to J Brax

Revision 1.46.4.11: download - view: text, markup, annotated - select for diffs
Fri Mar 17 09:41:55 2000 UTC (24 years, 1 month ago) by bmahe
Branches: rel-2-0
Diff to: previous 1.46.4.10: preferred, colored; branchpoint 1.46: preferred, colored
Changes since revision 1.46.4.10: +10 -4 lines
bug fix with port 80

Revision 1.53: download - view: text, markup, annotated - select for diffs
Fri Mar 17 09:41:53 2000 UTC (24 years, 1 month ago) by bmahe
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +10 -4 lines
bug fix with port 80

Revision 1.46.4.10: 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
Diff to: previous 1.46.4.9: preferred, colored; branchpoint 1.46: preferred, colored
Changes since revision 1.46.4.9: +89 -84 lines
virtual host and jsp include

Revision 1.52: 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.51: preferred, colored
Changes since revision 1.51: +89 -84 lines
Virtual Host

Revision 1.46.4.9: download - view: text, markup, annotated - select for diffs
Mon Mar 13 17:29:54 2000 UTC (24 years, 1 month ago) by bmahe
Branches: rel-2-0
Diff to: previous 1.46.4.8: preferred, colored; branchpoint 1.46: preferred, colored
Changes since revision 1.46.4.8: +7 -1 lines
getServletPath

Revision 1.51: download - view: text, markup, annotated - select for diffs
Mon Mar 13 17:28:51 2000 UTC (24 years, 1 month ago) by bmahe
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +7 -1 lines
getServletPath

Revision 1.46.4.8: download - view: text, markup, annotated - select for diffs
Thu Mar 9 15:57:33 2000 UTC (24 years, 2 months ago) by bmahe
Branches: rel-2-0
Diff to: previous 1.46.4.7: preferred, colored; branchpoint 1.46: preferred, colored
Changes since revision 1.46.4.7: +10 -10 lines
getRealPath

Revision 1.50: download - view: text, markup, annotated - select for diffs
Thu Mar 9 15:57:01 2000 UTC (24 years, 2 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +10 -10 lines
getRealPath

Revision 1.49: download - view: text, markup, annotated - select for diffs
Fri Mar 3 16:04:07 2000 UTC (24 years, 2 months ago) by bmahe
Branches: MAIN
CVS tags: R_2_1_1_B0
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +8 -38 lines
bug fix, getRealPath and proxy

Revision 1.46.4.7: download - view: text, markup, annotated - select for diffs
Fri Mar 3 15:58:07 2000 UTC (24 years, 2 months ago) by bmahe
Branches: rel-2-0
Diff to: previous 1.46.4.6: preferred, colored; branchpoint 1.46: preferred, colored
Changes since revision 1.46.4.6: +8 -38 lines
bug fix, getRealPath and proxy

Revision 1.46.4.6: 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.46.4.5: preferred, colored; branchpoint 1.46: preferred, colored
Changes since revision 1.46.4.5: +19 -9 lines
1.1 compliance

Revision 1.48: 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.47: preferred, colored
Changes since revision 1.47: +18 -8 lines
1.1 compliance

Revision 1.47: 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.46: preferred, colored
Changes since revision 1.46: +226 -6 lines
Servlet API 2.2

Revision 1.46.4.5: 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.46.4.4: preferred, colored; branchpoint 1.46: preferred, colored
Changes since revision 1.46.4.4: +3 -5 lines
Servlet API 2.2

Revision 1.46.4.4: download - view: text, markup, annotated - select for diffs
Thu Feb 10 14:37:43 2000 UTC (24 years, 2 months ago) by bmahe
Branches: rel-2-0
Diff to: previous 1.46.4.3: preferred, colored; branchpoint 1.46: preferred, colored
Changes since revision 1.46.4.3: +45 -14 lines
getRequestDispatcher

Revision 1.46.4.3: download - view: text, markup, annotated - select for diffs
Thu Feb 10 13:39:04 2000 UTC (24 years, 2 months ago) by bmahe
Branches: rel-2-0
Diff to: previous 1.46.4.2: preferred, colored; branchpoint 1.46: preferred, colored
Changes since revision 1.46.4.2: +3 -3 lines
HttpSession api 2.2

Revision 1.46.4.2: download - view: text, markup, annotated - select for diffs
Thu Feb 10 10:23:28 2000 UTC (24 years, 3 months ago) by bmahe
Branches: rel-2-0
Diff to: previous 1.46.4.1: preferred, colored; branchpoint 1.46: preferred, colored
Changes since revision 1.46.4.1: +38 -6 lines
getLocale, getLocales

Revision 1.46.4.1: 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.46: preferred, colored
Changes since revision 1.46: +160 -1 lines
servlet api 2.2

Revision 1.46: download - view: text, markup, annotated - select for diffs
Wed Jun 9 09:44:21 1999 UTC (24 years, 11 months ago) by bmahe
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_4_B1, R_2_0_4_B0, R_2_0_3_B0
Branch point for: rel-2-0
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +45 -41 lines
real path bug fixed

Revision 1.45: download - view: text, markup, annotated - select for diffs
Wed Apr 28 08:38:08 1999 UTC (25 years ago) by bmahe
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +48 -42 lines
merge param in url and body for post

Revision 1.44: download - view: text, markup, annotated - select for diffs
Tue Apr 27 12:21:52 1999 UTC (25 years ago) by ylafon
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -2 lines
small typo, is going up

Revision 1.43: download - view: text, markup, annotated - select for diffs
Tue Apr 27 08:58:51 1999 UTC (25 years ago) by ylafon
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +21 -3 lines
getReader now takes care of the encoding sent in the request

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

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

Revision 1.40: download - view: text, markup, annotated - select for diffs
Mon Oct 26 11:56:13 1998 UTC (25 years, 6 months ago) by bmahe
Branches: MAIN
CVS tags: R_2_0_1_B0, R_2_0_0_B0
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +6 -3 lines
bug fix in convertCookie

Revision 1.39: download - view: text, markup, annotated - select for diffs
Tue Sep 29 09:31:23 1998 UTC (25 years, 7 months ago) by bmahe
Branches: MAIN
CVS tags: R_2_0_beta_3
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +28 -7 lines
bug fix (getRequestURI)

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

Revision 1.37: download - view: text, markup, annotated - select for diffs
Thu Aug 13 16:24:31 1998 UTC (25 years, 8 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +4 -1 lines
javadoc

Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon Jul 20 08:02:44 1998 UTC (25 years, 9 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +10 -6 lines
bug fix

Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Jun 9 16:21:58 1998 UTC (25 years, 11 months ago) by bmahe
Branches: MAIN
CVS tags: R_2_0_beta_2_1
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2 lines
indent

Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Jun 9 09:59:15 1998 UTC (25 years, 11 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +12 -11 lines
indent

Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Jun 9 09:32:51 1998 UTC (25 years, 11 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +31 -8 lines
configuration

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

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

Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Jun 4 16:48:17 1998 UTC (25 years, 11 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
evolution

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

Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Jun 4 09:14:30 1998 UTC (25 years, 11 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +12 -6 lines
now works with netscape and Explorer

Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Jun 3 15:03:13 1998 UTC (25 years, 11 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +16 -12 lines
bug fix

Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri May 29 14:37:24 1998 UTC (25 years, 11 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -3 lines
javadoc

Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri May 29 14:32:12 1998 UTC (25 years, 11 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +89 -7 lines
javadoc

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon May 18 09:48:22 1998 UTC (25 years, 11 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -1 lines
bug fixed

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

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

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

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

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

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue May 12 12:51:48 1998 UTC (26 years ago) by bmahe
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +494 -478 lines
add getCharacterEncoding()

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

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Jan 22 14:09:35 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.15: preferred, colored
Changes since revision 1.15: +53 -29 lines
first commit for org.w3c...

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Sep 17 15:36:13 1997 UTC (26 years, 7 months ago) by benoit
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -21 lines
(benoit)

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

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Sep 9 09:38:45 1997 UTC (26 years, 8 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +15 -4 lines
fixed a bug with Servlet class found in the classpath

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Jul 25 14:27:57 1997 UTC (26 years, 9 months ago) by bmahe
Branches: MAIN
CVS tags: R_1_0_beta_1_1, R_1_0_beta_1_0, R_1_0_beta_0_3, R_1_0_beta_0_2, R_1_0_beta_0_1
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -1 lines
removed debug option

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Jul 22 12:46:43 1997 UTC (26 years, 9 months ago) by abaird
Branches: MAIN
CVS tags: R_1_0_beta_0_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
- Typo in docs

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Jul 10 12:07:58 1997 UTC (26 years, 10 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +31 -15 lines
now manage multiple values for one parameter

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Jul 1 08:36:17 1997 UTC (26 years, 10 months ago) by bmahe
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +23 -6 lines
*** empty log message ***

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

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Apr 4 07:37:34 1997 UTC (27 years, 1 month ago) by abaird
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +6 -3 lines
- Now uses empty enumerations when it makes sense

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

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Feb 24 08:57:39 1997 UTC (27 years, 2 months ago) by abaird
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -2 lines
- Checked getContentType for null before returning its String version

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Jan 24 12:03:03 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: +2 -2 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 Jan 10 11:52:59 1997 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: +6 -3 lines
- ServletRequest.getInputStream now correctly returns a tailored
  stream (that will take into account content length, for example)

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Dec 26 14:10:41 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:52 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