svn commit: r988395 - /tomcat/native/trunk/native/src/jnilib.c

2010-08-24 Thread mturk
Author: mturk Date: Tue Aug 24 06:07:28 2010 New Revision: 988395 URL: http://svn.apache.org/viewvc?rev=988395view=rev Log: Fix 'dereferencing type-punned pointer will break strict-aliasing rules' warning Modified: tomcat/native/trunk/native/src/jnilib.c Modified:

svn commit: r988402 - /tomcat/native/trunk/native/src/network.c

2010-08-24 Thread mturk
Author: mturk Date: Tue Aug 24 06:36:46 2010 New Revision: 988402 URL: http://svn.apache.org/viewvc?rev=988402view=rev Log: Step 1 in solving the JVM core on shutdown. Use APR pool pre-cleanup API Modified: tomcat/native/trunk/native/src/network.c Modified:

svn commit: r988409 - /tomcat/native/trunk/native/build/tcnative.m4

2010-08-24 Thread mturk
Author: mturk Date: Tue Aug 24 07:02:44 2010 New Revision: 988409 URL: http://svn.apache.org/viewvc?rev=988409view=rev Log: Make 1.4.x mandatory at build time as well Modified: tomcat/native/trunk/native/build/tcnative.m4 Modified: tomcat/native/trunk/native/build/tcnative.m4 URL:

Re: svn commit: r988409 - /tomcat/native/trunk/native/build/tcnative.m4

2010-08-24 Thread jean-frederic clere
On 08/24/2010 09:02 AM, mt...@apache.org wrote: Author: mturk Date: Tue Aug 24 07:02:44 2010 New Revision: 988409 URL: http://svn.apache.org/viewvc?rev=988409view=rev Log: Make 1.4.x mandatory at build time as well The 1.3.x apr_pool_pre_cleanup_register doesn't work? Cheers

Re: svn commit: r988409 - /tomcat/native/trunk/native/build/tcnative.m4

2010-08-24 Thread Remy Maucherat
On Tue, 2010-08-24 at 07:02 +, mt...@apache.org wrote: Author: mturk Date: Tue Aug 24 07:02:44 2010 New Revision: 988409 URL: http://svn.apache.org/viewvc?rev=988409view=rev Log: Make 1.4.x mandatory at build time as well This requirement is not possible, even F13 is still at 1.3.9.

svn commit: r988422 - /tomcat/trunk/java/org/apache/catalina/Host.java

2010-08-24 Thread markt
Author: markt Date: Tue Aug 24 08:00:55 2010 New Revision: 988422 URL: http://svn.apache.org/viewvc?rev=988422view=rev Log: Remove methods already defined by Container Modified: tomcat/trunk/java/org/apache/catalina/Host.java Modified: tomcat/trunk/java/org/apache/catalina/Host.java URL:

svn commit: r988428 - in /tomcat/native/trunk/native: build/tcnative.m4 configure.in

2010-08-24 Thread mturk
Author: mturk Date: Tue Aug 24 08:11:26 2010 New Revision: 988428 URL: http://svn.apache.org/viewvc?rev=988428view=rev Log: Check if APR API feature is actually supported Modified: tomcat/native/trunk/native/build/tcnative.m4 tomcat/native/trunk/native/configure.in Modified:

Re: svn commit: r988409 - /tomcat/native/trunk/native/build/tcnative.m4

2010-08-24 Thread Remy Maucherat
On Tue, 2010-08-24 at 10:23 +0200, Mladen Turk wrote: This is for trunk (tcnative 1.2.x) Branch 1.1.x will have apr-1.3.x dependency with those functions backported after found stable. Pool pre cleanup is easily backportable and is already part of RHEL-5 apr-1.2.7, so I added extra check for

Re: svn commit: r988409 - /tomcat/native/trunk/native/build/tcnative.m4

2010-08-24 Thread jean-frederic clere
On 08/24/2010 10:48 AM, Remy Maucherat wrote: On Tue, 2010-08-24 at 10:23 +0200, Mladen Turk wrote: This is for trunk (tcnative 1.2.x) Branch 1.1.x will have apr-1.3.x dependency with those functions backported after found stable. Pool pre cleanup is easily backportable and is already part

Re: svn commit: r988409 - /tomcat/native/trunk/native/build/tcnative.m4

2010-08-24 Thread Mladen Turk
On 08/24/2010 10:48 AM, Remy Maucherat wrote: I don't remember, but I guess I changed my mind then. Real world usage difficulties mean it is very hard to require something newer than APR 1.3. Agreed, and that's why we have trunk and 1.1.x branch. We didn't have a single trunk release, and

svn commit: r988448 - in /tomcat/trunk: java/org/apache/catalina/filters/CsrfPreventionFilter.java test/org/apache/catalina/filters/TestCsrfPreventionFilter.java webapps/docs/changelog.xml

2010-08-24 Thread markt
Author: markt Date: Tue Aug 24 09:30:11 2010 New Revision: 988448 URL: http://svn.apache.org/viewvc?rev=988448view=rev Log: Correctly handle anchors in URLs with the CSRF prevention filter. Added: tomcat/trunk/test/org/apache/catalina/filters/TestCsrfPreventionFilter.java (with props)

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

2010-08-24 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

svn commit: r988459 - in /tomcat/trunk: java/org/apache/coyote/http11/ java/org/apache/coyote/http11/filters/ test/org/apache/coyote/http11/ webapps/docs/

2010-08-24 Thread markt
Author: markt Date: Tue Aug 24 10:02:14 2010 New Revision: 988459 URL: http://svn.apache.org/viewvc?rev=988459view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48738 Workaround a couple of long standing JDK bugs to enable GZIP compressed output streams to be flushed. Based on

DO NOT REPLY [Bug 48738] [PATCH]Allow GzipOutputFilter to send partial result when flushBuffer() is called

2010-08-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48738 --- Comment #2 from Mark Thomas ma...@apache.org 2010-08-24 06:09:31 EDT --- The patch (with some slight modifications) has been applied to trunk and will be included in 7.0.3 onwards. -- Configure bugmail:

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

2010-08-24 Thread Konstantin Kolinko
2010/8/24 Bill Barker billbar...@apache.org: Full details are available at:     http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-test/index.html /srv/gump/public/workspace/tomcat-trunk/build.xml:1016: Some tests completed with an Error. See

svn commit: r988473 - in /tomcat/sandbox/tomcat-oacc/trunk: docs/ src/share/org/apache/catalina/cluster/deploy/ src/share/org/apache/catalina/cluster/io/ src/share/org/apache/catalina/cluster/mcast/ s

2010-08-24 Thread rjung
Author: rjung Date: Tue Aug 24 10:45:03 2010 New Revision: 988473 URL: http://svn.apache.org/viewvc?rev=988473view=rev Log: Loggers should be final. Similar to r834226 in trunk. Modified: tomcat/sandbox/tomcat-oacc/trunk/docs/changelog.xml

Re: svn commit: r988459 - in /tomcat/trunk: java/org/apache/coyote/http11/ java/org/apache/coyote/http11/filters/ test/org/apache/coyote/http11/ webapps/docs/

2010-08-24 Thread Tim Funk
log is protected (instead of private) is intentional? -Tim On 8/24/2010 6:02 AM, ma...@apache.org wrote: + +/** + * Logger. + */ +protected static org.apache.juli.logging.Log log += org.apache.juli.logging.LogFactory.getLog(AbstractOutputBuffer.class);

Re: svn commit: r988459 - in /tomcat/trunk: java/org/apache/coyote/http11/ java/org/apache/coyote/http11/filters/ test/org/apache/coyote/http11/ webapps/docs/

2010-08-24 Thread Mark Thomas
On 24/08/2010 11:46, Tim Funk wrote: log is protected (instead of private) is intentional? Nope. Thanks. Mark -Tim On 8/24/2010 6:02 AM, ma...@apache.org wrote: + +/** + * Logger. + */ +protected static org.apache.juli.logging.Log log +=

svn commit: r988474 - /tomcat/trunk/java/org/apache/coyote/http11/AbstractOutputBuffer.java

2010-08-24 Thread markt
Author: markt Date: Tue Aug 24 10:49:33 2010 New Revision: 988474 URL: http://svn.apache.org/viewvc?rev=988474view=rev Log: Fix logger visibility Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractOutputBuffer.java Modified:

svn commit: r988479 - in /tomcat/sandbox/tomcat-oacc/trunk: docs/changelog.xml src/share/org/apache/catalina/cluster/tcp/SimpleTcpCluster.java

2010-08-24 Thread rjung
Author: rjung Date: Tue Aug 24 10:56:19 2010 New Revision: 988479 URL: http://svn.apache.org/viewvc?rev=988479view=rev Log: Remove empty implementations of methods no longer existing in the Cluster interface. Modified: tomcat/sandbox/tomcat-oacc/trunk/docs/changelog.xml

svn commit: r988481 - in /tomcat/sandbox/tomcat-oacc/trunk: docs/ src/share/org/apache/catalina/cluster/mcast/ src/share/org/apache/catalina/cluster/membership/ src/share/org/apache/catalina/cluster/s

2010-08-24 Thread rjung
Author: rjung Date: Tue Aug 24 11:03:07 2010 New Revision: 988481 URL: http://svn.apache.org/viewvc?rev=988481view=rev Log: StringManagers should be static final. Similar to r834229 and r834233 in trunk. Modified: tomcat/sandbox/tomcat-oacc/trunk/docs/changelog.xml

svn commit: r988488 - in /tomcat/sandbox/tomcat-oacc/trunk: docs/ src/share/org/apache/catalina/cluster/deploy/ src/share/org/apache/catalina/cluster/session/ src/share/org/apache/catalina/cluster/uti

2010-08-24 Thread rjung
Author: rjung Date: Tue Aug 24 11:29:06 2010 New Revision: 988488 URL: http://svn.apache.org/viewvc?rev=988488view=rev Log: Reduce loger visibility. Similar to r882017/r883204 in trunk. Modified: tomcat/sandbox/tomcat-oacc/trunk/docs/changelog.xml

DO NOT REPLY [Bug 49814] Error 2: The system cannot find the file specified!

2010-08-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49814 Rainer Jung rainer.j...@kippdata.de changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r988503 - in /tomcat/sandbox/tomcat-oacc/trunk: docs/changelog.xml src/share/org/apache/catalina/cluster/session/DeltaManager.java

2010-08-24 Thread rjung
Author: rjung Date: Tue Aug 24 12:21:01 2010 New Revision: 988503 URL: http://svn.apache.org/viewvc?rev=988503view=rev Log: Remove unneeded cast and make ReplicationValve volatile in the DeltaManager. Backport of r937325 and r939130 from trunk. Modified:

svn commit: r988509 - in /tomcat/sandbox/tomcat-oacc/trunk: docs/ src/share/org/apache/catalina/cluster/ src/share/org/apache/catalina/cluster/mcast/ src/share/org/apache/catalina/cluster/membership/

2010-08-24 Thread rjung
Author: rjung Date: Tue Aug 24 12:33:56 2010 New Revision: 988509 URL: http://svn.apache.org/viewvc?rev=988509view=rev Log: Add serialVersionUID to the serializable classes. Parts of this are backported from r946103 (trunk). Modified: tomcat/sandbox/tomcat-oacc/trunk/docs/changelog.xml

svn commit: r988518 - in /tomcat/sandbox/tomcat-oacc/trunk: docs/changelog.xml src/share/org/apache/catalina/cluster/deploy/mbeans-descriptors.xml

2010-08-24 Thread rjung
Author: rjung Date: Tue Aug 24 13:03:04 2010 New Revision: 988518 URL: http://svn.apache.org/viewvc?rev=988518view=rev Log: Add MBean for FarmWarDeployer. Port of r948258 from trunk. Added: tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster/deploy/mbeans-descriptors.xml

svn commit: r988520 - in /tomcat/sandbox/tomcat-oacc/trunk: docs/changelog.xml src/share/org/apache/catalina/cluster/session/ClusterSessionListener.java

2010-08-24 Thread rjung
Author: rjung Date: Tue Aug 24 13:08:11 2010 New Revision: 988520 URL: http://svn.apache.org/viewvc?rev=988520view=rev Log: Fix package name in info property. Modified: tomcat/sandbox/tomcat-oacc/trunk/docs/changelog.xml

svn commit: r988528 - in /tomcat/sandbox/tomcat-oacc/trunk: docs/changelog.xml src/share/org/apache/catalina/cluster/session/mbeans-descriptors.xml src/share/org/apache/catalina/cluster/tcp/mbeans-des

2010-08-24 Thread rjung
Author: rjung Date: Tue Aug 24 13:21:02 2010 New Revision: 988528 URL: http://svn.apache.org/viewvc?rev=988528view=rev Log: Remove unwanted line breaks from MBean descriptors. Modified: tomcat/sandbox/tomcat-oacc/trunk/docs/changelog.xml

svn commit: r988532 - in /tomcat/sandbox/tomcat-oacc/trunk: docs/changelog.xml src/share/org/apache/catalina/cluster/session/SimpleTcpReplicationManager.java

2010-08-24 Thread rjung
Author: rjung Date: Tue Aug 24 13:23:46 2010 New Revision: 988532 URL: http://svn.apache.org/viewvc?rev=988532view=rev Log: BZ 49127: Don't swallow exceptions unnecessarily in SimpleTcpReplicationManager.startInternal(). Backport of r964216 from trunk. Modified:

svn commit: r988537 - in /tomcat/native/trunk/native: build/tcnative.m4 src/jnilib.c

2010-08-24 Thread mturk
Author: mturk Date: Tue Aug 24 13:33:18 2010 New Revision: 988537 URL: http://svn.apache.org/viewvc?rev=988537view=rev Log: Allow using vedor APR that have lower then required version but required API Modified: tomcat/native/trunk/native/build/tcnative.m4

DO NOT REPLY [Bug 12686] Unable to increase maxThreads in Coyote JK 2 connector

2010-08-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=12686 --- Comment #2 from Federico White whi...@avaya.com 2010-08-24 09:47:47 EDT --- Hello, Which release fixes this issue? I'm facing the same here. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You

DO NOT REPLY [Bug 12686] Unable to increase maxThreads in Coyote JK 2 connector

2010-08-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=12686 --- Comment #3 from Chuck Caldarale chuck.caldar...@unisys.com 2010-08-24 09:53:29 EDT --- (In reply to comment #2) Which release fixes this issue? I'm facing the same here. You resurrected a bug report that's been closed for nearly

svn commit: r988545 - in /tomcat/sandbox/tomcat-oacc/trunk: docs/changelog.xml src/share/org/apache/catalina/cluster/session/DeltaManager.java

2010-08-24 Thread rjung
Author: rjung Date: Tue Aug 24 13:59:27 2010 New Revision: 988545 URL: http://svn.apache.org/viewvc?rev=988545view=rev Log: Add Null check when CHANGE_SESSION_ID message received. Backport of r982877 from trunk. Modified: tomcat/sandbox/tomcat-oacc/trunk/docs/changelog.xml

Re: svn commit: r988537 - in /tomcat/native/trunk/native: build/tcnative.m4 src/jnilib.c

2010-08-24 Thread jean-frederic clere
On 08/24/2010 03:33 PM, mt...@apache.org wrote: Author: mturk Date: Tue Aug 24 13:33:18 2010 New Revision: 988537 URL: http://svn.apache.org/viewvc?rev=988537view=rev Log: Allow using vedor APR that have lower then required version but required API Modified:

DO NOT REPLY [Bug 49816] New: Tomcat service goin down randomly with the following message SEVERE: All threads (200) are currently busy, waiting. Increase maxThreads (200) or check the servlet status

2010-08-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49816 Summary: Tomcat service goin down randomly with the following message SEVERE: All threads (200) are currently busy, waiting. Increase maxThreads (200) or check the

Re: svn commit: r988537 - in /tomcat/native/trunk/native: build/tcnative.m4 src/jnilib.c

2010-08-24 Thread jean-frederic clere
On 08/24/2010 04:07 PM, jean-frederic clere wrote: On 08/24/2010 03:33 PM, mt...@apache.org wrote: Author: mturk Date: Tue Aug 24 13:33:18 2010 New Revision: 988537 URL: http://svn.apache.org/viewvc?rev=988537view=rev Log: Allow using vedor APR that have lower then required version but

DO NOT REPLY [Bug 49816] Tomcat service goin down randomly with the following message SEVERE: All threads (200) are currently busy, waiting. Increase maxThreads (200) or check the servlet status

2010-08-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49816 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r988562 - in /tomcat/sandbox/tomcat-oacc/trunk: docs/ test/ test/src/share/org/apache/catalina/cluster/session/ test/src/share/org/apache/catalina/cluster/tcp/

2010-08-24 Thread rjung
Author: rjung Date: Tue Aug 24 14:29:12 2010 New Revision: 988562 URL: http://svn.apache.org/viewvc?rev=988562view=rev Log: Fix broken unit tests. Modified: tomcat/sandbox/tomcat-oacc/trunk/docs/changelog.xml tomcat/sandbox/tomcat-oacc/trunk/test/build.xml

Re: svn commit: r988537 - in /tomcat/native/trunk/native: build/tcnative.m4 src/jnilib.c

2010-08-24 Thread Mladen Turk
On 08/24/2010 04:07 PM, jean-frederic clere wrote: On 08/24/2010 03:33 PM, mt...@apache.org wrote: Author: mturk Date: Tue Aug 24 13:33:18 2010 New Revision: 988537 URL: http://svn.apache.org/viewvc?rev=988537view=rev Log: Allow using vedor APR that have lower then required version but

DO NOT REPLY [Bug 49817] New: Apache service random outage

2010-08-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49817 Summary: Apache service random outage Product: Tomcat 5 Version: 5.5.0 Platform: PC OS/Version: Windows Server 2003 Status: NEW Severity: blocker Priority:

DO NOT REPLY [Bug 49817] Apache service random outage

2010-08-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49817 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 49816] Tomcat service goin down randomly with the following message SEVERE: All threads (200) are currently busy, waiting. Increase maxThreads (200) or check the servlet status

2010-08-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49816 --- Comment #2 from Mark Thomas ma...@apache.org 2010-08-24 10:39:28 EDT --- *** Bug 49817 has been marked as a duplicate of this bug. *** -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are

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

2010-08-24 Thread Mark Thomas
On 24/08/2010 11:13, Konstantin Kolinko wrote: Testsuite: org.apache.catalina.authenticator.TestFormAuthenticator Tests run: 5, Failures: 0, Errors: 3, Time elapsed: 216.974 sec (...) java.lang.NullPointerException at

DO NOT REPLY [Bug 49816] Tomcat service goin down randomly with the following message SEVERE: All threads (200) are currently busy, waiting. Increase maxThreads (200) or check the servlet status

2010-08-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49816 --- Comment #3 from Federico White whi...@avaya.com 2010-08-24 10:47:50 EDT --- I understand this is not a support forum but I'm reporting a bug and providing all the snipets i've got from the product. Please i need a resolution for this.

Re: svn commit: r988537 - in /tomcat/native/trunk/native: build/tcnative.m4 src/jnilib.c

2010-08-24 Thread Remy Maucherat
On Tue, 2010-08-24 at 16:30 +0200, Mladen Turk wrote: Work in progress ... Will be used in new Poll.interrupt API so we can remove all that clumsy pollTime/maintainTime logic for adding new sockets to the pollset. It should lower the accept latency, remove the need for socket add queue and

DO NOT REPLY [Bug 49816] Tomcat service goin down randomly with the following message SEVERE: All threads (200) are currently busy, waiting. Increase maxThreads (200) or check the servlet status

2010-08-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49816 --- Comment #4 from Federico White whi...@avaya.com 2010-08-24 10:48:03 EDT --- I understand this is not a support forum but I'm reporting a bug and providing all the snipets i've got from the product. Please i need a resolution for this.

Re: svn commit: r988537 - in /tomcat/native/trunk/native: build/tcnative.m4 src/jnilib.c

2010-08-24 Thread jean-frederic clere
On 08/24/2010 04:30 PM, Mladen Turk wrote: On 08/24/2010 04:07 PM, jean-frederic clere wrote: On 08/24/2010 03:33 PM, mt...@apache.org wrote: Author: mturk Date: Tue Aug 24 13:33:18 2010 New Revision: 988537 URL: http://svn.apache.org/viewvc?rev=988537view=rev Log: Allow using vedor APR

DO NOT REPLY [Bug 49816] Tomcat service goin down randomly with the following message SEVERE: All threads (200) are currently busy, waiting. Increase maxThreads (200) or check the servlet status

2010-08-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49816 --- Comment #5 from Tim Funk funk...@apache.org 2010-08-24 10:57:57 EDT --- see http://wiki.apache.org/tomcat/FAQ/Bugs#USERLIST -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving

Re: svn commit: r988537 - in /tomcat/native/trunk/native: build/tcnative.m4 src/jnilib.c

2010-08-24 Thread Remy Maucherat
On Tue, 2010-08-24 at 16:56 +0200, jean-frederic clere wrote: Well the accept is done in a different thread anyway. Additionally with defer accept we won't see any changes accept latency. Indeed, no change. But Windows is different enough that it would need significantly different code to be

Re: svn commit: r988537 - in /tomcat/native/trunk/native: build/tcnative.m4 src/jnilib.c

2010-08-24 Thread Mladen Turk
On 08/24/2010 04:56 PM, jean-frederic clere wrote: On 08/24/2010 04:30 PM, Mladen Turk wrote: On 08/24/2010 04:07 PM, jean-frederic clere wrote: On 08/24/2010 03:33 PM, mt...@apache.org wrote: Author: mturk Date: Tue Aug 24 13:33:18 2010 New Revision: 988537 URL:

Re: svn commit: r988409 - /tomcat/native/trunk/native/build/tcnative.m4

2010-08-24 Thread William A. Rowe Jr.
On 8/24/2010 3:48 AM, Remy Maucherat wrote: I don't remember, but I guess I changed my mind then. Real world usage difficulties mean it is very hard to require something newer than APR 1.3. Nonsense, httpd 2.4 (now in beta as 2.3.6) requires APR. Forward looking releases, e.g. those in

Re: svn commit: r988409 - /tomcat/native/trunk/native/build/tcnative.m4

2010-08-24 Thread Rainer Jung
On 24.08.2010 17:58, William A. Rowe Jr. wrote: On 8/24/2010 3:48 AM, Remy Maucherat wrote: I don't remember, but I guess I changed my mind then. Real world usage difficulties mean it is very hard to require something newer than APR 1.3. Nonsense, httpd 2.4 (now in beta as 2.3.6) requires

svn commit: r988645 - in /tomcat/trunk: java/org/apache/coyote/http11/Http11NioProcessor.java java/org/apache/coyote/http11/Http11NioProtocol.java webapps/docs/changelog.xml

2010-08-24 Thread markt
Author: markt Date: Tue Aug 24 18:12:51 2010 New Revision: 988645 URL: http://svn.apache.org/viewvc?rev=988645view=rev Log: Fix some edge cases in the NIO connector when handling requests that are not received all at the same time and the socket needs to be returned to the poller. This should

DO NOT REPLY [Bug 48738] [PATCH]Allow GzipOutputFilter to send partial result when flushBuffer() is called

2010-08-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48738 Mark Thomas ma...@apache.org changed: What|Removed |Added Attachment #24979|0 |1 is

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

2010-08-24 Thread markt
Author: markt Date: Tue Aug 24 20:09:12 2010 New Revision: 988700 URL: http://svn.apache.org/viewvc?rev=988700view=rev Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

DO NOT REPLY [Bug 49667] JdbcLeakPrevention class can register unregistered JCBC Driver

2010-08-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49667 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r988729 - in /tomcat/trunk: java/org/apache/catalina/startup/ContextConfig.java java/org/apache/catalina/startup/LocalStrings.properties webapps/docs/changelog.xml

2010-08-24 Thread markt
Author: markt Date: Tue Aug 24 21:08:34 2010 New Revision: 988729 URL: http://svn.apache.org/viewvc?rev=988729view=rev Log: Fix memory leak on context stop Modified: tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java

DO NOT REPLY [Bug 49745] Element Minimization and Empty Element Content

2010-08-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49745 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r988735 - /tomcat/trunk/java/org/apache/tomcat/util/collections/

2010-08-24 Thread markt
Author: markt Date: Tue Aug 24 21:45:46 2010 New Revision: 988735 URL: http://svn.apache.org/viewvc?rev=988735view=rev Log: Remove empty package Removed: tomcat/trunk/java/org/apache/tomcat/util/collections/ - To

DO NOT REPLY [Bug 49778] Inconsistent synchronization in SimplePool.java

2010-08-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49778 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

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

2010-08-24 Thread markt
Author: markt Date: Tue Aug 24 21:57:27 2010 New Revision: 988738 URL: http://svn.apache.org/viewvc?rev=988738view=rev Log: Another CRSF patch Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

buildbot success in ASF Buildbot on tomcat-6-trunk

2010-08-24 Thread buildbot
The Buildbot has detected a restored build of tomcat-6-trunk on ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-6-trunk/builds/81 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: forced: by IRC user gmcdonald on channel

svn commit: r988817 - /tomcat/trunk/java/org/apache/catalina/core/AprLifecycleListener.java

2010-08-24 Thread mturk
Author: mturk Date: Wed Aug 25 05:51:33 2010 New Revision: 988817 URL: http://svn.apache.org/viewvc?rev=988817view=rev Log: Simplify APR version requirement checks by calculating compound versions and doing a simple compare Modified: