buildbot success in ASF Buildbot on tomcat-trunk

2015-12-14 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/763 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSche

buildbot failure in ASF Buildbot on tomcat-trunk

2015-12-14 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/762 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSchedul

svn commit: r1720080 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java

2015-12-14 Thread kfujino
Author: kfujino Date: Tue Dec 15 06:54:02 2015 New Revision: 1720080 URL: http://svn.apache.org/viewvc?rev=1720080&view=rev Log: No-functional change. Use import. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java Modified: tomcat/tc7.0.x/trunk/java/org/apa

svn commit: r1720078 - /tomcat/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java

2015-12-14 Thread kfujino
Author: kfujino Date: Tue Dec 15 06:52:41 2015 New Revision: 1720078 URL: http://svn.apache.org/viewvc?rev=1720078&view=rev Log: No-functional change. Use import. Modified: tomcat/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java Modified: tomcat/trunk/java/org/apache/catalina/ha/t

svn commit: r1720079 - /tomcat/tc8.0.x/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java

2015-12-14 Thread kfujino
Author: kfujino Date: Tue Dec 15 06:53:16 2015 New Revision: 1720079 URL: http://svn.apache.org/viewvc?rev=1720079&view=rev Log: No-functional change. Use import. Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java Modified: tomcat/tc8.0.x/trunk/java/org/apa

svn commit: r1720077 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/tribes/group/interceptors/StaticMembershipInterceptor.java webapps/docs/changelog.xml

2015-12-14 Thread kfujino
Author: kfujino Date: Tue Dec 15 06:47:04 2015 New Revision: 1720077 URL: http://svn.apache.org/viewvc?rev=1720077&view=rev Log: Add support for the startup notification of local members in the static cluster. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/group/interceptors/

svn commit: r1720076 - in /tomcat/tc8.0.x/trunk: java/org/apache/catalina/tribes/group/interceptors/LocalStrings.properties java/org/apache/catalina/tribes/group/interceptors/StaticMembershipIntercept

2015-12-14 Thread kfujino
Author: kfujino Date: Tue Dec 15 06:45:36 2015 New Revision: 1720076 URL: http://svn.apache.org/viewvc?rev=1720076&view=rev Log: Add support for the startup notification of local members in the static cluster. Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/tribes/group/interceptors/

svn commit: r1720075 - /tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/StaticMembershipInterceptor.java

2015-12-14 Thread kfujino
Author: kfujino Date: Tue Dec 15 06:43:08 2015 New Revision: 1720075 URL: http://svn.apache.org/viewvc?rev=1720075&view=rev Log: Ensure obtaining a member from the optimum membership. Modified: tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/StaticMembershipInterceptor.java

svn commit: r1720074 - in /tomcat/trunk: java/org/apache/catalina/tribes/group/interceptors/LocalStrings.properties java/org/apache/catalina/tribes/group/interceptors/StaticMembershipInterceptor.java

2015-12-14 Thread kfujino
Author: kfujino Date: Tue Dec 15 06:29:03 2015 New Revision: 1720074 URL: http://svn.apache.org/viewvc?rev=1720074&view=rev Log: Add support for the startup notification of local members in the static cluster. Modified: tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/LocalStr

[Bug 58646] NullPointerException in InternalNioOutputBuffer

2015-12-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58646 --- Comment #12 from Alexander Malyshev --- Yes, I agree. For some reason I can easily reproduce it with clean tomcat 8.0.29, but once I add logging to it to investigate further - it disappears.. I'll be running more traffic during this week so

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

2015-12-14 Thread markt
Author: markt Date: Mon Dec 14 21:59:07 2015 New Revision: 1720022 URL: http://svn.apache.org/viewvc?rev=1720022&view=rev Log: Enable debug logging for test that sometimes fails to (hopefully) provide a better idea of why it fails. Modified: tomcat/trunk/test/org/apache/coyote/http2/TestHttp

[Bug 58646] NullPointerException in InternalNioOutputBuffer

2015-12-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58646 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #11 from Mark Thoma

svn commit: r1720013 - in /tomcat/trunk: java/org/apache/catalina/connector/ java/org/apache/coyote/ java/org/apache/coyote/http11/ java/org/apache/coyote/http11/upgrade/ java/org/apache/coyote/http2/

2015-12-14 Thread markt
Author: markt Date: Mon Dec 14 20:58:57 2015 New Revision: 1720013 URL: http://svn.apache.org/viewvc?rev=1720013&view=rev Log: Simplify various SocketEvent values in to the single value ERROR which represents an error on a non-container thread. Modified: tomcat/trunk/java/org/apache/catalina

svn commit: r1719997 - /tomcat/trunk/test/org/apache/coyote/http11/TestHttp11InputBuffer.java

2015-12-14 Thread markt
Author: markt Date: Mon Dec 14 20:08:14 2015 New Revision: 1719997 URL: http://svn.apache.org/viewvc?rev=1719997&view=rev Log: Aid debugging Modified: tomcat/trunk/test/org/apache/coyote/http11/TestHttp11InputBuffer.java Modified: tomcat/trunk/test/org/apache/coyote/http11/TestHttp11InputBuf

Re: BZ 57489 - TestClose failing in trunk at buildbot

2015-12-14 Thread Mark Thomas
On 11/12/2015 21:59, Mark Thomas wrote: > On 11/12/2015 14:46, Mark Thomas wrote: >> On 11/12/2015 13:44, Konstantin Kolinko wrote: >>> 2015-12-11 16:00 GMT+03:00 Konstantin Kolinko : Hi! Current trunk tests fail at buildbot at the new tests for BZ 57489 , [concat] Tests

buildbot success in ASF Buildbot on tomcat-8-trunk

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

buildbot success in ASF Buildbot on tomcat-7-trunk

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

[Bug 58735] New: Add support for X-XSS-Protection header

2015-12-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58735 Bug ID: 58735 Summary: Add support for X-XSS-Protection header Product: Tomcat 9 Version: 9.0.0.M1 Hardware: All OS: All Status: NEW Severity: minor

svn commit: r1719975 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/tomcat/websocket/server/TestClose.java

2015-12-14 Thread markt
Author: markt Date: Mon Dec 14 17:53:18 2015 New Revision: 1719975 URL: http://svn.apache.org/viewvc?rev=1719975&view=rev Log: Fix one of the failing WebSocket close tests Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/test/org/apache/tomcat/websocket/server/TestCl

svn commit: r1719973 - /tomcat/tc8.0.x/trunk/test/org/apache/tomcat/websocket/server/TestClose.java

2015-12-14 Thread markt
Author: markt Date: Mon Dec 14 17:49:35 2015 New Revision: 1719973 URL: http://svn.apache.org/viewvc?rev=1719973&view=rev Log: Correct comments Modified: tomcat/tc8.0.x/trunk/test/org/apache/tomcat/websocket/server/TestClose.java Modified: tomcat/tc8.0.x/trunk/test/org/apache/tomcat/websock

svn commit: r1719930 - /tomcat/trunk/java/org/apache/tomcat/util/net/SocketEvent.java

2015-12-14 Thread markt
Author: markt Date: Mon Dec 14 15:05:27 2015 New Revision: 1719930 URL: http://svn.apache.org/viewvc?rev=1719930&view=rev Log: Add detail to Javadoc. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SocketEvent.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SocketEvent.jav

svn commit: r1719928 - /tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

2015-12-14 Thread markt
Author: markt Date: Mon Dec 14 15:00:34 2015 New Revision: 1719928 URL: http://svn.apache.org/viewvc?rev=1719928&view=rev Log: Simplify Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java URL: http

svn commit: r1719927 - in /tomcat/trunk: java/org/apache/catalina/connector/ java/org/apache/coyote/http2/ java/org/apache/tomcat/util/net/ java/org/apache/tomcat/websocket/server/ test/org/apache/coy

2015-12-14 Thread markt
Author: markt Date: Mon Dec 14 14:47:06 2015 New Revision: 1719927 URL: http://svn.apache.org/viewvc?rev=1719927&view=rev Log: Remove unused code Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java

svn commit: r1719926 - /tomcat/trunk/java/org/apache/tomcat/util/net/SocketEvent.java

2015-12-14 Thread markt
Author: markt Date: Mon Dec 14 14:46:07 2015 New Revision: 1719926 URL: http://svn.apache.org/viewvc?rev=1719926&view=rev Log: Comment typo Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SocketEvent.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SocketEvent.java URL: ht

svn commit: r1719925 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/coyote/ java/org/apache/coyote/http11/upgrade/ java/org/apache/tomcat/websocket/ test/org/apache/tomcat/websocket/server/

2015-12-14 Thread markt
Author: markt Date: Mon Dec 14 14:42:07 2015 New Revision: 1719925 URL: http://svn.apache.org/viewvc?rev=1719925&view=rev Log: Fix failing WebSocket close tests. Tests all now pass on OSX. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/coyote/Abstra

svn commit: r1719913 - /tomcat/trunk/java/org/apache/tomcat/util/net/SocketEvent.java

2015-12-14 Thread markt
Author: markt Date: Mon Dec 14 13:56:50 2015 New Revision: 1719913 URL: http://svn.apache.org/viewvc?rev=1719913&view=rev Log: Add some descriptions Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SocketEvent.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SocketEvent.java

svn commit: r1719912 - in /tomcat/trunk: java/org/apache/catalina/connector/ java/org/apache/coyote/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ java/org/apache/coyote/http11/upgrade/ j

2015-12-14 Thread markt
Author: markt Date: Mon Dec 14 13:50:25 2015 New Revision: 1719912 URL: http://svn.apache.org/viewvc?rev=1719912&view=rev Log: Rename SocketStatus to SocketEvent. It has needed a better name since creation and the connector refactoring is a good point to do it. Added: tomcat/trunk/java/org/a

svn commit: r1719910 - /tomcat/trunk/test/org/apache/tomcat/websocket/server/TestClose.java

2015-12-14 Thread markt
Author: markt Date: Mon Dec 14 13:42:27 2015 New Revision: 1719910 URL: http://svn.apache.org/viewvc?rev=1719910&view=rev Log: This test should use TCP reset to close the socket Modified: tomcat/trunk/test/org/apache/tomcat/websocket/server/TestClose.java Modified: tomcat/trunk/test/org/apac

svn commit: r1719909 - /tomcat/trunk/test/org/apache/tomcat/websocket/server/TestClose.java

2015-12-14 Thread markt
Author: markt Date: Mon Dec 14 13:39:58 2015 New Revision: 1719909 URL: http://svn.apache.org/viewvc?rev=1719909&view=rev Log: Correct comment typo Modified: tomcat/trunk/test/org/apache/tomcat/websocket/server/TestClose.java Modified: tomcat/trunk/test/org/apache/tomcat/websocket/server/Tes