svn commit: r1665061 - in /tomcat/tc8.0.x/trunk: java/org/apache/coyote/ajp/AjpNio2Processor.java java/org/apache/coyote/ajp/AjpNioProcessor.java test/org/apache/coyote/ajp/TestAbstractAjpProcessor.ja

2015-03-08 Thread markt
Author: markt Date: Sun Mar 8 17:41:41 2015 New Revision: 1665061 URL: http://svn.apache.org/r1665061 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57674 Avoid a BufferOverflowException when an AJP response body chunk larger than the socket write buffer is being written. This

[Bug 57674] BufferOverflowException in AjpNioProcessor when writing content larger than the underlying buffer

2015-03-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57674 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[GUMP@vmgump]: Project tomcat-trunk-test-apr (in module tomcat-trunk) failed

2015-03-08 Thread Bill Barker
-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-APR -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150308-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv

svn commit: r1665062 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/ajp/AjpNioProcessor.java test/org/apache/coyote/ajp/TestAbstractAjpProcessor.java webapps/docs/changelog.xml

2015-03-08 Thread markt
Author: markt Date: Sun Mar 8 17:45:44 2015 New Revision: 1665062 URL: http://svn.apache.org/r1665062 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57674 Avoid a BufferOverflowException when an AJP response body chunk larger than the socket write buffer is being written. This

[GUMP@vmgump]: Project tomcat-tc7.0.x-test-apr (in module tomcat-7.0.x) failed

2015-03-08 Thread Bill Barker
/merge.xml -Djunit.jar=/srv/gump/public/workspace/junit/target/junit-4.13-SNAPSHOT.jar -Dcommons-daemon.native.src.tgz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150308-native-src.tar.gz -Dtest.reports=output/logs-APR -Dtomcat-native.tar.gz=/srv/gump/public/workspace

[GUMP@vmgump]: Project tomcat-trunk-test-nio2 (in module tomcat-trunk) failed

2015-03-08 Thread Bill Barker
-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-NIO2 -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150308-native-src.tar.gz -Dexamples.sources.skip=true

[GUMP@vmgump]: Project tomcat-tc8.0.x-test-nio (in module tomcat-8.0.x) failed

2015-03-08 Thread Bill Barker
-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-NIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150308-native-src.tar.gz -Dexamples.sources.skip=true

svn commit: r1665060 - /tomcat/trunk/test/org/apache/coyote/ajp/TestAbstractAjpProcessor.java

2015-03-08 Thread markt
Author: markt Date: Sun Mar 8 17:37:59 2015 New Revision: 1665060 URL: http://svn.apache.org/r1665060 Log: Add a unit test for https://bz.apache.org/bugzilla/show_bug.cgi?id=57674 It passes but this is to catch regressions and for consistency with earlier branches. Modified:

svn commit: r1665085 - in /tomcat/trunk: java/org/apache/catalina/valves/ExtendedAccessLogValve.java test/org/apache/catalina/valves/TestExtendedAccessLogValve.java

2015-03-08 Thread markt
Author: markt Date: Sun Mar 8 21:58:32 2015 New Revision: 1665085 URL: http://svn.apache.org/r1665085 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57675 Correctly quote strings. Added: tomcat/trunk/test/org/apache/catalina/valves/TestExtendedAccessLogValve.java (with props)

svn commit: r1665087 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/valves/ExtendedAccessLogValve.java test/org/apache/catalina/valves/TestExtendedAccessLogValve.java webapps/docs/changelog.x

2015-03-08 Thread markt
Author: markt Date: Sun Mar 8 22:03:08 2015 New Revision: 1665087 URL: http://svn.apache.org/r1665087 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57675 Correctly quote strings when using the extended access log. Added:

svn commit: r1665086 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/valves/ExtendedAccessLogValve.java test/org/apache/catalina/valves/TestExtendedAccessLogValve.java webapps/docs/changelog.x

2015-03-08 Thread markt
Author: markt Date: Sun Mar 8 22:01:32 2015 New Revision: 1665086 URL: http://svn.apache.org/r1665086 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57675 Correctly quote strings when using the extended access log. Added:

[Bug 57675] ExtendedAccessLogValve quoting problems

2015-03-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57675 Mark Thomas ma...@apache.org changed: What|Removed |Added Component|Catalina|Catalina

[Bug 57676] New: A small suggestion: WebSocket check same path endpoint implement may need to enhance

2015-03-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57676 Bug ID: 57676 Summary: A small suggestion: WebSocket check same path endpoint implement may need to enhance Product: Tomcat 8 Version: 8.0.5 Hardware: PC

Re: WAR FileSystem for fast nested JAR access?

2015-03-08 Thread Jeremy Boynes
On Mar 8, 2015, at 9:53 AM, Mark Thomas ma...@apache.org wrote: On 07/03/2015 18:13, Jeremy Boynes wrote: I interpret that to mean that there is pretty constant time taken to inflate 15MB of data - the 300ms to scan the archive and the ~350ms to scan each of the jars within (each one that

[GUMP@vmgump]: Project tomcat-tc8.0.x-test-bio (in module tomcat-8.0.x) failed

2015-03-08 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-tc8.0.x-test-bio has an issue affecting its community

[GUMP@vmgump]: Project tomcat-tc8.0.x-test-nio2 (in module tomcat-8.0.x) failed

2015-03-08 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-tc8.0.x-test-nio2 has an issue affecting its community

Re: WAR FileSystem for fast nested JAR access?

2015-03-08 Thread Christopher Schultz
Jeremy, On 3/7/15 1:13 PM, Jeremy Boynes wrote: On Mar 6, 2015, at 7:43 AM, Mark Thomas ma...@apache.org wrote: Interesting. The deciding factor for me will be performance. Keep in mind that we might not need all the API. As long as there is enough to implement WebResourceSet and WebResource,

[GUMP@vmgump]: Project tomcat-tc8.0.x-test-bio (in module tomcat-8.0.x) failed

2015-03-08 Thread Bill Barker
-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-BIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150308-native-src.tar.gz -Dexamples.sources.skip=true

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

2015-03-08 Thread markt
Author: markt Date: Sun Mar 8 22:05:12 2015 New Revision: 1665088 URL: http://svn.apache.org/r1665088 Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

Re: WAR FileSystem for fast nested JAR access?

2015-03-08 Thread Jeremy Boynes
On Mar 8, 2015, at 5:28 AM, Christopher Schultz ch...@christopherschultz.net wrote: Jeremy, On 3/7/15 1:13 PM, Jeremy Boynes wrote: On Mar 6, 2015, at 7:43 AM, Mark Thomas ma...@apache.org wrote: Interesting. The deciding factor for me will be performance. Keep in mind that we might not

[GUMP@vmgump]: Project tomcat-trunk-test-nio (in module tomcat-trunk) failed

2015-03-08 Thread Bill Barker
-Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-NIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150308-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv/gump

[GUMP@vmgump]: Project tomcat-tc8.0.x-test-apr (in module tomcat-8.0.x) failed

2015-03-08 Thread Bill Barker
-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-APR -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150308-native-src.tar.gz -Dexamples.sources.skip=true

Re: WAR FileSystem for fast nested JAR access?

2015-03-08 Thread Mark Thomas
On 07/03/2015 18:13, Jeremy Boynes wrote: I interpret that to mean that there is pretty constant time taken to inflate 15MB of data - the 300ms to scan the archive and the ~350ms to scan each of the jars within (each one that was used at least). The speed up here comes because we only scan

Re: Time for 7.0.60

2015-03-08 Thread Mark Thomas
On 07/03/2015 19:16, Christopher Schultz wrote: Violetta, On 3/5/15 2:39 PM, Violeta Georgieva wrote: I plan to start preparing 7.0.60 for voting. If you want to add something to this release please reply here. Mark's got the input half the problem with AjpNioProcessor fixed, I suspect