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

2015-02-14 Thread Bill Barker
-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-20150214-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv/gump

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

2015-02-14 Thread Bill Barker
/junit-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-20150214-native-src.tar.gz -Dexamples.sources.skip=true

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

2015-02-14 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-20150214-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar

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

2015-02-14 Thread Rainer Jung
The three Gump failures today occur at: tc8: fails in TestWebappClassLoaderThreadLocalMemoryLeak Testcase: testThreadLocalLeak2 (took 0.24 sec): null junit.framework.AssertionFailedError at

[Bug 57583] Performance issue evaluating EL in custom tags (tagx) due to inefficient calls to java.lang.Class.forName()

2015-02-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57583 Yevgeny V jevge...@gmail.com changed: What|Removed |Added CC||jevge...@gmail.com --

Question about taglibs. Issue 37466

2015-02-14 Thread Stephan van Loendersloot (LIST)
Hi everyone, I have a question about this issue: https://bz.apache.org/bugzilla/show_bug.cgi?id=37466 I tried to switch to the latest Tomcat TagLibs implementation, but due to this fixed bug, it seems that posted form parameters aren't visible anymore in relative pages imported by c:import

svn commit: r1659835 - in /tomcat/tc8.0.x/trunk: ./ build.xml

2015-02-14 Thread kkolinko
Author: kkolinko Date: Sat Feb 14 18:26:40 2015 New Revision: 1659835 URL: http://svn.apache.org/r1659835 Log: Listing names of testsuites that have failed or skipped tests: Reorder, to make sure that tail output (in Gump) does not miss the failed test names. Merged r1659833 from tomcat/trunk.

svn commit: r1659843 - /tomcat/tc8.0.x/tags/TOMCAT_8_0_19/

2015-02-14 Thread markt
Author: markt Date: Sat Feb 14 19:02:50 2015 New Revision: 1659843 URL: http://svn.apache.org/r1659843 Log: Need to re-tag Removed: tomcat/tc8.0.x/tags/TOMCAT_8_0_19/ - To unsubscribe, e-mail:

svn commit: r1659803 - /tomcat/trunk/build.xml

2015-02-14 Thread kkolinko
Author: kkolinko Date: Sat Feb 14 16:38:53 2015 New Revision: 1659803 URL: http://svn.apache.org/r1659803 Log: List names of failed tests It searches the test report files for ones that do not have zero failures and lists their names. Modified: tomcat/trunk/build.xml Modified:

svn commit: r1659808 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/net/AprEndpoint.java webapps/docs/changelog.xml

2015-02-14 Thread markt
Author: markt Date: Sat Feb 14 16:43:19 2015 New Revision: 1659808 URL: http://svn.apache.org/r1659808 Log: Fix a concurrency issue in the APR Poller that meant it was possible under low load for a socket queued to be added to the Poller not to be added for 10 seconds. Modified:

svn commit: r1659814 - /tomcat/trunk/build.xml

2015-02-14 Thread kkolinko
Author: kkolinko Date: Sat Feb 14 16:53:39 2015 New Revision: 1659814 URL: http://svn.apache.org/r1659814 Log: List names of testsuites that have skipped tests Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL:

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

2015-02-14 Thread Mark Thomas
On 14/02/2015 15:11, Rainer Jung wrote: The three Gump failures today occur at: tc8: fails in TestWebappClassLoaderThreadLocalMemoryLeak Testcase: testThreadLocalLeak2 (took 0.24 sec): null junit.framework.AssertionFailedError at

svn commit: r1659833 - /tomcat/trunk/build.xml

2015-02-14 Thread kkolinko
Author: kkolinko Date: Sat Feb 14 18:25:03 2015 New Revision: 1659833 URL: http://svn.apache.org/r1659833 Log: Listing names of testsuites that have failed or skipped tests: Reorder, to make sure that tail output (in Gump) does not miss the failed test names. Modified:

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

2015-02-14 Thread markt
Author: markt Date: Sat Feb 14 16:40:20 2015 New Revision: 1659806 URL: http://svn.apache.org/r1659806 Log: Fix a concurrency issue in the APR Poller that meant it was possible under low load for a socket queued to be added to the Poller not to be added for 10 seconds. Modified:

svn commit: r1659816 - in /tomcat/tc8.0.x/trunk: ./ build.xml webapps/docs/changelog.xml

2015-02-14 Thread kkolinko
Author: kkolinko Date: Sat Feb 14 16:57:48 2015 New Revision: 1659816 URL: http://svn.apache.org/r1659816 Log: List names of testsuites that have failed or skipped tests It searches the test report files and lists their names. Merged r1659803, 1659814 from tomcat/trunk. Modified:

svn commit: r1659817 - in /tomcat/tc7.0.x/trunk: ./ build.xml webapps/docs/changelog.xml

2015-02-14 Thread kkolinko
Author: kkolinko Date: Sat Feb 14 17:01:07 2015 New Revision: 1659817 URL: http://svn.apache.org/r1659817 Log: List names of testsuites that have failed or skipped tests It searches the test report files and lists their names. Merged r1659816 from tomcat/tc8.0.x/trunk. Modified:

svn commit: r1659825 - /tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java

2015-02-14 Thread markt
Author: markt Date: Sat Feb 14 17:53:43 2015 New Revision: 1659825 URL: http://svn.apache.org/r1659825 Log: Whoops :) Only disable the timeout (to prevent multiple activations of the same timeout) once it has actually happened Modified:

svn commit: r1659826 - /tomcat/trunk/test/org/apache/catalina/connector/TestResponsePerformance.java

2015-02-14 Thread markt
Author: markt Date: Sat Feb 14 17:58:15 2015 New Revision: 1659826 URL: http://svn.apache.org/r1659826 Log: Add a (very) forward looking comment. Modified: tomcat/trunk/test/org/apache/catalina/connector/TestResponsePerformance.java Modified:

svn commit: r1659844 - in /tomcat/tc8.0.x/tags/TOMCAT_8_0_19: ./ build.properties.default webapps/docs/changelog.xml

2015-02-14 Thread markt
Author: markt Date: Sat Feb 14 19:03:22 2015 New Revision: 1659844 URL: http://svn.apache.org/r1659844 Log: Tag 8.0.19 Added: tomcat/tc8.0.x/tags/TOMCAT_8_0_19/ (props changed) - copied from r1659842, tomcat/tc8.0.x/trunk/ Modified:

svn commit: r1659807 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/util/net/AprEndpoint.java webapps/docs/changelog.xml

2015-02-14 Thread markt
Author: markt Date: Sat Feb 14 16:42:00 2015 New Revision: 1659807 URL: http://svn.apache.org/r1659807 Log: Fix a concurrency issue in the APR Poller that meant it was possible under low load for a socket queued to be added to the Poller not to be added for 10 seconds. Modified:

Re: svn commit: r1659803 - /tomcat/trunk/build.xml

2015-02-14 Thread Rainer Jung
Hi Konstantin, I was looking at the same improvement in parallel. When I tried to commit, I saw you had already solved it - and in a much better way than what I had. Funny coincidence. Regards, Rainer - To unsubscribe,

svn commit: r8011 [1/2] - in /dev/tomcat/tomcat-8/v8.0.19: ./ bin/ bin/embed/ bin/extras/ src/

2015-02-14 Thread markt
Author: markt Date: Sat Feb 14 19:47:25 2015 New Revision: 8011 Log: Upload 8.0.19 for voting Added: dev/tomcat/tomcat-8/v8.0.19/ dev/tomcat/tomcat-8/v8.0.19/KEYS (with props) dev/tomcat/tomcat-8/v8.0.19/README.html (with props) dev/tomcat/tomcat-8/v8.0.19/RELEASE-NOTES

svn commit: r8011 [2/2] - in /dev/tomcat/tomcat-8/v8.0.19: ./ bin/ bin/embed/ bin/extras/ src/

2015-02-14 Thread markt
Added: dev/tomcat/tomcat-8/v8.0.19/bin/extras/catalina-ws.jar.asc == --- dev/tomcat/tomcat-8/v8.0.19/bin/extras/catalina-ws.jar.asc (added) +++ dev/tomcat/tomcat-8/v8.0.19/bin/extras/catalina-ws.jar.asc Sat Feb 14

[VOTE] Release Apache Tomcat 8.0.19

2015-02-14 Thread Mark Thomas
The proposed Apache Tomcat 8.0.19 release is now available for voting. The main changes since 8.0.18 are: - Fix a performance regression in the new resources implementation when signed JARs are used in a web application. - Fix several bugs that could cause multiple registrations for write

svn commit: r1659862 - /tomcat/trunk/build.xml

2015-02-14 Thread kkolinko
Author: kkolinko Date: Sat Feb 14 22:08:37 2015 New Revision: 1659862 URL: http://svn.apache.org/r1659862 Log: Listing names of testsuites that have failed or skipped tests: Fix slitting a ';'-separated string of test names. The issue was that when there are more than 2 test names in the string,

svn commit: r1659864 - in /tomcat/tc8.0.x/trunk: ./ build.xml

2015-02-14 Thread kkolinko
Author: kkolinko Date: Sat Feb 14 22:36:29 2015 New Revision: 1659864 URL: http://svn.apache.org/r1659864 Log: Listing names of testsuites that have failed or skipped tests: Fix slitting a ';'-separated string of test names. The issue was that when there are more than 2 test names in the string,

svn commit: r1659865 - in /tomcat/tc7.0.x/trunk: ./ build.xml

2015-02-14 Thread kkolinko
Author: kkolinko Date: Sat Feb 14 22:38:16 2015 New Revision: 1659865 URL: http://svn.apache.org/r1659865 Log: Listing names of testsuites that have failed or skipped tests: Reorder, to make sure that tail output (in Gump) does not miss the failed test names. Fix slitting a ';'-separated string