Bug report for Tomcat Native [2015/03/08]

2015-03-07 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 9 [2015/03/08]

2015-03-07 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2015/03/08]

2015-03-07 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 6 [2015/03/08]

2015-03-07 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 8 [2015/03/08]

2015-03-07 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Modules [2015/03/08]

2015-03-07 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Taglibs [2015/03/08]

2015-03-07 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 7 [2015/03/08]

2015-03-07 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

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

2015-03-07 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-nio has an issue affecting its community

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

2015-03-07 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-tc7.0.x-test-nio has an issue affecting its community

[Bug 57673] New: AccessControlException accessing org.apache.taglibs.standard.xml.accessExternalEntity

2015-03-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57673 Bug ID: 57673 Summary: AccessControlException accessing org.apache.taglibs.standard.xml.accessExternalEntity Product: Taglibs Version: unspecified Hardware: PC

svn commit: r1664875 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/ajp/ test/org/apache/catalina/startup/ test/org/apache/coyote/ajp/ webapps/docs/

2015-03-07 Thread markt
Author: markt Date: Sat Mar 7 15:33:01 2015 New Revision: 1664875 URL: http://svn.apache.org/r1664875 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57638 Avoid an IllegalArgumentException when an AJP request body chunk larger than the socket read buffer is being read. This typically

[Bug 57638] IllegalArgumentException in AjpNioProcessor when packetSize 8192

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

[Tomcat Wiki] Update of tools/mod_jk.py by ChristopherSchultz

2015-03-07 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The tools/mod_jk.py page has been changed by ChristopherSchultz: https://wiki.apache.org/tomcat/tools/mod_jk.py Comment: New tool to observe and manage mod_jk workers New page: {{{

svn commit: r1664880 - in /tomcat/taglibs/standard/trunk: CHANGES.txt README_bin.txt

2015-03-07 Thread jboynes
Author: jboynes Date: Sat Mar 7 15:52:25 2015 New Revision: 1664880 URL: http://svn.apache.org/r1664880 Log: Update doc and changelist for #57673 Modified: tomcat/taglibs/standard/trunk/CHANGES.txt tomcat/taglibs/standard/trunk/README_bin.txt Modified:

svn commit: r1664887 [2/2] - in /tomcat/sandbox/niofs: src/niofs/ArchiveFileSystemProvider.java tst/niofs/PerfTest.java urls.log

2015-03-07 Thread jboynes
Added: tomcat/sandbox/niofs/urls.log URL: http://svn.apache.org/viewvc/tomcat/sandbox/niofs/urls.log?rev=1664887view=auto == --- tomcat/sandbox/niofs/urls.log (added) +++ tomcat/sandbox/niofs/urls.log Sat Mar 7 16:29:25

svn commit: r1664887 [1/2] - in /tomcat/sandbox/niofs: src/niofs/ArchiveFileSystemProvider.java tst/niofs/PerfTest.java urls.log

2015-03-07 Thread jboynes
Author: jboynes Date: Sat Mar 7 16:29:25 2015 New Revision: 1664887 URL: http://svn.apache.org/r1664887 Log: Add perf test Added: tomcat/sandbox/niofs/tst/niofs/PerfTest.java (with props) tomcat/sandbox/niofs/urls.log Modified:

[Bug 57638] IllegalArgumentException in AjpNioProcessor when packetSize 8192

2015-03-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57638 --- Comment #9 from Christopher Schultz ch...@christopherschultz.net --- Filed the output-oriented bug under bug #57674. -- You are receiving this mail because: You are the assignee for the bug.

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

2015-03-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57674 Bug ID: 57674 Summary: BufferOverflowException in AjpNioProcessor when writing content larger than the underlying buffer Product: Tomcat 7 Version: trunk Hardware: PC

[Bug 57638] IllegalArgumentException in AjpNioProcessor when packetSize 8192

2015-03-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57638 Christopher Schultz ch...@christopherschultz.net changed: What|Removed |Added Status|RESOLVED

[Bug 57638] IllegalArgumentException in AjpNioProcessor when packetSize 8192

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

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

2015-03-07 Thread Bill Barker
/bin/commons-daemon-20150307-native-src.tar.gz -Dtest.reports=output/logs-APR -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150307-native-src.tar.gz -Dexamples.sources.skip=true -Dtomcat-dbcp.home=/srv/gump/public/workspace/tomcat-7.0.x/tomcat

[Bug 57675] New: ExtendedAccessLogValve quoting problems

2015-03-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57675 Bug ID: 57675 Summary: ExtendedAccessLogValve quoting problems Product: Tomcat 8 Version: 8.0.20 Hardware: All OS: All Status: NEW Severity: normal

[Bug 57638] IllegalArgumentException in AjpNioProcessor when packetSize 8192

2015-03-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57638 --- Comment #5 from Christopher Schultz ch...@christopherschultz.net --- (In reply to Mark Thomas from comment #4) Fixed in 8.0.x and 8.0.21 onwards and in 7.0.x for 7.0.60 onwards. Excellent, I'll reproduce, then update and re-test in my

Re: Time for 7.0.60

2015-03-07 Thread Christopher Schultz
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 he'll have the output half fixed very soon. Thanks,

[Bug 56108] Allow user-defined Diffie-Hellman parameters (secure DH-Cipher)

2015-03-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56108 Robert Paasche r.paas...@pripares.com changed: What|Removed |Added CC|

[Bug 56108] Allow user-defined Diffie-Hellman parameters (secure DH-Cipher)

2015-03-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56108 Robert Paasche r.paas...@pripares.com changed: What|Removed |Added Summary|Allow user-defined |Allow

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

2015-03-07 Thread Bill Barker
/bin/commons-daemon-20150307-native-src.tar.gz -Dtest.reports=output/logs-BIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150307-native-src.tar.gz -Dexamples.sources.skip=true -Dtomcat-dbcp.home=/srv/gump/public/workspace/tomcat-7.0.x/tomcat

Re: WAR FileSystem for fast nested JAR access?

2015-03-07 Thread Jeremy Boynes
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, we probably have all we need. I ran a

[Bug 57638] IllegalArgumentException in AjpNioProcessor when packetSize 8192

2015-03-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57638 --- Comment #7 from Christopher Schultz ch...@christopherschultz.net --- I added some debug logging to the line immediately before the writeBuffer.put(), and I got these logs before the exception: Mar 07, 2015 2:02:09 PM

[Bug 56108] Allow user-defined Diffie-Hellman parameters

2015-03-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56108 --- Comment #1 from Robert Paasche r.paas...@pripares.com --- This would not change anything. The real solution (based on mod_ssl) would to change the callbackmethod to: DH *SSL_callback_tmp_DH(SSL *ssl, int export, int keylen) { EVP_PKEY

[Bug 57638] IllegalArgumentException in AjpNioProcessor when packetSize 8192

2015-03-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57638 --- Comment #3 from Mark Thomas ma...@apache.org --- I have a test case for this. Sending any AJP request body chunk message with size socket read buffer is sufficient to trigger this with NIO or NIO2. BIO, APR and 9.0.x are all unaffected.

[Bug 57673] AccessControlException accessing org.apache.taglibs.standard.xml.accessExternalEntity

2015-03-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57673 --- Comment #2 from Jeremy Boynes jboy...@apache.org --- Fixed in http://svn.apache.org/r1664878 and will be included in 1.2.4 -- You are receiving this mail because: You are the assignee for the bug.

svn commit: r1664878 - /tomcat/taglibs/standard/trunk/impl/src/main/java/org/apache/taglibs/standard/util/XmlUtil.java

2015-03-07 Thread jboynes
Author: jboynes Date: Sat Mar 7 15:43:41 2015 New Revision: 1664878 URL: http://svn.apache.org/r1664878 Log: Fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=57673 If an AccessControlException is thrown reading the accessExternalEntity fall back to the default Modified:

svn commit: r1664863 - /tomcat/trunk/test/org/apache/coyote/ajp/SimpleAjpClient.java

2015-03-07 Thread markt
Author: markt Date: Sat Mar 7 15:16:50 2015 New Revision: 1664863 URL: http://svn.apache.org/r1664863 Log: Make the packet size used by the test AJP client configurable Modified: tomcat/trunk/test/org/apache/coyote/ajp/SimpleAjpClient.java Modified:

[Bug 57673] AccessControlException accessing org.apache.taglibs.standard.xml.accessExternalEntity

2015-03-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57673 --- Comment #1 from Jeremy Boynes jboy...@apache.org --- I propose to fix this by ignoring the AccessControlException and falling back to the default set of protocols i.e. none. To enable additional protocols, users would need to pass that

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

2015-03-07 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-NIO2 -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150307-native-src.tar.gz -Dexamples.sources.skip=true

[Bug 57560] Check protocol when resolving on older JREs

2015-03-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57560 Jeremy Boynes jboy...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

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

2015-03-07 Thread markt
Author: markt Date: Sat Mar 7 15:19:09 2015 New Revision: 1664866 URL: http://svn.apache.org/r1664866 Log: Add test cases for https://bz.apache.org/bugzilla/show_bug.cgi?id=57638 Note that this bug does not (currently) affect 9.0.x. The test case is being added for consistency with other

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

2015-03-07 Thread markt
Author: markt Date: Sat Mar 7 15:18:10 2015 New Revision: 1664864 URL: http://svn.apache.org/r1664864 Log: Header names are case-insensitive. If the request is a PUT, include the size of the request body in the response. Modified:

svn commit: r1664872 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/coyote/ajp/ test/org/apache/catalina/startup/ test/org/apache/coyote/ajp/ webapps/docs/

2015-03-07 Thread markt
Author: markt Date: Sat Mar 7 15:25:59 2015 New Revision: 1664872 URL: http://svn.apache.org/r1664872 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57638 Avoid an IllegalArgumentException when an AJP request body chunk larger than the socket read buffer is being read. This typically

Re: Time for 7.0.60

2015-03-07 Thread Jeremy Boynes
On Mar 6, 2015, at 9:19 AM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2015-03-05 22:39 GMT+03:00 Violeta Georgieva violet...@apache.org: Hi, I plan to start preparing 7.0.60 for voting. If you want to add something to this release please reply here. Testing the examples app

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

2015-03-07 Thread Bill Barker
/bin/commons-daemon-20150307-native-src.tar.gz -Dtest.reports=output/logs-NIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150307-native-src.tar.gz -Dexamples.sources.skip=true -Dtomcat-dbcp.home=/srv/gump/public/workspace/tomcat-7.0.x/tomcat

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

2015-03-07 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-07 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

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

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