cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2003-10-25 Thread billbarker
billbarker2003/10/25 18:43:59

  Modified:.RELEASE-NOTES-3.3.2.txt
  Log:
  Documenting patch.
  
  Revision  ChangesPath
  1.21  +4 -1  jakarta-tomcat/RELEASE-NOTES-3.3.2.txt
  
  Index: RELEASE-NOTES-3.3.2.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat/RELEASE-NOTES-3.3.2.txt,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- RELEASE-NOTES-3.3.2.txt   26 Sep 2003 04:27:48 -  1.20
  +++ RELEASE-NOTES-3.3.2.txt   26 Oct 2003 01:43:59 -  1.21
  @@ -75,6 +75,9 @@
 Fix problem where the AccessLog was printing the content-length of the
 Request instead of the Response.
   
  +24123Fix problem where the AccessLog wasn't logging request that produce
  + no output.  Also log the Request's content length for PUT requests.
  +
   Jasper:
   
   Bug No.  Description
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2003-09-25 Thread billbarker
billbarker2003/09/25 21:27:48

  Modified:.RELEASE-NOTES-3.3.2.txt
  Log:
  Document change.
  
  Revision  ChangesPath
  1.20  +4 -1  jakarta-tomcat/RELEASE-NOTES-3.3.2.txt
  
  Index: RELEASE-NOTES-3.3.2.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat/RELEASE-NOTES-3.3.2.txt,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- RELEASE-NOTES-3.3.2.txt   14 Sep 2003 04:43:20 -  1.19
  +++ RELEASE-NOTES-3.3.2.txt   26 Sep 2003 04:27:48 -  1.20
  @@ -72,6 +72,9 @@
Updated DecodeInterceptor to treat URL paths containing null
characters as unsafe.
   
  +  Fix problem where the AccessLog was printing the content-length of the
  +  Request instead of the Response.
  +
   Jasper:
   
   Bug No.  Description
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2003-09-22 Thread Henri Gomez
Larry Isaacs a écrit :

+1,  Thanks.
Next batch for TC 3.3.2-dev is on the fly :)



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2003-09-19 Thread Larry Isaacs
+1,  Thanks.

Larry

-Original Message-
From: Henri Gomez [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 18, 2003 4:49 AM
To: Tomcat Developers List
Subject: Re: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt


Larry Isaacs a écrit :

> Hi Henri,
> 
> The software I work on in my day job has finally reached "lockdown". 
> Only documentation tasks remain.  I'll try to get up to speed with 
> with where things stand and begin working on a release plan this week.  
> Sorry for the long delay.

Ok, what do you think about imports cleanup ?

Could I start commit it ?

BTW, I could do the same also for JTC if everybody agree ;)




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2003-09-18 Thread Henri Gomez
Larry Isaacs a écrit :

Hi Henri,

The software I work on in my day job has finally reached "lockdown".
Only documentation tasks remain.  I'll try to get up to speed with
with where things stand and begin working on a release plan this
week.  Sorry for the long delay.
Ok, what do you think about imports cleanup ?

Could I start commit it ?

BTW, I could do the same also for JTC if everybody agree ;)



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2003-09-15 Thread Larry Isaacs
Hi Henri,

The software I work on in my day job has finally reached "lockdown".
Only documentation tasks remain.  I'll try to get up to speed with
with where things stand and begin working on a release plan this
week.  Sorry for the long delay.

Larry

-Original Message-
From: Henri Gomez [mailto:[EMAIL PROTECTED] 
Sent: Monday, September 15, 2003 10:48 AM
To: Tomcat Developers List
Subject: Re: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt


[EMAIL PROTECTED] a écrit :
> billbarker2003/09/13 21:43:20
> 
>   Modified:.RELEASE-NOTES-3.3.2.txt
>   Log:
>   Documenting fix for 23101.
>   
>   Revision  ChangesPath
>   1.19  +3 -1  jakarta-tomcat/RELEASE-NOTES-3.3.2.txt
>   
>   Index: RELEASE-NOTES-3.3.2.txt
>   ===
>   RCS file: /home/cvs/jakarta-tomcat/RELEASE-NOTES-3.3.2.txt,v
>   retrieving revision 1.18
>   retrieving revision 1.19
>   diff -u -r1.18 -r1.19
>   --- RELEASE-NOTES-3.3.2.txt 5 Apr 2003 07:19:59 -   1.18
>   +++ RELEASE-NOTES-3.3.2.txt 14 Sep 2003 04:43:20 -  1.19
>   @@ -81,6 +81,8 @@
>
>13378   Fix dependency on GenericServlet in the generated .java file.
>
>   +23101Fix case dependency problem on Windows platforms.
>   +
>Configuration:
>
>Bug No.  Description
>   


Any release date for 3.3.2 ?

I really need a fresh version of 3.3 but ITs want a release version, no HEAD snapshot 
;(



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2003-09-15 Thread Henri Gomez
[EMAIL PROTECTED] a écrit :
billbarker2003/09/13 21:43:20

  Modified:.RELEASE-NOTES-3.3.2.txt
  Log:
  Documenting fix for 23101.
  
  Revision  ChangesPath
  1.19  +3 -1  jakarta-tomcat/RELEASE-NOTES-3.3.2.txt
  
  Index: RELEASE-NOTES-3.3.2.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat/RELEASE-NOTES-3.3.2.txt,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- RELEASE-NOTES-3.3.2.txt	5 Apr 2003 07:19:59 -	1.18
  +++ RELEASE-NOTES-3.3.2.txt	14 Sep 2003 04:43:20 -	1.19
  @@ -81,6 +81,8 @@
   
   13378	 Fix dependency on GenericServlet in the generated .java file.
   
  +23101Fix case dependency problem on Windows platforms.
  +
   Configuration:
   
   Bug No.  Description
  


Any release date for 3.3.2 ?

I really need a fresh version of 3.3 but ITs want a release version,
no HEAD snapshot ;(


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2003-09-13 Thread billbarker
billbarker2003/09/13 21:43:20

  Modified:.RELEASE-NOTES-3.3.2.txt
  Log:
  Documenting fix for 23101.
  
  Revision  ChangesPath
  1.19  +3 -1  jakarta-tomcat/RELEASE-NOTES-3.3.2.txt
  
  Index: RELEASE-NOTES-3.3.2.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat/RELEASE-NOTES-3.3.2.txt,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- RELEASE-NOTES-3.3.2.txt   5 Apr 2003 07:19:59 -   1.18
  +++ RELEASE-NOTES-3.3.2.txt   14 Sep 2003 04:43:20 -  1.19
  @@ -81,6 +81,8 @@
   
   13378 Fix dependency on GenericServlet in the generated .java file.
   
  +23101Fix case dependency problem on Windows platforms.
  +
   Configuration:
   
   Bug No.  Description
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2003-04-04 Thread billbarker
billbarker2003/04/04 23:19:59

  Modified:.RELEASE-NOTES-3.3.2.txt
  Log:
  Document changes to the admin web-app.
  
  Revision  ChangesPath
  1.18  +3 -1  jakarta-tomcat/RELEASE-NOTES-3.3.2.txt
  
  Index: RELEASE-NOTES-3.3.2.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat/RELEASE-NOTES-3.3.2.txt,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- RELEASE-NOTES-3.3.2.txt   26 Jan 2003 03:16:30 -  1.17
  +++ RELEASE-NOTES-3.3.2.txt   5 Apr 2003 07:19:59 -   1.18
  @@ -31,6 +31,8 @@
tasks allow the Tomcat work directory to be pre-populated with 
compiled JSPs.
   
  +13285 Added improvements to the admin web-app to include support for vhosts.
  +
   Server:
   
   Bug No.  Description
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2003-01-25 Thread larryi
larryi  2003/01/25 19:16:30

  Modified:.RELEASE-NOTES-3.3.2.txt
  Log:
  Add update made to DecodeInterceptor
  
  Revision  ChangesPath
  1.17  +4 -1  jakarta-tomcat/RELEASE-NOTES-3.3.2.txt
  
  Index: RELEASE-NOTES-3.3.2.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat/RELEASE-NOTES-3.3.2.txt,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- RELEASE-NOTES-3.3.2.txt   10 Jan 2003 07:21:38 -  1.16
  +++ RELEASE-NOTES-3.3.2.txt   26 Jan 2003 03:16:30 -  1.17
  @@ -67,6 +67,9 @@
   
   15894 Fix race condition on reusing Sessions.
   
  + Updated DecodeInterceptor to treat URL paths containing null
  + characters as unsafe.
  +
   Jasper:
   
   Bug No.  Description
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2003-01-09 Thread billbarker
billbarker2003/01/09 23:21:38

  Modified:.RELEASE-NOTES-3.3.2.txt
  Log:
  Document fix for 15894
  
  Revision  ChangesPath
  1.16  +3 -1  jakarta-tomcat/RELEASE-NOTES-3.3.2.txt
  
  Index: RELEASE-NOTES-3.3.2.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat/RELEASE-NOTES-3.3.2.txt,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- RELEASE-NOTES-3.3.2.txt   5 Dec 2002 06:51:04 -   1.15
  +++ RELEASE-NOTES-3.3.2.txt   10 Jan 2003 07:21:38 -  1.16
  @@ -65,6 +65,8 @@
   
 Fix the handling of response.encodeURL("") to conform to the w3 spec.
   
  +15894 Fix race condition on reusing Sessions.
  +
   Jasper:
   
   Bug No.  Description
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2002-12-04 Thread billbarker
billbarker2002/12/04 22:51:04

  Modified:.RELEASE-NOTES-3.3.2.txt
  Log:
  Document change to encodeURL.
  
  Revision  ChangesPath
  1.15  +3 -1  jakarta-tomcat/RELEASE-NOTES-3.3.2.txt
  
  Index: RELEASE-NOTES-3.3.2.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat/RELEASE-NOTES-3.3.2.txt,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- RELEASE-NOTES-3.3.2.txt   31 Oct 2002 06:41:37 -  1.14
  +++ RELEASE-NOTES-3.3.2.txt   5 Dec 2002 06:51:04 -   1.15
  @@ -63,6 +63,8 @@
 be restored by setting the secureCookie="false" attribute on the
 SessionId element in server.xml.
   
  +  Fix the handling of response.encodeURL("") to conform to the w3 spec.
  +
   Jasper:
   
   Bug No.  Description
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2002-10-30 Thread billbarker
billbarker2002/10/30 22:41:38

  Modified:.RELEASE-NOTES-3.3.2.txt
  Log:
  Document new session behavior.
  
  Revision  ChangesPath
  1.14  +6 -1  jakarta-tomcat/RELEASE-NOTES-3.3.2.txt
  
  Index: RELEASE-NOTES-3.3.2.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat/RELEASE-NOTES-3.3.2.txt,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- RELEASE-NOTES-3.3.2.txt   14 Oct 2002 05:57:25 -  1.13
  +++ RELEASE-NOTES-3.3.2.txt   31 Oct 2002 06:41:37 -  1.14
  @@ -58,6 +58,11 @@
 Fix problems with URL normalization when the URL attempts to access
 a file above the ROOT.
   
  +  Prevent session sharing when switching from HTTPS to HTTP.  This
  +  removes a way to hijack sensitive sessions.  The old behavior can
  +  be restored by setting the secureCookie="false" attribute on the
  +  SessionId element in server.xml.
  +
   Jasper:
   
   Bug No.  Description
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2002-10-13 Thread billbarker

billbarker2002/10/13 22:57:25

  Modified:.RELEASE-NOTES-3.3.2.txt
  Log:
  Document URL normalization fix.
  
  Revision  ChangesPath
  1.13  +5 -1  jakarta-tomcat/RELEASE-NOTES-3.3.2.txt
  
  Index: RELEASE-NOTES-3.3.2.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat/RELEASE-NOTES-3.3.2.txt,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- RELEASE-NOTES-3.3.2.txt   22 Aug 2002 06:06:47 -  1.12
  +++ RELEASE-NOTES-3.3.2.txt   14 Oct 2002 05:57:25 -  1.13
  @@ -55,6 +55,9 @@
   
 Fix Cookie case name problem under Windows for Session Cookie.
   
  +  Fix problems with URL normalization when the URL attempts to access
  +  a file above the ROOT.
  +
   Jasper:
   
   Bug No.  Description
  @@ -62,6 +65,7 @@
   11463 Fix PageContext.removeAttribute(String) to work for a page with
 session=false.
   
  +13378 Fix dependency on GenericServlet in the generated .java file.
   
   Configuration:
   
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2002-08-21 Thread billbarker

billbarker2002/08/21 23:06:47

  Modified:.RELEASE-NOTES-3.3.2.txt
  Log:
  Document Cookie path fix for Windows.
  
  Revision  ChangesPath
  1.12  +3 -1  jakarta-tomcat/RELEASE-NOTES-3.3.2.txt
  
  Index: RELEASE-NOTES-3.3.2.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat/RELEASE-NOTES-3.3.2.txt,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- RELEASE-NOTES-3.3.2.txt   21 Aug 2002 04:56:14 -  1.11
  +++ RELEASE-NOTES-3.3.2.txt   22 Aug 2002 06:06:47 -  1.12
  @@ -53,6 +53,8 @@
   
 Preserve sessions across session reloadings.
   
  +  Fix Cookie case name problem under Windows for Session Cookie.
  +
   Jasper:
   
   Bug No.  Description
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2002-08-20 Thread billbarker

billbarker2002/08/20 21:56:14

  Modified:.RELEASE-NOTES-3.3.2.txt
  Log:
  Document session reloading changes.
  
  Revision  ChangesPath
  1.11  +6 -1  jakarta-tomcat/RELEASE-NOTES-3.3.2.txt
  
  Index: RELEASE-NOTES-3.3.2.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat/RELEASE-NOTES-3.3.2.txt,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- RELEASE-NOTES-3.3.2.txt   6 Aug 2002 05:29:07 -   1.10
  +++ RELEASE-NOTES-3.3.2.txt   21 Aug 2002 04:56:14 -  1.11
  @@ -48,6 +48,11 @@
 class is loaded.  This allows JAXP and log4j classes to be created
 in the constructor of the servlet, instead of in init.
   
  +  Fix problem with multiple Context adds on Context reload under
  +  high traffic.
  +
  +  Preserve sessions across session reloadings.
  +
   Jasper:
   
   Bug No.  Description
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2002-06-26 Thread billbarker

billbarker2002/06/26 21:38:57

  Modified:.RELEASE-NOTES-3.3.2.txt
  Log:
  Document fix for 7654
  
  Revision  ChangesPath
  1.9   +5 -1  jakarta-tomcat/RELEASE-NOTES-3.3.2.txt
  
  Index: RELEASE-NOTES-3.3.2.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat/RELEASE-NOTES-3.3.2.txt,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- RELEASE-NOTES-3.3.2.txt   17 May 2002 13:03:46 -  1.8
  +++ RELEASE-NOTES-3.3.2.txt   27 Jun 2002 04:38:57 -  1.9
  @@ -44,6 +44,10 @@
   
   9165  Fix auto-detection of tomcat.install for certain 1.1.x JDKs.
   
  +7654  Make certain that the Context Classloader is set before a servlet 
  +  class is loaded.  This allows JAXP and log4j classes to be created
  +  in the constructor of the servlet, instead of in init.
  +
   Jasper:
   
   Bug No.  Description
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2002-05-17 Thread Larry Isaacs

Hi Henri,

I haven't thought that far.  I'm pretty swamped at the moment.
Soon I expect to have nightly builds working on a regular
basis. Hopefully, in the not too distant future I can review
what is appropriate to do and submit a plan.

Cheers,
Larry

> -Original Message-
> From: GOMEZ Henri [mailto:[EMAIL PROTECTED]] 
> Sent: Friday, May 17, 2002 9:52 AM
> To: Tomcat Developers List
> Subject: RE: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt
> 
> 
> Excellent news ;)
> 
> When is planned 3.3.2 release ?
> 
> -
> Henri Gomez ___[_]
> EMAIL : [EMAIL PROTECTED](. .) 
> PGP KEY : 697ECEDD...oOOo..(_)..oOOo...
> PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 
> 
> 
> 
> >-Original Message-
> >From: Keith Wannamaker [mailto:[EMAIL PROTECTED]]
> >Sent: Friday, May 17, 2002 4:41 PM
> >To: Tomcat Developers List
> >Subject: RE: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt
> >
> >
> >It's already checked in to Tomcat, so the jar is created
> >when you do a build. 
> >Keith
> >
> >| -Original Message-----
> >| From: GOMEZ Henri [mailto:[EMAIL PROTECTED]]
> >| Sent: Friday, May 17, 2002 8:26 AM
> >| To: Tomcat Developers List
> >| Subject: RE: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt
> >| 
> >| 
> >| Did you have a preliminary version available ?
> >| 
> >| -
> >| Henri Gomez ___[_]
> >| EMAIL : [EMAIL PROTECTED](. .) 
> >| PGP KEY : 697ECEDD...oOOo..(_)..oOOo...
> >| PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 
> >| 
> >
> >
> >--
> >To unsubscribe, e-mail:   
> ><mailto:[EMAIL PROTECTED]>
> >For additional commands, e-mail: 
> ><mailto:[EMAIL PROTECTED]>
> >
> >
> 
> --
> To unsubscribe, e-mail:   
> <mailto:tomcat-dev-> [EMAIL PROTECTED]>
> For 
> additional commands, 
> e-mail: <mailto:[EMAIL PROTECTED]>
> 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2002-05-17 Thread GOMEZ Henri

Excellent news ;)

When is planned 3.3.2 release ?

-
Henri Gomez ___[_]
EMAIL : [EMAIL PROTECTED](. .) 
PGP KEY : 697ECEDD...oOOo..(_)..oOOo...
PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 



>-Original Message-
>From: Keith Wannamaker [mailto:[EMAIL PROTECTED]]
>Sent: Friday, May 17, 2002 4:41 PM
>To: Tomcat Developers List
>Subject: RE: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt
>
>
>It's already checked in to Tomcat, so the jar is created
>when you do a build. 
>Keith
>
>| -Original Message-
>| From: GOMEZ Henri [mailto:[EMAIL PROTECTED]]
>| Sent: Friday, May 17, 2002 8:26 AM
>| To: Tomcat Developers List
>| Subject: RE: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt
>| 
>| 
>| Did you have a preliminary version available ?
>| 
>| -
>| Henri Gomez ___[_]
>| EMAIL : [EMAIL PROTECTED](. .) 
>| PGP KEY : 697ECEDD...oOOo..(_)..oOOo...
>| PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 
>| 
>
>
>--
>To unsubscribe, e-mail:   
><mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: 
><mailto:[EMAIL PROTECTED]>
>
>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2002-05-17 Thread Keith Wannamaker

It's already checked in to Tomcat, so the jar is created
when you do a build. 
Keith

| -Original Message-
| From: GOMEZ Henri [mailto:[EMAIL PROTECTED]]
| Sent: Friday, May 17, 2002 8:26 AM
| To: Tomcat Developers List
| Subject: RE: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt
| 
| 
| Did you have a preliminary version available ?
| 
| -
| Henri Gomez ___[_]
| EMAIL : [EMAIL PROTECTED](. .) 
| PGP KEY : 697ECEDD...oOOo..(_)..oOOo...
| PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 
| 


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2002-05-17 Thread GOMEZ Henri

Did you have a preliminary version available ?

-
Henri Gomez ___[_]
EMAIL : [EMAIL PROTECTED](. .) 
PGP KEY : 697ECEDD...oOOo..(_)..oOOo...
PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 



>-Original Message-
>From: Keith Wannamaker [mailto:[EMAIL PROTECTED]]
>Sent: Friday, May 17, 2002 4:22 PM
>To: Tomcat Developers List
>Subject: RE: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt
>
>
>Yes, put build/tomcat/ant/tomcat-ant.jar in your classpath 
>and do something like:
>
>value="org.apache.tomcat.ant.Tomcat3Precompiler" />
>
>
>
>  destdir="tomcat_work_path/webapps/foo"
>uriroot="/foo/jsps" compiler="${jspc}" >
>  
>  
>   
>  
>  
>  
>  
>  
>
>
>The 'Tomcat3Precompiler' wraps the standards jspc, but
>mangles the names with a version number (foo_1).
>
>The 'jspversion' task a creates .ver file for every class
>file of the form name_number.class
>
>Keith
>
>| -Original Message-----
>| From: GOMEZ Henri [mailto:[EMAIL PROTECTED]]
>| Sent: Friday, May 17, 2002 8:06 AM
>| To: Tomcat Developers List
>| Subject: RE: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt
>| 
>| 
>| > (Re-) Open the log files with "append", so that log 
>| >rotation can
>| > be configured to be other than daily.
>| >  +
>| >  + Package an Ant compiler adapter that compiles JSPs 
>| >with the correct
>| >  + naming convention and an Ant task which creates 
>| >.ver files.  These
>| >  + tasks allow the Tomcat work directory to be 
>| >pre-populated with 
>| >  + compiled JSPs.
>| >   
>| 
>| Great, Do you have a task parm with the work directory location ?
>| 
>| --
>| To unsubscribe, e-mail:   
<mailto:[EMAIL PROTECTED]>
| For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
| 
| 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2002-05-17 Thread Keith Wannamaker

Yes, put build/tomcat/ant/tomcat-ant.jar in your classpath 
and do something like:





  
  
  
   
  
  
  
  
  


The 'Tomcat3Precompiler' wraps the standards jspc, but
mangles the names with a version number (foo_1).

The 'jspversion' task a creates .ver file for every class
file of the form name_number.class

Keith

| -Original Message-
| From: GOMEZ Henri [mailto:[EMAIL PROTECTED]]
| Sent: Friday, May 17, 2002 8:06 AM
| To: Tomcat Developers List
| Subject: RE: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt
| 
| 
| >  (Re-) Open the log files with "append", so that log 
| >rotation can
| >  be configured to be other than daily.
| >  +
| >  + Package an Ant compiler adapter that compiles JSPs 
| >with the correct
| >  + naming convention and an Ant task which creates 
| >.ver files.  These
| >  + tasks allow the Tomcat work directory to be 
| >pre-populated with 
| >  + compiled JSPs.
| >   
| 
| Great, Do you have a task parm with the work directory location ?
| 
| --
| To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
| For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
| 
| 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2002-05-17 Thread GOMEZ Henri

>(Re-) Open the log files with "append", so that log 
>rotation can
>be configured to be other than daily.
>  +
>  + Package an Ant compiler adapter that compiles JSPs 
>with the correct
>  + naming convention and an Ant task which creates 
>.ver files.  These
>  + tasks allow the Tomcat work directory to be 
>pre-populated with 
>  + compiled JSPs.
>   

Great, Do you have a task parm with the work directory location ?

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2002-05-17 Thread keith

keith   02/05/17 06:03:46

  Modified:.RELEASE-NOTES-3.3.2.txt
  Log:
  Make a note of the new Ant code
  
  Revision  ChangesPath
  1.8   +6 -1  jakarta-tomcat/RELEASE-NOTES-3.3.2.txt
  
  Index: RELEASE-NOTES-3.3.2.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat/RELEASE-NOTES-3.3.2.txt,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- RELEASE-NOTES-3.3.2.txt   17 May 2002 05:15:29 -  1.7
  +++ RELEASE-NOTES-3.3.2.txt   17 May 2002 13:03:46 -  1.8
  @@ -3,7 +3,7 @@
Release Notes
=
   
  -$Id: RELEASE-NOTES-3.3.2.txt,v 1.7 2002/05/17 05:15:29 billbarker Exp $
  +$Id: RELEASE-NOTES-3.3.2.txt,v 1.8 2002/05/17 13:03:46 keith Exp $
   
   
   This document describes the changes that have been made since the
  @@ -25,6 +25,11 @@
   
 (Re-) Open the log files with "append", so that log rotation can
 be configured to be other than daily.
  +
  + Package an Ant compiler adapter that compiles JSPs with the correct
  + naming convention and an Ant task which creates .ver files.  These
  + tasks allow the Tomcat work directory to be pre-populated with 
  + compiled JSPs.
   
   Server:
   
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




AW: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2002-05-16 Thread Hans Schmid

Hi I miss the following fix in there:


Configuration:

Bug No.  Description

7520 Tomcat starts with title 3.3 instead of 3.3.1. Insert version string
during build.



Cheers,
Hans

> -Ursprüngliche Nachricht-
> Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Gesendet: Freitag, 17. Mai 2002 07:15
> An: [EMAIL PROTECTED]
> Betreff: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt
>
>
> billbarker02/05/16 22:15:29
>
>   Modified:.RELEASE-NOTES-3.3.2.txt
>   Log:
>   Document fix for #9165
>
>   Revision  ChangesPath
>   1.7   +3 -1  jakarta-tomcat/RELEASE-NOTES-3.3.2.txt
>
>   Index: RELEASE-NOTES-3.3.2.txt
>   ===
>   RCS file: /home/cvs/jakarta-tomcat/RELEASE-NOTES-3.3.2.txt,v
>   retrieving revision 1.6
>   retrieving revision 1.7
>   diff -u -r1.6 -r1.7
>   --- RELEASE-NOTES-3.3.2.txt 30 Apr 2002 05:25:22 -  1.6
>   +++ RELEASE-NOTES-3.3.2.txt 17 May 2002 05:15:29 -  1.7
>   @@ -3,7 +3,7 @@
> Release Notes
> =
>
>   -$Id: RELEASE-NOTES-3.3.2.txt,v 1.6 2002/04/30 05:25:22 billbarker Exp $
>   +$Id: RELEASE-NOTES-3.3.2.txt,v 1.7 2002/05/17 05:15:29 billbarker Exp $
>
>
>This document describes the changes that have been made since the
>   @@ -36,6 +36,8 @@
>7770Fixed thread race problem in accessing the Hooks.
>
>8092Fixed JSP source exposure proplem.
>   +
>   +9165Fix auto-detection of tomcat.install for certain
> 1.1.x JDKs.
>
>Jasper:
>
>
>
>
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2002-05-16 Thread billbarker

billbarker02/05/16 22:15:29

  Modified:.RELEASE-NOTES-3.3.2.txt
  Log:
  Document fix for #9165
  
  Revision  ChangesPath
  1.7   +3 -1  jakarta-tomcat/RELEASE-NOTES-3.3.2.txt
  
  Index: RELEASE-NOTES-3.3.2.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat/RELEASE-NOTES-3.3.2.txt,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- RELEASE-NOTES-3.3.2.txt   30 Apr 2002 05:25:22 -  1.6
  +++ RELEASE-NOTES-3.3.2.txt   17 May 2002 05:15:29 -  1.7
  @@ -3,7 +3,7 @@
Release Notes
=
   
  -$Id: RELEASE-NOTES-3.3.2.txt,v 1.6 2002/04/30 05:25:22 billbarker Exp $
  +$Id: RELEASE-NOTES-3.3.2.txt,v 1.7 2002/05/17 05:15:29 billbarker Exp $
   
   
   This document describes the changes that have been made since the
  @@ -36,6 +36,8 @@
   7770  Fixed thread race problem in accessing the Hooks.
   
   8092  Fixed JSP source exposure proplem.
  +
  +9165  Fix auto-detection of tomcat.install for certain 1.1.x JDKs.
   
   Jasper:
   
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2002-04-29 Thread billbarker

billbarker02/04/29 22:25:22

  Modified:.RELEASE-NOTES-3.3.2.txt
  Log:
  Document log file change.
  
  Revision  ChangesPath
  1.6   +4 -1  jakarta-tomcat/RELEASE-NOTES-3.3.2.txt
  
  Index: RELEASE-NOTES-3.3.2.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat/RELEASE-NOTES-3.3.2.txt,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- RELEASE-NOTES-3.3.2.txt   30 Apr 2002 05:06:24 -  1.5
  +++ RELEASE-NOTES-3.3.2.txt   30 Apr 2002 05:25:22 -  1.6
  @@ -3,7 +3,7 @@
Release Notes
=
   
  -$Id: RELEASE-NOTES-3.3.2.txt,v 1.5 2002/04/30 05:06:24 billbarker Exp $
  +$Id: RELEASE-NOTES-3.3.2.txt,v 1.6 2002/04/30 05:25:22 billbarker Exp $
   
   
   This document describes the changes that have been made since the
  @@ -22,6 +22,9 @@
   8099 Preserve the query string when redirecting to the welcome page.
   
Removed '.sh' extension from Unix shell scripts.
  +
  +  (Re-) Open the log files with "append", so that log rotation can
  +  be configured to be other than daily.
   
   Server:
   
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2002-04-29 Thread billbarker

billbarker02/04/29 22:06:24

  Modified:.RELEASE-NOTES-3.3.2.txt
  Log:
  Document fix to 7770.
  
  Revision  ChangesPath
  1.5   +3 -1  jakarta-tomcat/RELEASE-NOTES-3.3.2.txt
  
  Index: RELEASE-NOTES-3.3.2.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat/RELEASE-NOTES-3.3.2.txt,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- RELEASE-NOTES-3.3.2.txt   18 Apr 2002 13:57:59 -  1.4
  +++ RELEASE-NOTES-3.3.2.txt   30 Apr 2002 05:06:24 -  1.5
  @@ -3,7 +3,7 @@
Release Notes
=
   
  -$Id: RELEASE-NOTES-3.3.2.txt,v 1.4 2002/04/18 13:57:59 keith Exp $
  +$Id: RELEASE-NOTES-3.3.2.txt,v 1.5 2002/04/30 05:06:24 billbarker Exp $
   
   
   This document describes the changes that have been made since the
  @@ -29,6 +29,8 @@
   
Bug fixed in SimpleSessionStore in session attribute reloading during
context reloads.
  +
  +7770  Fixed thread race problem in accessing the Hooks.
   
   8092  Fixed JSP source exposure proplem.
   
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2002-04-16 Thread billbarker

billbarker02/04/16 19:44:11

  Modified:.RELEASE-NOTES-3.3.2.txt
  Log:
  Document 8099 fix.
  
  Revision  ChangesPath
  1.3   +2 -1  jakarta-tomcat/RELEASE-NOTES-3.3.2.txt
  
  Index: RELEASE-NOTES-3.3.2.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat/RELEASE-NOTES-3.3.2.txt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- RELEASE-NOTES-3.3.2.txt   16 Apr 2002 06:19:16 -  1.2
  +++ RELEASE-NOTES-3.3.2.txt   17 Apr 2002 02:44:11 -  1.3
  @@ -3,7 +3,7 @@
Release Notes
=
   
  -$Id: RELEASE-NOTES-3.3.2.txt,v 1.2 2002/04/16 06:19:16 billbarker Exp $
  +$Id: RELEASE-NOTES-3.3.2.txt,v 1.3 2002/04/17 02:44:11 billbarker Exp $
   
   
   This document describes the changes that have been made since the
  @@ -19,6 +19,7 @@
   
   Bug No.  Description
   
  +8099 Preserve the query string when redirecting to the welcome page.
   
   
   Server:
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2002-04-15 Thread billbarker

billbarker02/04/15 23:19:16

  Modified:.RELEASE-NOTES-3.3.2.txt
  Log:
  Document 8092 fix.
  
  Revision  ChangesPath
  1.2   +3 -1  jakarta-tomcat/RELEASE-NOTES-3.3.2.txt
  
  Index: RELEASE-NOTES-3.3.2.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat/RELEASE-NOTES-3.3.2.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RELEASE-NOTES-3.3.2.txt   3 Apr 2002 18:59:46 -   1.1
  +++ RELEASE-NOTES-3.3.2.txt   16 Apr 2002 06:19:16 -  1.2
  @@ -3,7 +3,7 @@
Release Notes
=
   
  -$Id: RELEASE-NOTES-3.3.2.txt,v 1.1 2002/04/03 18:59:46 larryi Exp $
  +$Id: RELEASE-NOTES-3.3.2.txt,v 1.2 2002/04/16 06:19:16 billbarker Exp $
   
   
   This document describes the changes that have been made since the
  @@ -27,6 +27,8 @@
   
Bug fixed in SimpleSessionStore in session attribute reloading during
context reloads.
  +
  +8092  Fixed JSP source exposure proplem.
   
   Jasper:
   
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2002-04-03 Thread larryi

larryi  02/04/03 10:59:46

  Added:   .RELEASE-NOTES-3.3.2.txt
  Log:
  Add a release notes file for 3.3.2
  
  Revision  ChangesPath
  1.1  jakarta-tomcat/RELEASE-NOTES-3.3.2.txt
  
  Index: RELEASE-NOTES-3.3.2.txt
  ===
Apache Tomcat 3.3.2
===
   Release Notes
   =
  
  $Id: RELEASE-NOTES-3.3.2.txt,v 1.1 2002/04/03 18:59:46 larryi Exp $
  
  
  This document describes the changes that have been made since the
  release of Tomcat 3.3.1 Final.
  
  =
  Bug Fixes
  =
  
  The release in which the fix appears is indicated in brackets.
  
  Feature Additions:
  
  Bug No.  Description
  
  
  
  Server:
  
  Bug No.  Description
  
   Bug fixed in SimpleSessionStore in session attribute reloading during
   context reloads.
  
  Jasper:
  
  Bug No.  Description
  
  
  
  Configuration:
  
  Bug No.  Description
  
  
  
  Connectors:
  
  Bug No.  Description
  
  
  
  Documentation:
  
  Bug No.  Description
  
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: