svn commit: r950885 - /tomcat/trunk/res/tomcat.nsi

2010-06-02 Thread kkolinko
Author: kkolinko Date: Thu Jun 3 06:17:47 2010 New Revision: 950885 URL: http://svn.apache.org/viewvc?rev=950885&view=rev Log: Include major.minor version numbers into the name of the registry key used to autolaunch Tomcat Monitor at Windows startup. This allows Tomcat 7 monitor to be installed

TCN and apr-2

2010-06-02 Thread Bill Barker
Currently Gump doesn't try to build the native APR component, since Gump only builds apr-2 (aka trunk) at the moment, and TCN wants apr-1. I wanted to know if anybody has tried building TCN against apr-2, and if they have been successful. The reasoning is that since JFC has enabled unit testin

DO NOT REPLY [Bug 48843] Tomcat Acceptor Thread goes into wait() and it will never come back

2010-06-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48843 Konstantin Kolinko changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|F

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

2010-06-02 Thread kkolinko
Author: kkolinko Date: Thu Jun 3 01:45:35 2010 New Revision: 950852 URL: http://svn.apache.org/viewvc?rev=950852&view=rev Log: proposal 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: r950851 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2010-06-02 Thread kkolinko
Author: kkolinko Date: Thu Jun 3 01:33:08 2010 New Revision: 950851 URL: http://svn.apache.org/viewvc?rev=950851&view=rev Log: Prevent possible deadlocks in AprEndpoint.Poller and AprEndpoint.Sendfile, caused by missing Object.notify() wakeup, which is similar to https://issues.apache.org/bugzill

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

2010-06-02 Thread kkolinko
Author: kkolinko Date: Thu Jun 3 00:51:25 2010 New Revision: 950837 URL: http://svn.apache.org/viewvc?rev=950837&view=rev Log: vote 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=9508

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

2010-06-02 Thread kkolinko
Author: kkolinko Date: Wed Jun 2 23:38:41 2010 New Revision: 950829 URL: http://svn.apache.org/viewvc?rev=950829&view=rev Log: vote 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=9508

DO NOT REPLY [Bug 49372] New: 7.0.0RC: Starting second instance of Tomcat on the same port results in "An invalid Lifecycle transition was attempted"

2010-06-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49372 Summary: 7.0.0RC: Starting second instance of Tomcat on the same port results in "An invalid Lifecycle transition was attempted" Product: Tomcat 7 Version: trunk

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

2010-06-02 Thread kkolinko
Author: kkolinko Date: Wed Jun 2 23:01:58 2010 New Revision: 950811 URL: http://svn.apache.org/viewvc?rev=950811&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=950

svn commit: r950809 - /tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java

2010-06-02 Thread kkolinko
Author: kkolinko Date: Wed Jun 2 22:54:49 2010 New Revision: 950809 URL: http://svn.apache.org/viewvc?rev=950809&view=rev Log: Followup to r950587 which was a fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=49099 Fix lookup of the root context: its name is "", not "/". Modified:

DO NOT REPLY [Bug 48760] Tomcat breaks in serving large files (>=1.8MB) under high load and high threading.

2010-06-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48760 --- Comment #21 from Matthew Mullins 2010-06-02 15:48:37 EDT --- (In reply to comment #20) > This has been fixed in 6.0.x and will be included in 6.0.27 onwards. Is there an ETA on the release of 6.0.27? -- Configure bugmail: https://is

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

2010-06-02 Thread Konstantin Kolinko
2010/5/25 : > Author: markt > Date: Tue May 25 13:56:18 2010 > New Revision: 948044 > > URL: http://svn.apache.org/viewvc?rev=948044&view=rev > Log: > Proposals > > Modified: >    tomcat/tc6.0.x/trunk/STATUS.txt > > +* Fix issues running AJP BIO coyote connector under a security manager > +  http:

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

2010-06-02 Thread kkolinko
Author: kkolinko Date: Wed Jun 2 18:16:13 2010 New Revision: 950704 URL: http://svn.apache.org/viewvc?rev=950704&view=rev Log: votes and proposal 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 49095] org.apache.tomcat.util.net.AprEndpoint.unlockAccept does not wakeup accepts with deferred accept or BSD filters

2010-06-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49095 Konstantin Kolinko changed: What|Removed |Added Attachment #25266|0 |1 is obsolete|

svn commit: r950682 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2010-06-02 Thread kkolinko
Author: kkolinko Date: Wed Jun 2 17:34:55 2010 New Revision: 950682 URL: http://svn.apache.org/viewvc?rev=950682&view=rev Log: Followup to r948043 that was a fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=49095 We should not use PrintWriter(OutputStream), because that implicitly uses

Re: svn commit: r950587 - in /tomcat/trunk: java/org/apache/catalina/AccessLog.java java/org/apache/catalina/connector/CoyoteAdapter.java java/org/apache/catalina/valves/AccessLogValve.java webapps/do

2010-06-02 Thread Mark Thomas
On 02/06/2010 16:40, Tim Funk wrote: > Cool - One (very minor) nit ... A safer size might be 500. > A typical User agent string by itself is 100+ characters which will > easily take the log line over 128 characters. > > StringBuilder result = new StringBuilder(128); User agent isn't logged by def

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

2010-06-02 Thread kkolinko
Author: kkolinko Date: Wed Jun 2 16:21:27 2010 New Revision: 950622 URL: http://svn.apache.org/viewvc?rev=950622&view=rev Log: vote 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=9506

svn commit: r950614 - /tomcat/trunk/webapps/docs/config/context.xml

2010-06-02 Thread kkolinko
Author: kkolinko Date: Wed Jun 2 16:09:22 2010 New Revision: 950614 URL: http://svn.apache.org/viewvc?rev=950614&view=rev Log: Add whitespace between words. It is trivial followup to r950164 Modified: tomcat/trunk/webapps/docs/config/context.xml Modified: tomcat/trunk/webapps/docs/config/co

Re: svn commit: r950587 - in /tomcat/trunk: java/org/apache/catalina/AccessLog.java java/org/apache/catalina/connector/CoyoteAdapter.java java/org/apache/catalina/valves/AccessLogValve.java webapps/do

2010-06-02 Thread Tim Funk
Cool - One (very minor) nit ... A safer size might be 500. A typical User agent string by itself is 100+ characters which will easily take the log line over 128 characters. StringBuilder result = new StringBuilder(128); -Tim On 6/2/2010 11:12 AM, ma...@apache.org wrote: Author: markt Date:

DO NOT REPLY [Bug 49178] Running tomcat/6.0.26 with security manager generates ORACLE jdbc error

2010-06-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49178 --- Comment #5 from Mark Thomas 2010-06-02 11:30:32 EDT --- It looks like this is a catalina home/base issue. I have added an additional permission (commented out) to the policy file that folks can use in this situation. The change has be

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

2010-06-02 Thread markt
Author: markt Date: Wed Jun 2 15:28:04 2010 New Revision: 950597 URL: http://svn.apache.org/viewvc?rev=950597&view=rev Log: Proposal 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=950

svn commit: r950596 - /tomcat/trunk/conf/catalina.policy

2010-06-02 Thread markt
Author: markt Date: Wed Jun 2 15:26:30 2010 New Revision: 950596 URL: http://svn.apache.org/viewvc?rev=950596&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49178 Using ${catalina.base}/lib will require an additional permission Modified: tomcat/trunk/conf/catalina.polic

svn commit: r950594 - /tomcat/trunk/conf/catalina.policy

2010-06-02 Thread markt
Author: markt Date: Wed Jun 2 15:23:57 2010 New Revision: 950594 URL: http://svn.apache.org/viewvc?rev=950594&view=rev Log: Improve comment Modified: tomcat/trunk/conf/catalina.policy Modified: tomcat/trunk/conf/catalina.policy URL: http://svn.apache.org/viewvc/tomcat/trunk/conf/catalina.p

DO NOT REPLY [Bug 49099] Using % after context prefix results in 400 but nothing is logged in access log

2010-06-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49099 --- Comment #5 from Igor Fedulov 2010-06-02 11:23:44 EDT --- Excellent, thank you Mark! -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assi

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

2010-06-02 Thread markt
Author: markt Date: Wed Jun 2 15:15:44 2010 New Revision: 950589 URL: http://svn.apache.org/viewvc?rev=950589&view=rev Log: Proposal 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=950

DO NOT REPLY [Bug 49099] Using % after context prefix results in 400 but nothing is logged in access log

2010-06-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49099 --- Comment #4 from Mark Thomas 2010-06-02 11:15:29 EDT --- I have applied a fix for trunk (7.0.x) which will be included in 7.0.0 onwards and proposed the same fix for 6.0.x There wasn't complete agreement on the dev list on the right way

svn commit: r950587 - in /tomcat/trunk: java/org/apache/catalina/AccessLog.java java/org/apache/catalina/connector/CoyoteAdapter.java java/org/apache/catalina/valves/AccessLogValve.java webapps/docs/c

2010-06-02 Thread markt
Author: markt Date: Wed Jun 2 15:12:36 2010 New Revision: 950587 URL: http://svn.apache.org/viewvc?rev=950587&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49099 Hooking the CoyoteAdaptor into the existing AccessLog wasn't as invasive as I feared so go that route to log re

Re: org.apache.catalina.Core MBeans Descriptor Modifications

2010-06-02 Thread Mark Thomas
On 02/06/2010 14:23, buddhika chamith wrote: > Hi Mark, > > I prefer separate MBeans since it would help to keep base interfaces clean. OK. Works for me. Keep the MBeans in the separate package that already exists. Mark - To

Re: org.apache.catalina.Core MBeans Descriptor Modifications

2010-06-02 Thread buddhika chamith
Hi Mark, I prefer separate MBeans since it would help to keep base interfaces clean. Regards

svn commit: r950507 - in /tomcat/trunk/test/org/apache/catalina/tribes/test: channel/ io/

2010-06-02 Thread markt
Author: markt Date: Wed Jun 2 11:45:11 2010 New Revision: 950507 URL: http://svn.apache.org/viewvc?rev=950507&view=rev Log: Fix Eclipse warnings in the o.a.c.tribes.test package Modified: tomcat/trunk/test/org/apache/catalina/tribes/test/channel/TestDataIntegrity.java tomcat/trunk/test

svn commit: r950504 - /tomcat/trunk/test/org/apache/catalina/loader/TestWebappClassLoaderMemoryLeak.java

2010-06-02 Thread markt
Author: markt Date: Wed Jun 2 11:40:55 2010 New Revision: 950504 URL: http://svn.apache.org/viewvc?rev=950504&view=rev Log: Fix test failure. Need to explicitly configure stopping timer threads Modified: tomcat/trunk/test/org/apache/catalina/loader/TestWebappClassLoaderMemoryLeak.java Modi

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

2010-06-02 Thread Konstantin Kolinko
2010/6/2 Bill Barker : > BUILD FAILED > /srv/gump/public/workspace/tomcat-trunk/build.xml:942: Some tests completed > with a Failure. See /srv/gump/public/workspace/tomcat-trunk/output/build/logs > for details. > It is TestWebappClassLoaderMemoryLeak Testcase: testTimerThreadLeak took 2.812 sec

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

2010-06-02 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-trunk-test has an issue affecting its community integration. This i

Bug report for Tomcat Native [2010/06/02]

2010-06-02 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2010/06/02]

2010-06-02 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 7 [2010/06/02]

2010-06-02 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 6 [2010/06/02]

2010-06-02 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 5 [2010/06/02]

2010-06-02 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Taglibs [2010/06/02]

2010-06-02 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: Weekly Bugzilla e-mails are missing on dev@

2010-06-02 Thread Mark Thomas
On 02/06/2010 00:04, Konstantin Kolinko wrote: > Hi! > > I just noticed that dev@ no more receives those weekly "Bug report" > emails from Bugzilla. > > The last ones that I saw were on 2010-04-11, > http://marc.info/?t=12710273891&r=1&w=2 It is fallout from the Brutus hack and the move of B