[Bug 58151] High CPU Usage randomly on ajp-apr-8009-Poller

2015-08-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58151 --- Comment #27 from gregh --- Excellent, I will apply the change in AjpAprProcessor locally to see if its the same issue (I do not stop and restart tomcat for it to happen). Thanks! Greg -- You are receiving this mail because: You are the a

[Bug 58151] High CPU Usage randomly on ajp-apr-8009-Poller

2015-08-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58151 --- Comment #28 from Milo --- @Gregh: not restarting Tomcat but restarting Apache triggers the bug in my setup. Stopping Apache kills one end of the socket and so Tomcat starts the loop. -- You are receiving this mail because: You are the ass

[Bug 58210] Preventing DataSource close

2015-08-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58210 --- Comment #2 from soldierkam --- Yes, DataSource does not provide close method but implementations does. BasicDataSource implements AutoCloseable so close method is exposed to applications. -- You are receiving this mail because: You are th

svn commit: r1694427 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/connector/Request.java

2015-08-06 Thread markt
Author: markt Date: Thu Aug 6 09:32:51 2015 New Revision: 1694427 URL: http://svn.apache.org/r1694427 Log: Differentiate between failure modes. Handling is currently identical but it won't be once BZ 58031 is addressed. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/tr

svn commit: r1694431 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/ java/org/apache/catalina/connector/ java/org/apache/catalina/filters/ java/org/apache/tomcat/util/http/ test/org/apache/ca

2015-08-06 Thread markt
Author: markt Date: Thu Aug 6 09:48:11 2015 New Revision: 1694431 URL: http://svn.apache.org/r1694431 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58031 Make the (first) reason parameter parsing failed available as a request attribute and then use it to provide a better status code vi

svn commit: r1694433 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/Request.java

2015-08-06 Thread markt
Author: markt Date: Thu Aug 6 09:51:20 2015 New Revision: 1694433 URL: http://svn.apache.org/r1694433 Log: Differentiate between failure modes. Handling is currently identical but it won't be once BZ 58031 is addressed. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/tr

svn commit: r1694437 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/ java/org/apache/catalina/connector/ java/org/apache/catalina/filters/ java/org/apache/tomcat/util/http/ test/org/apache/ca

2015-08-06 Thread markt
Author: markt Date: Thu Aug 6 09:59:47 2015 New Revision: 1694437 URL: http://svn.apache.org/r1694437 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58031 Make the (first) reason parameter parsing failed available as a request attribute and then use it to provide a better status code vi

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

2015-08-06 Thread markt
Author: markt Date: Thu Aug 6 10:04:31 2015 New Revision: 1694441 URL: http://svn.apache.org/r1694441 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=1694441&r1=1694440&r

[Bug 58031] Posting data exceeding maxPostSize should result in HTTP 413.

2015-08-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58031 --- Comment #11 from Mark Thomas --- No objections were raised so I have back-ported this to 8.0.x (for 8.0.25 onwards) and 7.0.x (for 7.0.64 onwards). I have also proposed it for 6.0.x. -- You are receiving this mail because: You are the ass

[Bug 58178] Exception not passed to c:catch in custom jsp tag

2015-08-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58178 --- Comment #2 from Mark Thomas --- I've dug into this a little more and I think this is fixable for both the reported use case and the import use case by wrapping the ELContext. I'm working on some test cases and a fix. -- You are receiving

buildbot exception in ASF Buildbot on tomcat-7-trunk

2015-08-06 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/32 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranch

svn commit: r1694501 - in /tomcat/trunk: java/org/apache/jasper/el/ java/org/apache/jasper/runtime/ test/org/apache/jasper/runtime/ test/webapp/WEB-INF/tags/ test/webapp/bug5nnnn/

2015-08-06 Thread markt
Author: markt Date: Thu Aug 6 14:02:43 2015 New Revision: 1694501 URL: http://svn.apache.org/r1694501 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58178 EL in a tag file should use the Tag file's page context rather than that of the containing page. Added: tomcat/trunk/test/org/a

svn commit: r1694503 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/jasper/el/ java/org/apache/jasper/runtime/ test/org/apache/jasper/runtime/ test/webapp/WEB-INF/tags/ test/webapp/bug5nnnn/ webapps/d

2015-08-06 Thread markt
Author: markt Date: Thu Aug 6 14:06:47 2015 New Revision: 1694503 URL: http://svn.apache.org/r1694503 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58178 EL in a tag file should use the Tag file's page context rather than that of the containing page. Added: tomcat/tc8.0.x/trunk/t

buildbot exception in ASF Buildbot on tomcat-trunk

2015-08-06 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/87 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSche

buildbot exception in ASF Buildbot on tomcat-8-trunk

2015-08-06 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-8-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-8-trunk/builds/46 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranch

svn commit: r1694522 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/runtime/PageContextImpl.java

2015-08-06 Thread markt
Author: markt Date: Thu Aug 6 15:20:22 2015 New Revision: 1694522 URL: http://svn.apache.org/r1694522 Log: No need for a wrapper as fucntionMap extends java.el.FunctionMapper Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/jasper/runtime/PageContext

svn commit: r1694524 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/el/ java/org/apache/jasper/runtime/ test/org/apache/jasper/runtime/ test/webapp-3.0/WEB-INF/tags/ test/webapp-3.0/bug5nnnn/ w

2015-08-06 Thread markt
Author: markt Date: Thu Aug 6 15:26:56 2015 New Revision: 1694524 URL: http://svn.apache.org/r1694524 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58178 EL in a tag file should use the Tag file's page context rather than that of the containing page. Added: tomcat/tc7.0.x/trunk/t

[Bug 58178] Exception not passed to c:catch in custom jsp tag

2015-08-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58178 --- Comment #3 from Mark Thomas --- The PageContext part of this has been fixed in trunk, 8.0.x (for 8.0.25 onwards) and 7.0.x (for 7.0.64 onwards). The import part of this only affects 8.0.x onwards. -- You are receiving this mail because:

buildbot success in ASF Buildbot on tomcat-7-trunk

2015-08-06 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/33 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchS

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

2015-08-06 Thread Bill Barker
it/target/junit-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.3-SNAPSHOT.jar -Dtest.reports=output/logs-APR -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150806-native-src.tar.gz -Dexampl

svn commit: r1694548 - in /tomcat/trunk: java/org/apache/jasper/compiler/ java/org/apache/jasper/runtime/ test/org/apache/jasper/runtime/ test/webapp/WEB-INF/tags/ test/webapp/bug5nnnn/

2015-08-06 Thread markt
Author: markt Date: Thu Aug 6 18:17:35 2015 New Revision: 1694548 URL: http://svn.apache.org/r1694548 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58178 Fix the second part of this bug - El and imports for tag files. Added: tomcat/trunk/test/webapp/WEB-INF/tags/bug58178b.tag t

svn commit: r1694549 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/jasper/compiler/ java/org/apache/jasper/runtime/ test/org/apache/jasper/runtime/ test/webapp/WEB-INF/tags/ test/webapp/bug5nnnn/ web

2015-08-06 Thread markt
Author: markt Date: Thu Aug 6 18:19:02 2015 New Revision: 1694549 URL: http://svn.apache.org/r1694549 Log: Fix the second part of this bug - El and imports for tag files. Added: tomcat/tc8.0.x/trunk/test/webapp/WEB-INF/tags/bug58178b.tag - copied unchanged from r1694548, tomcat/trunk/

svn commit: r1694550 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/jasper/runtime/TestJspContextWrapper.java test/webapp-3.0/WEB-INF/tags/bug58178.tag test/webapp-3.0/bug5nnnn/bug58178.jsp

2015-08-06 Thread markt
Author: markt Date: Thu Aug 6 18:26:13 2015 New Revision: 1694550 URL: http://svn.apache.org/r1694550 Log: Add missing license headers Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/test/org/apache/jasper/runtime/TestJspContextWrapper.java tomcat/tc7.0.x/trun

svn commit: r1694551 - /tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

2015-08-06 Thread markt
Author: markt Date: Thu Aug 6 18:27:35 2015 New Revision: 1694551 URL: http://svn.apache.org/r1694551 Log: Whitespace police Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/

[Bug 58178] Exception not passed to c:catch in custom jsp tag

2015-08-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58178 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

buildbot exception in ASF Buildbot on tomcat-7-trunk

2015-08-06 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/35 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranch

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

2015-08-06 Thread Bill Barker
mons/daemon/dist/bin/commons-daemon-20150806-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20150806.jar -Dcommons-daemon.nati

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

2015-08-06 Thread Bill Barker
it/target/junit-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.3-SNAPSHOT.jar -Dtest.reports=output/logs-NIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150806-native-src.tar.gz -Dexampl

buildbot success in ASF Buildbot on tomcat-8-trunk

2015-08-06 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-8-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-8-trunk/builds/47 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchS

buildbot exception in ASF Buildbot on tomcat-8-trunk

2015-08-06 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-8-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-8-trunk/builds/48 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranch

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

2015-08-06 Thread Bill Barker
pache-commons/daemon/dist/bin/commons-daemon-20150806-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20150806.jar -Dcommons-daemon

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

2015-08-06 Thread Bill Barker
mons/daemon/dist/bin/commons-daemon-20150806-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.apr.loc=/srv/gump/public/workspace/tomcat-native-trunk/dest-20150806/lib -Dcommons-daemon.jar=/srv/gump/public/workspace/a

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

2015-08-06 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-apr has an issue affecting its community integration.