RE: [4.1.17] [VOTE] Stability rating

2002-12-17 Thread Richard Atkinson

As a Tomcat user I have been looking forward to getting 
Tomcat 4.1.x into my production environment.  Up until
now I have had issues that have prevented me upgrading.  
I'm a regular reader of this list but my only previous 
participation has been when voting a previous milestone
of 4.1.x not stable.  I'm very pleased to say though 
that all the issues that I have come across have now 
been resolved and 4.1.17 is working very well for me.

Thanks very much for all your hard work on the product.

Richard Atkinson

ballot
[ ] Alpha
[ ] Beta
[X] Stable (General Availability)
/ballot



This email with all information contained herein or attached hereto may
contain confidential and/or privileged information intended for the
addressee(s) only.  If you have received this email in error, please contact
the sender and immediately delete this email in its entirety and any
attachments thereto.



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




RE: cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler Generator.java

2002-09-05 Thread Richard Atkinson


Thanks Remy, I was just looking at possible fixes.
Bad design, maybe.  I'll bear it in mind and review
my usage.

Regards,
Richard...

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 05, 2002 10:39
To: [EMAIL PROTECTED]
Subject: cvs commit:
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler
Generator.java


remm2002/09/05 02:39:16

  Modified:jasper2/src/share/org/apache/jasper/compiler Tag:
tomcat_4_branch Generator.java
  Log:
  - Force the convesion of the value to a string.
  - Note: I am not convinced this is a compliance issue (and it looks like
bad design
to pass an object or null); this just reverts back the old behavior.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.35.2.6  +4 -4
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler/Generator
.java
  
  Index: Generator.java
  ===
  RCS file:
/home/cvs/jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler
/Generator.java,v
  retrieving revision 1.35.2.5
  retrieving revision 1.35.2.6
  diff -u -r1.35.2.5 -r1.35.2.6
  --- Generator.java28 Aug 2002 20:47:57 -  1.35.2.5
  +++ Generator.java5 Sep 2002 09:39:16 -   1.35.2.6
  @@ -563,7 +563,7 @@
   
if (attr.isExpression()) {
if (encode) {
  - return java.net.URLEncoder.encode( + v + );
  + return java.net.URLEncoder.encode(\\ +  + v + );
}
return v;
} else {
  
  
  

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



This email with all information contained herein or attached hereto may
contain confidential and/or privileged information intended for the
addressee(s) only.  If you have received this email in error, please contact
the sender and immediately delete this email in its entirety and any
attachments thereto.



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




RE: [4.1.10] Stability rating

2002-09-04 Thread Richard Atkinson


ballot
[ ] Alpha
[X] Beta
[ ] Stable
/ballot

I only just installed 4.1.10 today.  I hit a lot of problems with my
existing
apps that run fine on 4.0.3 because of this bug with jsp:param tags.  Having
a 
null value for a jsp:param value causes a NullPointerException.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10671

4.1.10 is apparently spec non-compliant on this and I think this would
impact
a lot of people trying to upgrade if it goes stable.  Sorry Remy, I know you
are pushing hard to get 4.1.x out of the door, but I do think this is
important.

Regards,
Richard...


 -Original Message-
 From: Remy Maucherat [mailto:[EMAIL PROTECTED]]
 Sent: 04 September 2002 09:59
 To: Tomcat Developers List
 Subject: [4.1.10] Stability rating
 
 I think milestone 4.1.10 is of good quality and we can consider
 releasing it as the first stable release in the 4.1.x line.
 
 ballot
 [ ] Alpha
 [ ] Beta
 [ ] Stable
 /ballot
 
 If not voting stable, please suggest if possible a list of items which
 should be addressed before a milestone can be released as stable.
 This vote will run until early friday, and the release announcement will
 be made at that time if the release is rated beta or stable.
 
 Remy



This email with all information contained herein or attached hereto may
contain confidential and/or privileged information intended for the
addressee(s) only.  If you have received this email in error, please contact
the sender and immediately delete this email in its entirety and any
attachments thereto.



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