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

2015-10-15 Thread Bill Barker
.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20151015-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-20151015/lib -Dt

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

2015-10-15 Thread markt
Author: markt Date: Thu Oct 15 09:24:24 2015 New Revision: 1708744 URL: http://svn.apache.org/viewvc?rev=1708744&view=rev Log: Move o.a.tomcat.util.collections from tomcat-coyote.jar to tomcat-util.jar. This should not break anything since tomcat-coyote.jar already has a dependency on tomcat-util

svn commit: r1708745 - /tomcat/trunk/modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/TestSlowQueryComparator.java

2015-10-15 Thread fschumacher
Author: fschumacher Date: Thu Oct 15 09:24:56 2015 New Revision: 1708745 URL: http://svn.apache.org/viewvc?rev=1708745&view=rev Log: Change order of import statements and add license header. Modified: tomcat/trunk/modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/TestSlowQueryCompa

svn commit: r1708746 - in /tomcat/trunk: java/org/apache/tomcat/util/collections/ java/org/apache/tomcat/websocket/ java/org/apache/tomcat/websocket/server/ test/org/apache/catalina/startup/ test/org/

2015-10-15 Thread markt
Author: markt Date: Thu Oct 15 09:26:08 2015 New Revision: 1708746 URL: http://svn.apache.org/viewvc?rev=1708746&view=rev Log: Move CaseInsensitiveKeyMap to o.a.t.util.collections so it is available outside of the WebSocket implementation (I want to re-use it in HTTP/2's PushBuilder) Added:

svn commit: r1708747 - /tomcat/trunk/java/org/apache/catalina/core/ApplicationPushBuilder.java

2015-10-15 Thread markt
Author: markt Date: Thu Oct 15 09:27:08 2015 New Revision: 1708747 URL: http://svn.apache.org/viewvc?rev=1708747&view=rev Log: Make PushBuilder's handling of HTTP headers case insensitive Modified: tomcat/trunk/java/org/apache/catalina/core/ApplicationPushBuilder.java Modified: tomcat/trunk/

svn commit: r1708756 - in /tomcat/site/trunk: docs/ xdocs/

2015-10-15 Thread markt
Author: markt Date: Thu Oct 15 09:46:44 2015 New Revision: 1708756 URL: http://svn.apache.org/viewvc?rev=1708756&view=rev Log: Update for 8.0.28 release excluding docs Modified: tomcat/site/trunk/docs/doap_Tomcat.rdf tomcat/site/trunk/docs/download-80.html tomcat/site/trunk/docs/index

Re: Moderators wanted

2015-10-15 Thread Mark Thomas
On 01/12/2014 19:27, Felix Schumacher wrote: > > > Am 1. Dezember 2014 16:56:17 MEZ, schrieb Mark Thomas : >> Hi, >> >> I've been reviewing the moderators for our various lists and if I >> ignore >> the no longer active ones we are below the 3 moderators the ASF likes >> to >> have on a number of

svn commit: r1708773 - in /tomcat/site/trunk: ./ docs/tomcat-8.0-doc/ docs/tomcat-8.0-doc/api/ docs/tomcat-8.0-doc/api/org/apache/catalina/ docs/tomcat-8.0-doc/api/org/apache/catalina/ant/ docs/tomcat

2015-10-15 Thread markt
Author: markt Date: Thu Oct 15 10:16:55 2015 New Revision: 1708773 URL: http://svn.apache.org/viewvc?rev=1708773&view=rev Log: Update docs for 8.0.28 release. [This commit notification would consist of 58 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.] -

Re: Moderators wanted

2015-10-15 Thread Mark Thomas
On 01/12/2014 16:24, Martin Grigorov wrote: > Hi, > > On Mon, Dec 1, 2014 at 4:56 PM, Mark Thomas wrote: > >> Hi, >> >> I've been reviewing the moderators for our various lists and if I ignore >> the no longer active ones we are below the 3 moderators the ASF likes to >> have on a number of list

[ANN] Apache Tomcat 8.0.28 available

2015-10-15 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.0.28. Apache Tomcat 8 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language and Java WebSocket technologies. Apache Tomcat 8.0.28 includes fixes for issues id

svn commit: r10822 - /release/tomcat/tomcat-8/v8.0.27/

2015-10-15 Thread markt
Author: markt Date: Thu Oct 15 10:32:50 2015 New Revision: 10822 Log: Remove the 8.0.27 files from the mirrors Removed: release/tomcat/tomcat-8/v8.0.27/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additi

svn commit: r1708779 - in /tomcat/tc8.0.x/trunk: ./ modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/SlowQueryReport.java modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/

2015-10-15 Thread fschumacher
Author: fschumacher Date: Thu Oct 15 10:37:58 2015 New Revision: 1708779 URL: http://svn.apache.org/viewvc?rev=1708779&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58489 Comparator should follow the rules. If first object has lastInvocation of zero, we should compare it to the

svn commit: r1708780 - in /tomcat/tc7.0.x/trunk: ./ modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/SlowQueryReport.java modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/

2015-10-15 Thread fschumacher
Author: fschumacher Date: Thu Oct 15 10:40:25 2015 New Revision: 1708780 URL: http://svn.apache.org/viewvc?rev=1708780&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58489 Comparator should follow the rules. If first object has lastInvocation of zero, we should compare it to the

[Bug 58489] QueryStatsComparator throws IllegalArgumentException: Comparison method violates its general contract!

2015-10-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58489 Felix Schumacher changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1708781 - /tomcat/trunk/java/javax/servlet/GenericFilter.java

2015-10-15 Thread markt
Author: markt Date: Thu Oct 15 10:44:18 2015 New Revision: 1708781 URL: http://svn.apache.org/viewvc?rev=1708781&view=rev Log: Align with changes in Servlet 4.0 b02 Modified: tomcat/trunk/java/javax/servlet/GenericFilter.java Modified: tomcat/trunk/java/javax/servlet/GenericFilter.java URL:

[Bug 58489] QueryStatsComparator throws IllegalArgumentException: Comparison method violates its general contract!

2015-10-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58489 --- Comment #3 from Remy Tiitre --- I forgot to mention that it affects the Tomcat 7 as well. (Thats where I have this issue right now). I think the bug was introduced with 7.0.63 release. -- You are receiving this mail because: You are the a

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

2015-10-15 Thread fschumacher
Author: fschumacher Date: Thu Oct 15 10:48:35 2015 New Revision: 1708782 URL: http://svn.apache.org/viewvc?rev=1708782&view=rev Log: Add changelog entry for fix for 58489 (QueryStatsComparator) Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/d

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

2015-10-15 Thread fschumacher
Author: fschumacher Date: Thu Oct 15 10:51:29 2015 New Revision: 1708784 URL: http://svn.apache.org/viewvc?rev=1708784&view=rev Log: Add changelog entry for fix for 58489 (QueryStatsComparator) Merge r1708782 from /tomcat/tc8.0.x/trunk Modified: tomcat/tc7.0.x/trunk/ (props changed) to

svn commit: r1708785 - in /tomcat/trunk/java: javax/servlet/http/PushBuilder.java org/apache/catalina/core/ApplicationPushBuilder.java

2015-10-15 Thread markt
Author: markt Date: Thu Oct 15 10:51:55 2015 New Revision: 1708785 URL: http://svn.apache.org/viewvc?rev=1708785&view=rev Log: Servlet 4.0 Add the ability to get/set the HTTP method to the PushBuilder Modified: tomcat/trunk/java/javax/servlet/http/PushBuilder.java tomcat/trunk/java/org/ap

svn commit: r1708786 - in /tomcat/trunk: java/javax/servlet/http/PushBuilder.java java/org/apache/catalina/core/ApplicationPushBuilder.java webapps/examples/WEB-INF/classes/http2/SimpleImagePush.java

2015-10-15 Thread markt
Author: markt Date: Thu Oct 15 10:55:01 2015 New Revision: 1708786 URL: http://svn.apache.org/viewvc?rev=1708786&view=rev Log: Servlet 4.0 Re-order methods in PushBuilder interface to make javap checks between spec API definition and Tomcat's API definition easier. Correct method name setPath() -

Re: Moderators wanted

2015-10-15 Thread Felix Schumacher
Am 15.10.2015 um 11:56 schrieb Mark Thomas: On 01/12/2014 19:27, Felix Schumacher wrote: Am 1. Dezember 2014 16:56:17 MEZ, schrieb Mark Thomas : Hi, I've been reviewing the moderators for our various lists and if I ignore the no longer active ones we are below the 3 moderators the ASF likes t

[Bug 58489] QueryStatsComparator throws IllegalArgumentException: Comparison method violates its general contract!

2015-10-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58489 --- Comment #4 from Felix Schumacher --- I have ported the fix back to tomcat 7 as well. It will be in tomcat 7.0.66. And again it would be nice, if you could test the current trunk of tomcat 7. -- You are receiving this mail because: You ar

Re: Moderators wanted

2015-10-15 Thread Martin Grigorov
Hi Mark, On Thu, Oct 15, 2015 at 12:24 PM, Mark Thomas wrote: > On 01/12/2014 16:24, Martin Grigorov wrote: > > Hi, > > > > On Mon, Dec 1, 2014 at 4:56 PM, Mark Thomas wrote: > > > >> Hi, > >> > >> I've been reviewing the moderators for our various lists and if I ignore > >> the no longer activ

svn commit: r1708799 - in /tomcat/trunk/java: javax/servlet/http/PushBuilder.java org/apache/catalina/core/ApplicationPushBuilder.java

2015-10-15 Thread markt
Author: markt Date: Thu Oct 15 11:32:50 2015 New Revision: 1708799 URL: http://svn.apache.org/viewvc?rev=1708799&view=rev Log: Servlet 4.0 Complete PushBuilder interface Still need to complete the push() implementation Modified: tomcat/trunk/java/javax/servlet/http/PushBuilder.java tomcat

buildbot failure in ASF Buildbot on tomcat-7-trunk

2015-10-15 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/99 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSche

buildbot failure in ASF Buildbot on tomcat-8-trunk

2015-10-15 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-8-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-8-trunk/builds/182 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSch

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

2015-10-15 Thread fschumacher
Author: fschumacher Date: Thu Oct 15 12:05:58 2015 New Revision: 1708806 URL: http://svn.apache.org/viewvc?rev=1708806&view=rev Log: Add missing / to end tag Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.a

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

2015-10-15 Thread fschumacher
Author: fschumacher Date: Thu Oct 15 12:07:33 2015 New Revision: 1708807 URL: http://svn.apache.org/viewvc?rev=1708807&view=rev Log: Add missing / to end tag Merge r1708806 from /tomcat/tc8.0.x/trunk Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/chan

buildbot success in ASF Buildbot on tomcat-8-trunk

2015-10-15 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/183 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranch

svn commit: r1708822 - in /tomcat/trunk/java: javax/servlet/http/PushBuilder.java org/apache/catalina/core/ApplicationPushBuilder.java

2015-10-15 Thread markt
Author: markt Date: Thu Oct 15 13:57:10 2015 New Revision: 1708822 URL: http://svn.apache.org/viewvc?rev=1708822&view=rev Log: Servlet 4.0 Progress the PushBuilder implementation (not yet complete) Filter headers from baseRequest and copy them to the push request Collect necessary session info fro

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

2015-10-15 Thread Bill Barker
ace/ant/dist/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/public/workspace/checkstyle/target/checkstyle-6.12-SNAPSHOT.jar:/srv/gump/packages/antlr/antlr-3.1.3.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-20151015.ja

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

2015-10-15 Thread Bill Barker
orts=output/logs-NIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20151015-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.relaxTiming=true -Dcommons-daemon.jar=/srv/g

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

2015-10-15 Thread Bill Barker
.reports=output/logs-NIO2 -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20151015-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.relaxTiming=true -Dcommons-daemon.

svn commit: r1708856 - in /tomcat/trunk/test/org/apache/tomcat: util/collections/TestCaseInsensitiveKeyMap.java websocket/TestCaseInsensitiveKeyMap.java

2015-10-15 Thread markt
Author: markt Date: Thu Oct 15 17:53:27 2015 New Revision: 1708856 URL: http://svn.apache.org/viewvc?rev=1708856&view=rev Log: Move the test case as well as the implementation Added: tomcat/trunk/test/org/apache/tomcat/util/collections/TestCaseInsensitiveKeyMap.java - copied, changed f

Re: Consider support for the Servlet profile of JSR 196 (JASPIC) in Tomcat 7.0.x

2015-10-15 Thread Mark Thomas
On 15/10/2015 02:03, Fjodor Versinin wrote: > Hi! Actually, I would like to continue to work on this, but not in > GSOC scope anymore, because that expirience was too stressful for > me. What about current JASPIC implementation, it is almost ready, so > I think it would be better to keep already wr

svn commit: r1708869 - in /tomcat/trunk/java/org/apache: catalina/connector/Request.java coyote/Request.java

2015-10-15 Thread markt
Author: markt Date: Thu Oct 15 19:14:43 2015 New Revision: 1708869 URL: http://svn.apache.org/viewvc?rev=1708869&view=rev Log: Move the path parameters to the Coyote request so it is easier for HTTP/2 push requests to inject them. Modified: tomcat/trunk/java/org/apache/catalina/connector/Req

svn commit: r1708886 - /tomcat/trunk/java/org/apache/catalina/connector/Response.java

2015-10-15 Thread markt
Author: markt Date: Thu Oct 15 20:29:11 2015 New Revision: 1708886 URL: http://svn.apache.org/viewvc?rev=1708886&view=rev Log: Keep a reference to the cookie objects that are added to the response. It makes generating HTTP/2 server push requests a lot simpler. Modified: tomcat/trunk/java/org

svn commit: r1708887 - in /tomcat/trunk/java: javax/servlet/http/PushBuilder.java org/apache/catalina/core/ApplicationPushBuilder.java

2015-10-15 Thread markt
Author: markt Date: Thu Oct 15 20:30:47 2015 New Revision: 1708887 URL: http://svn.apache.org/viewvc?rev=1708887&view=rev Log: Servlet 4.0 Complete the implementation for the creation of the PushBuilder. Work still required on the generation of the push request. Modified: tomcat/trunk/java/ja

svn commit: r1708889 - /tomcat/trunk/java/org/apache/catalina/core/ApplicationPushBuilder.java

2015-10-15 Thread markt
Author: markt Date: Thu Oct 15 20:36:20 2015 New Revision: 1708889 URL: http://svn.apache.org/viewvc?rev=1708889&view=rev Log: Servlet 4.0 Implement a PushBuidler TODO Conditional requests Modified: tomcat/trunk/java/org/apache/catalina/core/ApplicationPushBuilder.java Modified: tomcat/trunk

Re: [VOTE] Release Apache Tomcat 7.0.65

2015-10-15 Thread Martin Grigorov
[ X ] Stable - go ahead and release as 7.0.65 Stable Tested our main application. No issues found! On Fri, Oct 9, 2015 at 1:04 PM, Violeta Georgieva wrote: > The proposed Apache Tomcat 7.0.65 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/

svn commit: r1708892 - /tomcat/trunk/java/javax/servlet/http/PushBuilder.java

2015-10-15 Thread fschumacher
Author: fschumacher Date: Thu Oct 15 20:58:58 2015 New Revision: 1708892 URL: http://svn.apache.org/viewvc?rev=1708892&view=rev Log: Add missing opening brace Modified: tomcat/trunk/java/javax/servlet/http/PushBuilder.java Modified: tomcat/trunk/java/javax/servlet/http/PushBuilder.java URL:

svn commit: r1708896 - in /tomcat/trunk: java/org/apache/catalina/core/ApplicationPushBuilder.java test/org/apache/catalina/core/TestApplicationPushBuilder.java

2015-10-15 Thread markt
Author: markt Date: Thu Oct 15 21:44:01 2015 New Revision: 1708896 URL: http://svn.apache.org/viewvc?rev=1708896&view=rev Log: Servlet 4.0 Implement PushBuilder a TODO Handle %nn encoded paths Added: tomcat/trunk/test/org/apache/catalina/core/TestApplicationPushBuilder.java (with props) Mo

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

2015-10-15 Thread billbarker
Author: billbarker Date: Fri Oct 16 01:27:58 2015 New Revision: 1708906 URL: http://svn.apache.org/viewvc?rev=1708906&view=rev Log: Include collections classes in the jar, not just the package. Reported by Gump Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://s

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

2015-10-15 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 integration.

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

2015-10-15 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.

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

2015-10-15 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-nio has an issue affecting its community integration. Th

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

2015-10-15 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-nio2 has an issue affecting its community integration. T

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

2015-10-15 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-apr has an issue affecting its community integration. Th

[Bug 58497] Unable to have a custom implementation of AbstractHttp11Processor due to package private methods

2015-10-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58497 Amit Pande changed: What|Removed |Added Priority|P2 |P1 Severity|critical

svn commit: r1708910 - in /tomcat/trunk: java/org/apache/catalina/core/ApplicationPushBuilder.java test/org/apache/catalina/core/TestApplicationPushBuilder.java

2015-10-15 Thread markt
Author: markt Date: Fri Oct 16 06:33:09 2015 New Revision: 1708910 URL: http://svn.apache.org/viewvc?rev=1708910&view=rev Log: Servlet 4.0 Use the correct character encoding (the one used for the original URI) to decode the push path. Modified: tomcat/trunk/java/org/apache/catalina/core/Appl

[Bug 58497] Unable to have a custom implementation of AbstractHttp11Processor due to package private methods

2015-10-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58497 --- Comment #1 from Mark Thomas --- That class is not considered part of Tomcat's public API (see the README file). It is liable to change between any point release. What is the underlying requirement that means you need to extend that class?