svn commit: r685094 - /tomcat/servletapi/branches/servlet2.3-jsp1.2-tc4.x/src/share/javax/servlet/http/HttpServlet.java

2008-08-12 Thread markt
Author: markt Date: Tue Aug 12 01:55:56 2008 New Revision: 685094 URL: http://svn.apache.org/viewvc?rev=685094&view=rev Log: Code clean up - no functional change Modified: tomcat/servletapi/branches/servlet2.3-jsp1.2-tc4.x/src/share/javax/servlet/http/HttpServlet.java Modified: tomcat/serv

svn commit: r685099 - in /tomcat: container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt current/tc4.1.x/STATUS.txt servletapi/branches/servlet2.3-jsp1.2-tc4.x/src/share/javax/servlet/http/HttpServlet.java

2008-08-12 Thread markt
Author: markt Date: Tue Aug 12 02:09:39 2008 New Revision: 685099 URL: http://svn.apache.org/viewvc?rev=685099&view=rev Log: Fix bug 44562. HEAD requests fail with rd.include(). Patch provided by David Jencks. Modified: tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt tomcat/curre

DO NOT REPLY [Bug 45511] EL "empty" keyword does not work

2008-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45511 Fabrizio Giustina <[EMAIL PROTECTED]> changed: What|Removed |Added CC||[EMAIL PROT

DO NOT REPLY [Bug 45619] New: Service Desk Plus with Tomcat

2008-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45619 Summary: Service Desk Plus with Tomcat Product: Tomcat 4 Version: 4.1.0 Platform: HP OS/Version: Windows Server 2003 Status: NEW Severity: critical Priority:

DO NOT REPLY [Bug 45619] Service Desk Plus with Tomcat

2008-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45619 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r685143 - in /tomcat: container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt container/branches/tc4.1.x/catalina/build.xml current/tc4.1.x/STATUS.txt

2008-08-12 Thread markt
Author: markt Date: Tue Aug 12 06:27:27 2008 New Revision: 685143 URL: http://svn.apache.org/viewvc?rev=685143&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45301 Remove a JDK 1.4 dep for the few users that still run TC4 on 1.3 JDKs Modified: tomcat/container/branches/t

DO NOT REPLY [Bug 45301] Tomcat 4.1.37 crashes with JDK 1.3

2008-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45301 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 45617] Resource is not closed

2008-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45617 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 45618] Selector is not closed.

2008-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45618 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |NEEDINFO ---

DO NOT REPLY [Bug 45613] use of generics in package org.apache.tomcat.util.http

2008-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45613 --- Comment #1 from Mark Thomas <[EMAIL PROTECTED]> 2008-08-12 07:35:52 PST --- There is some useful work here but also a few things that need to be fixed before it can be applied to trunk: - changes such as the one in MimeMap (Hashtab

svn commit: r685177 - /tomcat/trunk/java/org/apache/catalina/core/StandardWrapper.java

2008-08-12 Thread markt
Author: markt Date: Tue Aug 12 08:10:23 2008 New Revision: 685177 URL: http://svn.apache.org/viewvc?rev=685177&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45608 Use AtomicInteger for countAllocated to prevent race conditions. Modified: tomcat/trunk/java/org/apache/ca

svn commit: r685178 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-08-12 Thread markt
Author: markt Date: Tue Aug 12 08:12:12 2008 New Revision: 685178 URL: http://svn.apache.org/viewvc?rev=685178&view=rev Log: Propose fix for 45608 Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATU

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

2008-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45608 --- Comment #1 from Mark Thomas <[EMAIL PROTECTED]> 2008-08-12 08:12:26 PST --- This has been fixed in trunk and proposed for 6.0.x -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are rece

DO NOT REPLY [Bug 45613] use of generics in package org.apache.tomcat.util.http

2008-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45613 --- Comment #2 from Jens Kapitza <[EMAIL PROTECTED]> 2008-08-12 08:31:15 PST --- Created an attachment (id=22430) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22430) with fixes (use of isSpace) changed to Spaces in Format

DO NOT REPLY [Bug 45613] use of generics in package org.apache.tomcat.util.http

2008-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45613 Jens Kapitza <[EMAIL PROTECTED]> changed: What|Removed |Added Attachment #22427|0 |1 is obs

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

2008-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45608 Takayuki Kaneko <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 43228] StandardWrapper#countAllocated isn't thread-safe

2008-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43228 Takayuki Kaneko <[EMAIL PROTECTED]> changed: What|Removed |Added CC||[EMAIL PROTEC

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

2008-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45608 Takayuki Kaneko <[EMAIL PROTECTED]> changed: What|Removed |Added Status|RESOLVED|REOPENED

DO NOT REPLY [Bug 45621] New: use of generics in package org.apache.tomcat.util

2008-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45621 Summary: use of generics in package org.apache.tomcat.util Product: Tomcat 6 Version: unspecified Platform: PC OS/Version: Linux Status: NEW Severity: enhancement

svn commit: r685224 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-08-12 Thread remm
Author: remm Date: Tue Aug 12 09:55:31 2008 New Revision: 685224 URL: http://svn.apache.org/viewvc?rev=685224&view=rev Log: - Votes. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=6852

[Tomcat Wiki] Update of "FAQ/Security" by TimFunk

2008-08-12 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The following page has been changed by TimFunk: http://wiki.apache.org/tomcat/FAQ/Security The comment on the change is: Server header -

DO NOT REPLY [Bug 44705] Tomcat 5.5.26 - cookie with colon in name is parsed incorrectly

2008-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44705 --- Comment #7 from David Lewis <[EMAIL PROTECTED]> 2008-08-12 10:09:10 PST --- As per comment #5, is there a release date set for Tomcat 5.5.27? We have many servers that need upgrading - but right now we are still using 5.5.25. --

DO NOT REPLY [Bug 44705] Tomcat 5.5.26 - cookie with colon in name is parsed incorrectly

2008-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44705 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added CC|[EMAIL PROTECTED]| -- Configu

DO NOT REPLY [Bug 45613] use of generics in package org.apache.tomcat.util.http

2008-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45613 --- Comment #4 from Mark Thomas <[EMAIL PROTECTED]> 2008-08-12 12:13:11 PST --- Can you remove the code formatting changes? Your first patch was much easier to review. The later patches hid all the interesting stuff in amongst a huge vo

DO NOT REPLY [Bug 45621] use of generics in package org.apache.tomcat.util

2008-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45621 --- Comment #1 from Mark Thomas <[EMAIL PROTECTED]> 2008-08-12 12:14:27 PST --- As with your other patch, can you separate the formatting changes and the code changes please. -- Configure bugmail: https://issues.apache.org/bugzilla/u

DO NOT REPLY [Bug 45621] use of generics in package org.apache.tomcat.util

2008-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45621 Jens Kapitza <[EMAIL PROTECTED]> changed: What|Removed |Added Attachment #22432|0 |1 is obs

DO NOT REPLY [Bug 45613] use of generics in package org.apache.tomcat.util.http

2008-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45613 Jens Kapitza <[EMAIL PROTECTED]> changed: What|Removed |Added Attachment #22431|0 |1 is obs

DO NOT REPLY [Bug 45624] New: javax.servlet.ServletException exception

2008-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45624 Summary: javax.servlet.ServletException exception Product: Tomcat 4 Version: 4.1.37 Platform: Sun OS/Version: Solaris Status: NEW Severity: critical Priority