DO NOT REPLY [Bug 49929] AJP APR connector to mod_jk can result in SEND_BODY_CHUNK message after END_RESPONSE message

2010-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49929 --- Comment #7 from Mladen Turk 2010-09-24 02:51:11 EDT --- I'm still not been able to reproduce the stuff. I don't use jmeter but rather a simple ab which can only hit a single uri, so this might be the reason why its not manifested there.

DO NOT REPLY [Bug 49993] service.bat does not check for JAVA_HOME validity

2010-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49993 Mladen Turk changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1000718 - /tomcat/trunk/bin/service.bat

2010-09-23 Thread mturk
Author: mturk Date: Fri Sep 24 06:00:00 2010 New Revision: 1000718 URL: http://svn.apache.org/viewvc?rev=1000718&view=rev Log: Fix Bz #49993 by checking the JAVA_HOME/JRE_HOME environment variables Modified: tomcat/trunk/bin/service.bat Modified: tomcat/trunk/bin/service.bat URL: http://svn

DO NOT REPLY [Bug 49993] New: service.bat does not check for JAVA_HOME validity

2010-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49993 Summary: service.bat does not check for JAVA_HOME validity Product: Tomcat 7 Version: unspecified Platform: PC OS/Version: Windows NT Status: NEW Severity: normal

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

2010-09-23 Thread kfujino
Author: kfujino Date: Fri Sep 24 01:33:09 2010 New Revision: 1000687 URL: http://svn.apache.org/viewvc?rev=1000687&view=rev Log: Add comment. 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

DO NOT REPLY [Bug 49991] New: Tomcat 7 JAAS problem with CDI

2010-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49991 Summary: Tomcat 7 JAAS problem with CDI Product: Tomcat 7 Version: 7.0.2 Platform: PC Status: NEW Severity: normal Priority: P2 Component: Catalina A

Re: NamingContext Possible Bug

2010-09-23 Thread Konstantin Kolinko
2010/9/21 Gurkan Erdogdu : > Hello folks, > > In NamingContext implementation, if "lookup()" is a Reference, current > implementation caches the result of the NamingManager # getObjectInstance via > following statements and changes the type of the entry. In the following > lookups, same object is r

Re: work directory svn ignore.

2010-09-23 Thread Wesley Acheson
On Thu, Sep 23, 2010 at 11:28 PM, Mark Thomas wrote: > On 23/09/2010 13:28, Wesley Acheson wrote: >> In that case looking further at this I think the eclipse.classpath is wrong. > > That was intended for building Tomcat, not running it. Personally, I'd > never run Tomcat inside Eclipse. > > Mark >

DO NOT REPLY [Bug 49159] Improve ThreadLocal memory leak clean-up

2010-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49159 --- Comment #7 from Pid 2010-09-23 17:55:09 EDT --- (In reply to comment #6) > Pid, I applied your patch but it does not work. > Actually when the thread calls join(0) on itself it just leads to a deadlock : > the Thread will remain forever

Re: Tomcat diagnostics

2010-09-23 Thread Pid
On 23/09/2010 22:01, Leon Rosenberg wrote: > what about all the existing solutions that are there already? Doesn't > it make more sense to embed in one of these instead of creating the > n+1 ? What kind of solutions do you have in mind? p > On Thu, Sep 23, 2010 at 8:17 PM, Pid wrote: >> On 23/

Re: work directory svn ignore.

2010-09-23 Thread Mark Thomas
On 23/09/2010 13:28, Wesley Acheson wrote: > In that case looking further at this I think the eclipse.classpath is wrong. That was intended for building Tomcat, not running it. Personally, I'd never run Tomcat inside Eclipse. Mark ---

svn commit: r1000625 - /tomcat/trunk/test/org/apache/catalina/startup/TomcatBaseTest.java

2010-09-23 Thread markt
Author: markt Date: Thu Sep 23 21:08:14 2010 New Revision: 1000625 URL: http://svn.apache.org/viewvc?rev=1000625&view=rev Log: Reduce timeout from 60s to 3s to speed up async tests Modified: tomcat/trunk/test/org/apache/catalina/startup/TomcatBaseTest.java Modified: tomcat/trunk/test/org/apa

DO NOT REPLY [Bug 49683] Separate async, keep-alive, connection timeout with APR/native connector

2010-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49683 Mark Thomas changed: What|Removed |Added Summary|Separate keep-alive and |Separate async, keep-alive,

Re: Tomcat diagnostics

2010-09-23 Thread Leon Rosenberg
what about all the existing solutions that are there already? Doesn't it make more sense to embed in one of these instead of creating the n+1 ? leon On Thu, Sep 23, 2010 at 8:17 PM, Pid wrote: > On 23/09/2010 17:30, Mark Thomas wrote: >> On 23/09/2010 05:52, Pid wrote: >>> - Periodic snaphots of

DO NOT REPLY [Bug 49159] Improve ThreadLocal memory leak clean-up

2010-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49159 --- Comment #6 from sylvain.laur...@gmail.com 2010-09-23 16:51:38 EDT --- Pid, I applied your patch but it does not work. Actually when the thread calls join(0) on itself it just leads to a deadlock : the Thread will remain forever in the jo

Re: work directory svn ignore.

2010-09-23 Thread Wesley Acheson
In that case looking further at this I think the eclipse.classpath is wrong. On Thu, Sep 23, 2010 at 9:45 PM, Mark Thomas wrote: > On 23/09/2010 12:10, Wesley Acheson wrote: > You build env is messed up. You should be running Tomcat from > trunk/output/build and that is already ignored. You shou

Re: work directory svn ignore.

2010-09-23 Thread Wesley Acheson
Okay thanks for the heads up. On Thu, Sep 23, 2010 at 9:45 PM, Mark Thomas wrote: > On 23/09/2010 12:10, Wesley Acheson wrote: >> Just a suggestion but I feel the work directory should be in >> svn:ignore. I'm looking at trunk for tc7 and it says I've a lot of >> outgoing changes because I've exe

Re: work directory svn ignore.

2010-09-23 Thread Mark Thomas
On 23/09/2010 12:10, Wesley Acheson wrote: > Just a suggestion but I feel the work directory should be in > svn:ignore. I'm looking at trunk for tc7 and it says I've a lot of > outgoing changes because I've executed it. It also showed outgoing > additions in conf. I'd put in a patch but dunno how t

Re: [OT]Re: svn commit: r1000392 - in /tomcat/trunk: Start Tomcat.launch Stop Tomcat.launch webapps/docs/building.xml webapps/docs/changelog.xml

2010-09-23 Thread Wesley Acheson
>> Okay yes I discovered the meaning of *both* acronym's. Which is ironic >> considering the meaning of the second (given the way I found it out). >> >> PITA is a type of bread. Still not sure what that has to do with a >> filesystem though. > > http://www.urbandictionary.com/define.php?term=PITA

Re: [OT]Re: svn commit: r1000392 - in /tomcat/trunk: Start Tomcat.launch Stop Tomcat.launch webapps/docs/building.xml webapps/docs/changelog.xml

2010-09-23 Thread sebb
On 23 September 2010 19:10, Wesley Acheson wrote: > On Thu, Sep 23, 2010 at 7:56 PM, Caldarale, Charles R > wrote: >>> From: Wesley Acheson [mailto:wesley.ache...@gmail.com] >>> Subject: Re: [OT]Re: svn commit: r1000392 - in /tomcat/trunk: >>> Start Tomcat.launch Stop Tomcat.launch webapps/docs/b

work directory svn ignore.

2010-09-23 Thread Wesley Acheson
Just a suggestion but I feel the work directory should be in svn:ignore. I'm looking at trunk for tc7 and it says I've a lot of outgoing changes because I've executed it. It also showed outgoing additions in conf. I'd put in a patch but dunno how to put in a patch for svn properties. Wes

Re: Tomcat diagnostics

2010-09-23 Thread Pid
On 23/09/2010 17:30, Mark Thomas wrote: > On 23/09/2010 05:52, Pid wrote: >> - Periodic snaphots of key indicators, e.g. Connector backlog, error >> counts, resource pool usage. >> - A 'black box recorder' mode which can be enabled to log key data >> - Periodic inspection of threads to warn about b

DO NOT REPLY [Bug 49979] SimpleDateFormat StringIndexOutOfBoundsException

2010-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49979 --- Comment #2 from sosig...@gmail.com 2010-09-23 14:13:22 EDT --- (In reply to comment #1) > > OS: CentOS5 > > Tomcat ver.: 6.0.20 > > requests are coming from > > Windows XP/IE6 SP3 > > Which JVM version are you using? sun jdk1.6.0_16

Re: [OT]Re: svn commit: r1000392 - in /tomcat/trunk: Start Tomcat.launch Stop Tomcat.launch webapps/docs/building.xml webapps/docs/changelog.xml

2010-09-23 Thread Wesley Acheson
On Thu, Sep 23, 2010 at 7:56 PM, Caldarale, Charles R wrote: >> From: Wesley Acheson [mailto:wesley.ache...@gmail.com] >> Subject: Re: [OT]Re: svn commit: r1000392 - in /tomcat/trunk: >> Start Tomcat.launch Stop Tomcat.launch webapps/docs/building.xml >> webapps/docs/changelog.xml > >> I think tha

RE: [OT]Re: svn commit: r1000392 - in /tomcat/trunk: Start Tomcat.launch Stop Tomcat.launch webapps/docs/building.xml webapps/docs/changelog.xml

2010-09-23 Thread Caldarale, Charles R
> From: Wesley Acheson [mailto:wesley.ache...@gmail.com] > Subject: Re: [OT]Re: svn commit: r1000392 - in /tomcat/trunk: > Start Tomcat.launch Stop Tomcat.launch webapps/docs/building.xml > webapps/docs/changelog.xml > I think that may have been a bit curt though. Sorry, I just couldn't resist t

Re: [OT]Re: svn commit: r1000392 - in /tomcat/trunk: Start Tomcat.launch Stop Tomcat.launch webapps/docs/building.xml webapps/docs/changelog.xml

2010-09-23 Thread Wesley Acheson
On Thu, Sep 23, 2010 at 7:47 PM, Caldarale, Charles R wrote: >> From: Wesley Acheson [mailto:wesley.ache...@gmail.com] >> Subject: [OT]Re: svn commit: r1000392 - in /tomcat/trunk: >> Start Tomcat.launch Stop Tomcat.launch webapps/docs/building.xml >> webapps/docs/changelog.xml > >> Whats PITA? > >

Re: svn commit: r1000392 - in /tomcat/trunk: Start Tomcat.launch Stop Tomcat.launch webapps/docs/building.xml webapps/docs/changelog.xml

2010-09-23 Thread Wesley Acheson
On Thu, Sep 23, 2010 at 12:15 PM, wrote: > Author: timw > Date: Thu Sep 23 10:15:16 2010 > New Revision: 1000392 > > URL: http://svn.apache.org/viewvc?rev=1000392&view=rev > Log: > https://issues.apache.org/bugzilla/show_bug.cgi?id=49955 > > Improvements and corrections for the Building Tomcat gu

Re: svn commit: r1000392 - in /tomcat/trunk: Start Tomcat.launch Stop Tomcat.launch webapps/docs/building.xml webapps/docs/changelog.xml

2010-09-23 Thread Rainer Jung
On 23.09.2010 18:24, Mark Thomas wrote: On 23/09/2010 03:15, t...@apache.org wrote: Author: timw Date: Thu Sep 23 10:15:16 2010 New Revision: 1000392 URL: http://svn.apache.org/viewvc?rev=1000392&view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=49955 Improvements and correction

RE: [OT]Re: svn commit: r1000392 - in /tomcat/trunk: Start Tomcat.launch Stop Tomcat.launch webapps/docs/building.xml webapps/docs/changelog.xml

2010-09-23 Thread Caldarale, Charles R
> From: Wesley Acheson [mailto:wesley.ache...@gmail.com] > Subject: [OT]Re: svn commit: r1000392 - in /tomcat/trunk: > Start Tomcat.launch Stop Tomcat.launch webapps/docs/building.xml > webapps/docs/changelog.xml > Whats PITA? GIYF. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR

[OT]Re: svn commit: r1000392 - in /tomcat/trunk: Start Tomcat.launch Stop Tomcat.launch webapps/docs/building.xml webapps/docs/changelog.xml

2010-09-23 Thread Wesley Acheson
> -1 on the names. File names with spaces are a PITA. > > Do these have to be in the root of the source tree? I know I started the > whole adding Eclipse files to the source tree but I am beginning to > regret how I did it. How about moving all the the IDE support files to > res/ide-support and upd

Re: [g...@vmgump]: Project tomcat-tc6 (in module tomcat-tc6) failed

2010-09-23 Thread Mark Thomas
On 23/09/2010 07:57, Bill Barker wrote: > To whom it may engage... > > This is an automated request, but not an unsolicited one. For > more information please visit http://gump.apache.org/nagged.html, > and/or contact the folk at gene...@gump.apache.org. > > Project tomcat-tc6 has an is

DO NOT REPLY [Bug 49591] Custom error page always uses Transfer-Encoding: chunked

2010-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49591 --- Comment #2 from km...@autonomy.com 2010-09-23 12:33:12 EDT --- Flushing the error response as soon as possible sounds desirable, but after giving it some thought, the response still can't be flushed until the JSP has flushed at least onc

Re: Tomcat diagnostics

2010-09-23 Thread Mark Thomas
On 23/09/2010 05:52, Pid wrote: > - Periodic snaphots of key indicators, e.g. Connector backlog, error > counts, resource pool usage. > - A 'black box recorder' mode which can be enabled to log key data > - Periodic inspection of threads to warn about blocking, deadlocks > - A simple web UI (like t

Re: svn commit: r1000433 - /tomcat/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java

2010-09-23 Thread Mark Thomas
On 23/09/2010 05:46, kkoli...@apache.org wrote: > Author: kkolinko > Date: Thu Sep 23 12:46:50 2010 > New Revision: 1000433 > > URL: http://svn.apache.org/viewvc?rev=1000433&view=rev > Log: > Add a comment. > I guess it is too late to change it now, as the code is more than 3 years old. Feel free

Re: svn commit: r1000392 - in /tomcat/trunk: Start Tomcat.launch Stop Tomcat.launch webapps/docs/building.xml webapps/docs/changelog.xml

2010-09-23 Thread Mark Thomas
On 23/09/2010 03:15, t...@apache.org wrote: > Author: timw > Date: Thu Sep 23 10:15:16 2010 > New Revision: 1000392 > > URL: http://svn.apache.org/viewvc?rev=1000392&view=rev > Log: > https://issues.apache.org/bugzilla/show_bug.cgi?id=49955 > > Improvements and corrections for the Building Tomcat

Re: NamingContext Possible Bug

2010-09-23 Thread Mark Thomas
On 22/09/2010 23:48, David Jencks wrote: > For reference, the EE 6 platform spec explains that usually a new instance > should be returned on each lookup in section 5.2.4 page 67 "Sharing of > Environment Entries". The servlet 3.0 spec section 15.2.2 page 174 indicates > that this applies to se

Re: svn commit: r1000392 - in /tomcat/trunk: Start Tomcat.launch Stop Tomcat.launch webapps/docs/building.xml webapps/docs/changelog.xml

2010-09-23 Thread Rainer Jung
Could we remove the spaces from the names of the new files? Files with whitespace in their names are a PITA on most platforms. Regards, Rainer On 23.09.2010 12:15, t...@apache.org wrote: Author: timw Date: Thu Sep 23 10:15:16 2010 New Revision: 1000392 URL: http://svn.apache.org/viewvc?rev=1

DO NOT REPLY [Bug 49159] Improve ThreadLocal memory leak clean-up

2010-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49159 --- Comment #5 from Pid 2010-09-23 10:49:43 EDT --- Created an attachment (id=26068) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26068) Alternative approach to renewing threads Instead of completely renewing the entire threa

DO NOT REPLY [Bug 49986] Double-check locking. Possible data-race in JspServletWrapper

2010-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49986 --- Comment #2 from Sergey Vorobyev 2010-09-23 10:29:38 EDT --- (In reply to comment #1) > Looks like a problem to me if the class can be called from multiple threads. > If not, then why have any synch. blocks at all? It's called from mul

DO NOT REPLY [Bug 49986] Double-check locking. Possible data-race in JspServletWrapper

2010-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49986 --- Comment #1 from Sebb 2010-09-23 10:18:53 EDT --- Looks like a problem to me if the class can be called from multiple threads. If not, then why have any synch. blocks at all? Could perhaps be fixed by making reload volatile, but the rel

DO NOT REPLY [Bug 49987] Data race in ApplicationContext

2010-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49987 Sergey Vorobyev changed: What|Removed |Added CC||konstantin.s.serebry...@gma

DO NOT REPLY [Bug 49987] New: Data race in ApplicationContext

2010-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49987 Summary: Data race in ApplicationContext Product: Tomcat 6 Version: 6.0.29 Platform: PC Status: NEW Severity: normal Priority: P2 Component: Catalina

DO NOT REPLY [Bug 49986] Double-check locking. Possible data-race in JspServletWrapper

2010-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49986 Sergey Vorobyev changed: What|Removed |Added CC||konstantin.s.serebry...@gma

DO NOT REPLY [Bug 49986] New: Double-check locking. Possible data-race in JspServletWrapper

2010-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49986 Summary: Double-check locking. Possible data-race in JspServletWrapper Product: Tomcat 6 Version: 6.0.29 Platform: PC Status: NEW Severity: normal

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

2010-09-23 Thread kkolinko
Author: kkolinko Date: Thu Sep 23 13:06:28 2010 New Revision: 1000448 URL: http://svn.apache.org/viewvc?rev=1000448&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=1

DO NOT REPLY [Bug 49985] Lazy initialization without any synchronization - data race in AstInteger, AstFloatingPoint, AstString

2010-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49985 Sergey Vorobyev changed: What|Removed |Added CC||konstantin.s.serebry...@gma

DO NOT REPLY [Bug 49985] New: Lazy initialization without any synchronization - data race in AstInteger, AstFloatingPoint, AstString

2010-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49985 Summary: Lazy initialization without any synchronization - data race in AstInteger, AstFloatingPoint, AstString Product: Tomcat 6 Version: 6.0.29 Platform: PC Status:

Tomcat diagnostics

2010-09-23 Thread Pid
Hi, I've been playing with a CLI, JMX and a few other things. At work I am manually extracting and monitoring various bits of JMX data in order to diagnose problems with Tomcat configs and applications. There's lot of information available in the JVM & Tomcat which could be polled periodically,

svn commit: r1000433 - /tomcat/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java

2010-09-23 Thread kkolinko
Author: kkolinko Date: Thu Sep 23 12:46:50 2010 New Revision: 1000433 URL: http://svn.apache.org/viewvc?rev=1000433&view=rev Log: Add a comment. I guess it is too late to change it now, as the code is more than 3 years old. Modified: tomcat/trunk/java/org/apache/catalina/tribes/tipis/Abstrac

DO NOT REPLY [Bug 49955] Building instructions incorrect.

2010-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49955 Wesley changed: What|Removed |Added Platform|PC |All OS/Version|Windows Vista

svn commit: r1000423 - in /tomcat/trunk: Start Tomcat.launch Stop Tomcat.launch build.xml

2010-09-23 Thread kkolinko
Author: kkolinko Date: Thu Sep 23 12:15:56 2010 New Revision: 1000423 URL: http://svn.apache.org/viewvc?rev=1000423&view=rev Log: Take care of line endings for the two files added in r1000392 Modified: tomcat/trunk/Start Tomcat.launch (props changed) tomcat/trunk/Stop Tomcat.launch (p

DO NOT REPLY [Bug 49102] coyote.ajp.Constants - 3 "constant" arrays are mutable

2010-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49102 --- Comment #4 from Sebb 2010-09-23 08:08:00 EDT --- Thanks! Useful to know that the getter method is efficient. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because:

Re: svn commit: r1000392 - in /tomcat/trunk: Start Tomcat.launch Stop Tomcat.launch webapps/docs/building.xml webapps/docs/changelog.xml

2010-09-23 Thread Wesley Acheson
Put a comment in the main bug but I don't know if people see that. The main class below appears to be wrong. Its now org.apache.catalina.startup.Bootstrap On Thu, Sep 23, 2010 at 12:15 PM, wrote: > Author: timw > Date: Thu Sep 23 10:15:16 2010 > New Revision: 1000392 > > URL: http://svn.apache.o

DO NOT REPLY [Bug 49955] Building instructions incorrect.

2010-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49955 Wesley changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Tomcat Wiki] Update of "Tomcat_and_IIS_Howto" by LiamLeane

2010-09-23 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "Tomcat_and_IIS_Howto" page has been changed by LiamLeane. The comment on this change is: Added permissions and IIS7 howto. http://wiki.apache.org/tomcat/Tomcat_and_IIS_Howto?action=

DO NOT REPLY [Bug 48870] avoid parallel arrays of base types

2010-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48870 Tim Whittington changed: What|Removed |Added Priority|P2 |P4 -- Configure bugmail: https:

DO NOT REPLY [Bug 49591] Custom error page always uses Transfer-Encoding: chunked

2010-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49591 Tim Whittington changed: What|Removed |Added Priority|P5 |P4 -- Configure bugmail: https:

DO NOT REPLY [Bug 49591] Custom error page always uses Transfer-Encoding: chunked

2010-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49591 Tim Whittington changed: What|Removed |Added Priority|P2 |P5 --- Comment #1 from Tim Whitt

DO NOT REPLY [Bug 49102] coyote.ajp.Constants - 3 "constant" arrays are mutable

2010-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49102 Tim Whittington changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1000400 - in /tomcat/trunk/java/org/apache/coyote/ajp: AjpAprProcessor.java AjpProcessor.java Constants.java

2010-09-23 Thread timw
Author: timw Date: Thu Sep 23 10:38:56 2010 New Revision: 1000400 URL: http://svn.apache.org/viewvc?rev=1000400&view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=49102 Protecting AJP code -> header/method lookup arrays with getters. No measurable slowdown (especially after a profil

DO NOT REPLY [Bug 49955] Building instructions incorrect.

2010-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49955 Tim Whittington changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1000392 - in /tomcat/trunk: Start Tomcat.launch Stop Tomcat.launch webapps/docs/building.xml webapps/docs/changelog.xml

2010-09-23 Thread timw
Author: timw Date: Thu Sep 23 10:15:16 2010 New Revision: 1000392 URL: http://svn.apache.org/viewvc?rev=1000392&view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=49955 Improvements and corrections for the Building Tomcat guide, plus sample Eclipse launch targets. Based on contribu

svn commit: r1000391 - /tomcat/trunk/build.xml

2010-09-23 Thread timw
Author: timw Date: Thu Sep 23 10:14:54 2010 New Revision: 1000391 URL: http://svn.apache.org/viewvc?rev=1000391&view=rev Log: Adding a description for build-docs task Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?r

DO NOT REPLY [Bug 49979] SimpleDateFormat StringIndexOutOfBoundsException

2010-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49979 --- Comment #1 from Pid 2010-09-23 06:14:03 EDT --- > OS: CentOS5 > Tomcat ver.: 6.0.20 > requests are coming from > Windows XP/IE6 SP3 Which JVM version are you using? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.

DO NOT REPLY [Bug 49972] Double-check idiom. Possible data-race.

2010-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49972 --- Comment #8 from Kostya Serebryany 2010-09-23 04:03:35 EDT --- >> If there were no possibility of an exception, your statement would be true. I am not sure about this particular case, but in general a compiler (JIT) may statically figur

[g...@vmgump]: Project tomcat-tc6 (in module tomcat-tc6) failed

2010-09-23 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-tc6 has an issue affecting its community integration. This issue af