[Bug 58487] java.net.SocketException: Connection reset

2015-10-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58487 Mark Thomas changed: What|Removed |Added Resolution|--- |INVALID

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

2015-10-08 Thread Bill Barker
/workspace/apache-commons/daemon/dist/bin/commons-daemon-20151008-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-20151008/lib -Dtest.relaxTiming=true

Re: buildbot failure in ASF Buildbot on tomcat-trunk

2015-10-08 Thread Mark Thomas
On 07/10/2015 22:54, build...@apache.org wrote: > The Buildbot has detected a new failure on builder tomcat-trunk while > building ASF Buildbot. Full details are available at: > http://ci.apache.org/builders/tomcat-trunk/builds/400 > > Buildbot URL: http://ci.apache.org/ > > Buildslave for

[Bug 58487] New: java.net.SocketException: Connection reset

2015-10-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58487 Bug ID: 58487 Summary: java.net.SocketException: Connection reset Product: Tomcat 6 Version: 6.0.35 Hardware: Other OS: Linux Status: NEW Severity:

[Bug 58487] java.net.SocketException: Connection reset

2015-10-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58487 Naga changed: What|Removed |Added CC||ynvpra...@yahoo.com --

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

2015-10-08 Thread Bill Barker
/dist/bin/commons-daemon-20151008-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/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20151008.jar -Dcommons

Time for 7.0.65

2015-10-08 Thread Violeta Georgieva
Hi, I'm planning to start preparation for 7.0.65. If you need to add something please reply here. Regards, Violeta

buildbot success in ASF Buildbot on tomcat-trunk

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

svn commit: r1707466 - /tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_5_3.java

2015-10-08 Thread markt
Author: markt Date: Thu Oct 8 09:50:24 2015 New Revision: 1707466 URL: http://svn.apache.org/viewvc?rev=1707466=rev Log: More changes to make the test robust to differences in timing of stream processing Modified: tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_5_3.java

Re: [VOTE] Release Apache Tomcat 8.0.28

2015-10-08 Thread Mark Thomas
On 07/10/2015 20:13, Mark Thomas wrote: > The proposed Apache Tomcat 8.0.28 release is now available for voting. > > The main changes since 8.0.27 are: > > - Allow file based configuration resources (e.g. key stores) to be > configured using URLs > > - Restore code signing to the Windows

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

2015-10-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58489 Bug ID: 58489 Summary: QueryStatsComparator throws IllegalArgumentException: Comparison method violates its general contract! Product: Tomcat Modules Version: unspecified

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

2015-10-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58489 Jan Havel changed: What|Removed |Added CC||have...@gmail.com --

Re: [VOTE] Release Apache Tomcat 8.0.28

2015-10-08 Thread Rémy Maucherat
2015-10-07 21:13 GMT+02:00 Mark Thomas : > The proposed 8.0.28 release is: > [ ] Broken - do not release > [X] Stable - go ahead and release as 8.0.28 > > Ok, let's try that monthly release schedule then. Rémy

svn commit: r1707608 - in /tomcat/trunk/java/org/apache/coyote/http2: Stream.java StreamProcessor.java

2015-10-08 Thread markt
Author: markt Date: Thu Oct 8 19:14:31 2015 New Revision: 1707608 URL: http://svn.apache.org/viewvc?rev=1707608=rev Log: Implement some more Processor actions for HTTP/2. Modified: tomcat/trunk/java/org/apache/coyote/http2/Stream.java

buildbot failure in ASF Buildbot on tomcat-trunk

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

buildbot failure in ASF Buildbot on tomcat-trunk

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

svn commit: r1707619 - /tomcat/trunk/webapps/docs/config/systemprops.xml

2015-10-08 Thread markt
Author: markt Date: Thu Oct 8 21:01:53 2015 New Revision: 1707619 URL: http://svn.apache.org/viewvc?rev=1707619=rev Log: Typos Modified: tomcat/trunk/webapps/docs/config/systemprops.xml Modified: tomcat/trunk/webapps/docs/config/systemprops.xml URL:

svn commit: r1707617 - in /tomcat/trunk/java/org/apache/coyote/http2: Stream.java StreamProcessor.java

2015-10-08 Thread markt
Author: markt Date: Thu Oct 8 20:40:25 2015 New Revision: 1707617 URL: http://svn.apache.org/viewvc?rev=1707617=rev Log: Get FORM authentication working Modified: tomcat/trunk/java/org/apache/coyote/http2/Stream.java tomcat/trunk/java/org/apache/coyote/http2/StreamProcessor.java

buildbot success in ASF Buildbot on tomcat-trunk

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

buildbot failure in ASF Buildbot on tomcat-trunk

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

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

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

buildbot success in ASF Buildbot on tomcat-trunk

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

svn commit: r1707623 - /tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java

2015-10-08 Thread markt
Author: markt Date: Thu Oct 8 21:46:42 2015 New Revision: 1707623 URL: http://svn.apache.org/viewvc?rev=1707623=rev Log: Simplify. Removes incorrect comment. Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java Modified:

svn commit: r1707622 - in /tomcat/trunk/java/org/apache/coyote: AbstractProcessor.java ajp/AjpProcessor.java ajp/LocalStrings.properties http11/Http11Processor.java http2/StreamProcessor.java

2015-10-08 Thread markt
Author: markt Date: Thu Oct 8 21:26:24 2015 New Revision: 1707622 URL: http://svn.apache.org/viewvc?rev=1707622=rev Log: Pull up sslSupport to the AbstractProcessor. This removes the check for this being set for AJP but that check never detected a bug Modified:

svn commit: r1707621 - in /tomcat/trunk/java/org/apache/coyote: AbstractProcessor.java Processor.java

2015-10-08 Thread markt
Author: markt Date: Thu Oct 8 21:15:20 2015 New Revision: 1707621 URL: http://svn.apache.org/viewvc?rev=1707621=rev Log: No point in having abstract methods in an abstract class that are defined in an implemented interface. Modified:

svn commit: r1707624 - /tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java

2015-10-08 Thread markt
Author: markt Date: Thu Oct 8 21:56:54 2015 New Revision: 1707624 URL: http://svn.apache.org/viewvc?rev=1707624=rev Log: Simplify Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java URL:

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

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