Bug report for Tomcat 5 [2008/08/10]

2008-08-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Watchdog [2008/08/10]

2008-08-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 3 [2008/08/10]

2008-08-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 4 [2008/08/10]

2008-08-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

DO NOT REPLY [Bug 45609] contentType=image sometime cause strange character (??) with UTF-8 encoding and throw java.lang.IllegalStateException

2008-08-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45609 Jirat <[EMAIL PROTECTED]> changed: What|Removed |Added CC||[EMAIL PROTECTED] -

DO NOT REPLY [Bug 45609] New: contentType=image sometime cause strange character (??) with UTF-8 encoding and throw java.lang.IllegalStateException

2008-08-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45609 Summary: contentType=image sometime cause strange character (??) with UTF-8 encoding and throw java.lang.IllegalStateException Product: Tomcat 6 Version: 6.0.13

DO NOT REPLY [Bug 45608] New: Race conditions on field countAllocated of class org.apache.catalina.core.StandardWrapper

2008-08-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45608 Summary: Race conditions on field countAllocated of class org.apache.catalina.core.StandardWrapper Product: Tomcat 6 Version: 6.0.13 Platform: All OS/Version: All

Re: is JDK 1.1 still needed? README say Java5

2008-08-10 Thread Jim Manico
I would say that the era of Java up through 1.3 is dead. Java 1.4 and above is the only thing I see in production anymore. - Jim browsing the tomcat trunk, i found org.apache.tomcat.util.collections.* is org.apache.tomcat.util.collections still used? some classes have a comment - since this

is JDK 1.1 still needed? README say Java5

2008-08-10 Thread Jens Kapitza
browsing the tomcat trunk, i found org.apache.tomcat.util.collections.* is org.apache.tomcat.util.collections still used? some classes have a comment - since this package must also run on JDK 1.1 - there are some Classes wich aren't used any longer? or should not used (Enumeration replaced b

svn commit: r684613 - /tomcat/current/tc4.1.x/STATUS.txt

2008-08-10 Thread funkman
Author: funkman Date: Sun Aug 10 16:50:06 2008 New Revision: 684613 URL: http://svn.apache.org/viewvc?rev=684613&view=rev Log: Followup on request to review Modified: tomcat/current/tc4.1.x/STATUS.txt Modified: tomcat/current/tc4.1.x/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/curr

DO NOT REPLY [Bug 45427] Unmatched quotes inside EL break JSP parser

2008-08-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45427 Sean Flanigan <[EMAIL PROTECTED]> changed: What|Removed |Added CC||[EMAIL PROTECTE

Re: tomcat6 use of java generics

2008-08-10 Thread Mark Thomas
Jens Kapitza wrote: hi, i'm new to this dev-mailing list and i start working at tomcat a few days ago. i've seen that tomcat is using some generics but not at all places there are still some lists and maps wich don't use them. i've start to change it and build it with openjdk on ubuntu. sh

tomcat6 use of java generics

2008-08-10 Thread Jens Kapitza
hi, i'm new to this dev-mailing list and i start working at tomcat a few days ago. i've seen that tomcat is using some generics but not at all places there are still some lists and maps wich don't use them. i've start to change it and build it with openjdk on ubuntu. should i send the patch

svn commit: r684560 - in /tomcat: current/tc5.5.x/STATUS.txt tc6.0.x/trunk/STATUS.txt

2008-08-10 Thread markt
Author: markt Date: Sun Aug 10 10:27:28 2008 New Revision: 684560 URL: http://svn.apache.org/viewvc?rev=684560&view=rev Log: Propose fix for 45528 Modified: tomcat/current/tc5.5.x/STATUS.txt tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL: http://svn.apac

DO NOT REPLY [Bug 45528] Tomcat 6 fails to detect a matching certificate and stuck in an infinite loop

2008-08-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45528 --- Comment #3 from Mark Thomas <[EMAIL PROTECTED]> 2008-08-10 10:27:40 PST --- This has been fixed in trunk and proposed for 5.5.x and 6.0.x. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- Y

svn commit: r684559 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java

2008-08-10 Thread markt
Author: markt Date: Sun Aug 10 10:24:51 2008 New Revision: 684559 URL: http://svn.apache.org/viewvc?rev=684559&view=rev Log: Fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=45528. Test the SSL socket before returning it to make sure the specified certificate will work with the specifi

DO NOT REPLY [Bug 45451] Tag file attribute evaluation

2008-08-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45451 --- Comment #1 from ilango <[EMAIL PROTECTED]> 2008-08-10 09:35:44 PST --- (In reply to comment #0) > Hello, > I have an web app with 2 tag files. > Here is my first tag 'testtag': > > <%@ tag %> > <%@ attribute name="onLoad" %> > <%@