Re: svn commit: r714246 - /tomcat/trunk/KEYS

2008-11-17 Thread Mark Thomas
William A. Rowe, Jr. wrote: > [EMAIL PROTECTED] wrote: >> Author: markt >> Date: Sat Nov 15 04:59:01 2008 >> New Revision: 714246 >> >> URL: http://svn.apache.org/viewvc?rev=714246&view=rev >> Log: >> Update KEYS with changes from 6.0.x (Remy updated his key) > >> -pub 1024D/41E49465 2006-11-08

svn commit: r718215 - /tomcat/tc6.0.x/trunk/KEYS

2008-11-17 Thread markt
Author: markt Date: Mon Nov 17 02:34:18 2008 New Revision: 718215 URL: http://svn.apache.org/viewvc?rev=718215&view=rev Log: Restore Remy's old key that was used to sign 6.0.x releases Modified: tomcat/tc6.0.x/trunk/KEYS Modified: tomcat/tc6.0.x/trunk/KEYS URL: http://svn.apache.org/viewvc/

DO NOT REPLY [Bug 46221] Leak WebappClassLoader with commons-logging and log4j

2008-11-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46221 --- Comment #1 from Arnaud de Bossoreille <[EMAIL PROTECTED]> 2008-11-17 04:20:27 PST --- Created an attachment (id=22880) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22880) Simple test case Use maven 2 to build it, a c

DO NOT REPLY [Bug 46221] Leak WebappClassLoader with commons-logging and log4j

2008-11-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46221 --- Comment #2 from Arnaud de Bossoreille <[EMAIL PROTECTED]> 2008-11-17 04:21:32 PST --- Created an attachment (id=22881) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22881) Patch which solves the problem -- Configure

DO NOT REPLY [Bug 46221] New: Leak WebappClassLoader with commons-logging and log4j

2008-11-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46221 Summary: Leak WebappClassLoader with commons-logging and log4j Product: Tomcat 5 Version: 5.5.27 Platform: All OS/Version: All Status: NEW Severity: normal Pr

DO NOT REPLY [Bug 46222] C:\java\jre1.6.0_bin\javaw.exe

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

DO NOT REPLY [Bug 46222] New: C:\java\jre1.6.0_bin\javaw.exe

2008-11-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46222 Summary: C:\java\jre1.6.0_bin\javaw.exe Product: Tomcat 5 Version: 5.5.27 Platform: Other OS/Version: Windows Vista Status: NEW Severity: critical Priority: P

DO NOT REPLY [Bug 46222] C:\java\jre1.6.0_bin\javaw.exe

2008-11-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46222 --- Comment #1 from Suryaprakash <[EMAIL PROTECTED]> 2008-11-17 06:49:45 PST --- I got following Error in Tomcat Log file 0:0:0:0:0:0:0:1 - - [10/Nov/2008:10:26:16 -0800] "GET /favicon.ico HTTP/1.1" 404 - -- Configure bugmail: http

Tomcat pool and Findbugs

2008-11-17 Thread sebb
This is a follow-on from Bugzilla 46209 - https://issues.apache.org/bugzilla/show_bug.cgi?id=46209. Findbugs reported several instances of protected static fields that were not final. For example, ConnectionPool: protected static Log log = LogFactory.getLog(ConnectionPool.class); Firstly, does

DO NOT REPLY [Bug 46223] New: FairBlockingQueue throws ArrayIndexOutOfBoundsException

2008-11-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46223 Summary: FairBlockingQueue throws ArrayIndexOutOfBoundsException Product: Tomcat 6 Version: unspecified Platform: PC OS/Version: Windows XP Status: NEW Severity: normal

DO NOT REPLY [Bug 46224] New: StatementFinalizerTest requires Java 1.6 to compile

2008-11-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46224 Summary: StatementFinalizerTest requires Java 1.6 to compile Product: Tomcat 6 Version: unspecified Platform: PC OS/Version: Windows XP Status: NEW Severity: normal

svn commit: r718360 - /tomcat/trunk/dist.xml

2008-11-17 Thread markt
Author: markt Date: Mon Nov 17 12:18:55 2008 New Revision: 718360 URL: http://svn.apache.org/viewvc?rev=718360&view=rev Log: Remove references to admin and balancer webapps and an unused task Modified: tomcat/trunk/dist.xml Modified: tomcat/trunk/dist.xml URL: http://svn.apache.org/viewvc/t

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

2008-11-17 Thread markt
Author: markt Date: Mon Nov 17 12:22:30 2008 New Revision: 718362 URL: http://svn.apache.org/viewvc?rev=718362&view=rev Log: Propose dist.xml clean-up 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/S

svn commit: r718428 - in /tomcat/trunk/java/org/apache: coyote/http11/Http11NioProtocol.java tomcat/util/net/SocketProperties.java

2008-11-17 Thread fhanik
Author: fhanik Date: Mon Nov 17 15:00:23 2008 New Revision: 718428 URL: http://svn.apache.org/viewvc?rev=718428&view=rev Log: socket properties NPE fixes Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11NioProtocol.java tomcat/trunk/java/org/apache/tomcat/util/net/SocketProperti

svn commit: r718436 - /tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java

2008-11-17 Thread markt
Author: markt Date: Mon Nov 17 15:30:32 2008 New Revision: 718436 URL: http://svn.apache.org/viewvc?rev=718436&view=rev Log: Need to make sure configBase exists. WAR deployment has this check. DIR deployment needs it too. Modified: tomcat/trunk/java/org/apache/catalina/startup/HostConfig.jav

Re: [VOTE] Releasing Apache Tomcat Native 1.1.16

2008-11-17 Thread Filip Hanik - Dev Lists
I know its late [X] Stable - no major issues, no regressions just got around to it, and 1.1.15 causes problems on Linux x86_64 Filip Mladen Turk wrote: Hello to the Tomcat team, Native 1.1.16 has been available for testing for almost a week, so I would like to proceed with the release vote.

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

2008-11-17 Thread markt
Author: markt Date: Mon Nov 17 15:32:21 2008 New Revision: 718438 URL: http://svn.apache.org/viewvc?rev=718438&view=rev Log: Propose fix 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=

svn commit: r718452 - in /tomcat/trunk/java/org/apache: catalina/core/ tomcat/util/modeler/ tomcat/util/modeler/modules/

2008-11-17 Thread markt
Author: markt Date: Mon Nov 17 16:47:36 2008 New Revision: 718452 URL: http://svn.apache.org/viewvc?rev=718452&view=rev Log: Generics changes for o.a.t.util.modeler These changes identified a bunch of issues, the most serious of which was the loadDescriptors() method that sometimes returned List

svn commit: r718474 - in /tomcat/trunk/java/org/apache/tomcat/util/net: NioEndpoint.java SecureNioChannel.java

2008-11-17 Thread fhanik
Author: fhanik Date: Mon Nov 17 19:18:30 2008 New Revision: 718474 URL: http://svn.apache.org/viewvc?rev=718474&view=rev Log: Clean up debug a bit while troubleshooting Modified: tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java tomcat/trunk/java/org/apache/tomcat/util/net/Se

Re: [RESULT] [VOTE] Releasing Apache Tomcat Native 1.1.16

2008-11-17 Thread Mladen Turk
Mladen Turk wrote: Mladen Turk wrote: > Hello to the Tomcat team, > > Native 1.1.16 has been available for testing for almost a week, > so I would like to proceed with the release vote. > So far only one binding vote has been recorded (Thanks Henri), and mine by presumption. So, Native 1.1

Re: [RESULT] [VOTE] Releasing Apache Tomcat Native 1.1.16

2008-11-17 Thread William A. Rowe, Jr.
Mladen Turk wrote: > Mladen Turk wrote: >> Mladen Turk wrote: >> > Hello to the Tomcat team, >> > >> > Native 1.1.16 has been available for testing for almost a week, >> > so I would like to proceed with the release vote. >> > >> >> So far only one binding vote has been recorded >> (Thanks Hen

Re: [RESULT] [VOTE] Releasing Apache Tomcat Native 1.1.16

2008-11-17 Thread Mladen Turk
William A. Rowe, Jr. wrote: Mladen Turk wrote: You are the chair... and further you had called the vote. Feel free to reverse yourself :) Wow, and I thought the chair is the slave that collects and writes board reports ;) Cheers -- ^(TM)