svn commit: r1516398 - /tomcat/tc7.0.x/trunk/java/org/apache/coyote/AbstractProtocol.java

2013-08-22 Thread markt
Author: markt Date: Thu Aug 22 09:43:02 2013 New Revision: 1516398 URL: http://svn.apache.org/r1516398 Log: Add a debug message I found useful when trying to track down a WebSocket issue Modified: tomcat/tc7.0.x/trunk/java/org/apache/coyote/AbstractProtocol.java Modified: tomcat/tc7.0.x/trun

svn commit: r1516400 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/

2013-08-22 Thread markt
Author: markt Date: Thu Aug 22 09:53:21 2013 New Revision: 1516400 URL: http://svn.apache.org/r1516400 Log: Refactor connections as upgraded connections will need to support multiple threads processing the same connection Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/t

svn commit: r1516404 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/AbstractProtocol.java

2013-08-22 Thread markt
Author: markt Date: Thu Aug 22 10:00:22 2013 New Revision: 1516404 URL: http://svn.apache.org/r1516404 Log: It is the socket that is the key for the connections map, not the processor Align debug message with trunk code Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trun

svn commit: r1516405 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/AbstractProtocol.java

2013-08-22 Thread markt
Author: markt Date: Thu Aug 22 10:05:47 2013 New Revision: 1516405 URL: http://svn.apache.org/r1516405 Log: Fix an issue highlighted when running the Autobahn test suite on Linux. Don't register the socket for a read when a write event completes (may lead to thread starvation) Modified: tomc

svn commit: r1516407 - /tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2013-08-22 Thread markt
Author: markt Date: Thu Aug 22 10:11:27 2013 New Revision: 1516407 URL: http://svn.apache.org/r1516407 Log: Back-port NIO endpoint changes required to support concurrent read/write for JSR-356 upgraded connections Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.jav

svn commit: r1516409 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/AbstractProtocol.java

2013-08-22 Thread markt
Author: markt Date: Thu Aug 22 10:17:53 2013 New Revision: 1516409 URL: http://svn.apache.org/r1516409 Log: Fix comment typo Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/coyote/AbstractProtocol.java Propchange: tomcat/tc7.0.x/trunk/ -

svn commit: r1516410 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/AbstractProtocol.java

2013-08-22 Thread markt
Author: markt Date: Thu Aug 22 10:20:38 2013 New Revision: 1516410 URL: http://svn.apache.org/r1516410 Log: Fix some NPEs observed while investigating some unit test failures. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/coyote/AbstractProtocol.ja

svn commit: r1516411 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/AbstractProtocol.java

2013-08-22 Thread markt
Author: markt Date: Thu Aug 22 10:25:25 2013 New Revision: 1516411 URL: http://svn.apache.org/r1516411 Log: Backport Remove unnecessary code Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/coyote/AbstractProtocol.java Propchange: tomcat/tc7.0.x/trun

svn commit: r1516416 - /tomcat/trunk/java/org/apache/juli/OneLineFormatter.java

2013-08-22 Thread markt
Author: markt Date: Thu Aug 22 11:24:07 2013 New Revision: 1516416 URL: http://svn.apache.org/r1516416 Log: Fix NPE observed in testing logs Modified: tomcat/trunk/java/org/apache/juli/OneLineFormatter.java Modified: tomcat/trunk/java/org/apache/juli/OneLineFormatter.java URL: http://svn.ap

svn commit: r1516419 - /tomcat/trunk/test/org/apache/catalina/connector/TestMaxConnections.java

2013-08-22 Thread markt
Author: markt Date: Thu Aug 22 11:35:36 2013 New Revision: 1516419 URL: http://svn.apache.org/r1516419 Log: (empty) Modified: tomcat/trunk/test/org/apache/catalina/connector/TestMaxConnections.java Modified: tomcat/trunk/test/org/apache/catalina/connector/TestMaxConnections.java URL: http:

svn commit: r1516420 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/connector/TestMaxConnections.java

2013-08-22 Thread markt
Author: markt Date: Thu Aug 22 11:38:37 2013 New Revision: 1516420 URL: http://svn.apache.org/r1516420 Log: Change the way max concurrent connections are counted in the test to avoid the intermittent failures observed with the previous method. Modified: tomcat/tc7.0.x/trunk/ (props changed

buildbot success in ASF Buildbot on tomcat-7-trunk

2013-08-22 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/1361 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build So

svn commit: r1516426 - /tomcat/trunk/java/org/apache/tomcat/websocket/server/WsListener.java

2013-08-22 Thread markt
Author: markt Date: Thu Aug 22 12:08:37 2013 New Revision: 1516426 URL: http://svn.apache.org/r1516426 Log: Have the WsListener check for a WebSocket Server Container before it triggers initialization of the WsSCI in case the SCI has been detected by the container. Modified: tomcat/trunk/jav

buildbot failure in ASF Buildbot on tomcat-7-trunk

2013-08-22 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/1362 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Sourc

[Tomcat Wiki] Update of "ContributorsGroup" by KonstantinKolinko

2013-08-22 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "ContributorsGroup" page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/ContributorsGroup?action=diff&rev1=7&rev2=8 Comment: Add LucaVisconti, as requested on

Re: Back-porting JSR-356 Progress update

2013-08-22 Thread Niki Dokovski
On Thu, Aug 22, 2013 at 1:08 AM, Mark Thomas wrote: > Investigating some Gump and BuildBot failures has identified a large > block of functionality that still remains to be back-ported to 7.0.x - > namely the changes to Coyote that allowed upgraded connections to > support concurrent read and wri

[Tomcat Wiki] Trivial Update of "SupportAndTraining" by LucaVisconti

2013-08-22 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "SupportAndTraining" page has been changed by LucaVisconti: https://wiki.apache.org/tomcat/SupportAndTraining?action=diff&rev1=40&rev2=41 Comment: Changed OpenGate logo link. !Sp

Re: Back-porting JSR-356 Progress update

2013-08-22 Thread Mark Thomas
On 22/08/2013 15:30, Niki Dokovski wrote: > On Thu, Aug 22, 2013 at 1:08 AM, Mark Thomas wrote: > >> Investigating some Gump and BuildBot failures has identified a large >> block of functionality that still remains to be back-ported to 7.0.x - >> namely the changes to Coyote that allowed upgraded

Re: Back-porting JSR-356 Progress update

2013-08-22 Thread Niki Dokovski
On Thu, Aug 22, 2013 at 5:47 PM, Mark Thomas wrote: > On 22/08/2013 15:30, Niki Dokovski wrote: > > On Thu, Aug 22, 2013 at 1:08 AM, Mark Thomas wrote: > > > >> Investigating some Gump and BuildBot failures has identified a large > >> block of functionality that still remains to be back-ported t

Re: Back-porting JSR-356 Progress update

2013-08-22 Thread Mark Thomas
On 22/08/2013 16:06, Niki Dokovski wrote: > On Thu, Aug 22, 2013 at 5:47 PM, Mark Thomas wrote: > >> On 22/08/2013 15:30, Niki Dokovski wrote: >>> On Thu, Aug 22, 2013 at 1:08 AM, Mark Thomas wrote: >>> Investigating some Gump and BuildBot failures has identified a large block of funct

Re: svn commit: r1516416 - /tomcat/trunk/java/org/apache/juli/OneLineFormatter.java

2013-08-22 Thread Rainer Jung
On 22.08.2013 13:24, ma...@apache.org wrote: > Author: markt > Date: Thu Aug 22 11:24:07 2013 > New Revision: 1516416 > > URL: http://svn.apache.org/r1516416 > Log: > Fix NPE observed in testing logs > > Modified: > tomcat/trunk/java/org/apache/juli/OneLineFormatter.java > > Modified: tomcat

[Bug 55469] New: Missing HTML closing tags in Manager application

2013-08-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55469 Bug ID: 55469 Summary: Missing HTML closing tags in Manager application Product: Tomcat 7 Version: trunk Hardware: All OS: All Status: NEW Severity:

[Bug 55469] Missing HTML closing tags in Manager application

2013-08-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55469 --- Comment #1 from Larry Shatzer, jr. --- Created attachment 30752 --> https://issues.apache.org/bugzilla/attachment.cgi?id=30752&action=edit Patch to fix it on trunk for Tomcat 8. -- You are receiving this mail because: You are the as

svn commit: r1516616 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/connector/OutputBuffer.java

2013-08-22 Thread markt
Author: markt Date: Thu Aug 22 21:28:43 2013 New Revision: 1516616 URL: http://svn.apache.org/r1516616 Log: Ensure that HTTP upgrade responses are flushed as the normal code path for this is bypassed when using HTTP upgrade. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/connector/O

svn commit: r1516626 - /tomcat/tc7.0.x/trunk/java/org/apache/coyote/AbstractProtocol.java

2013-08-22 Thread markt
Author: markt Date: Thu Aug 22 21:44:57 2013 New Revision: 1516626 URL: http://svn.apache.org/r1516626 Log: Ensure destroy() method of upgrade handler is called Modified: tomcat/tc7.0.x/trunk/java/org/apache/coyote/AbstractProtocol.java Modified: tomcat/tc7.0.x/trunk/java/org/apache/coyote/A

svn commit: r1516628 [2/2] - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/ java/org/apache/tomcat/util/net/ java/org/apache/tomcat/util/net/res/ webapps/docs/config/

2013-08-22 Thread markt
Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/http.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/config/http.xml?rev=1516628&r1=1516627&r2=1516628&view=diff == --- tomcat/tc7.0.x/trunk/webapp

svn commit: r1516634 - /tomcat/trunk/java/org/apache/juli/OneLineFormatter.java

2013-08-22 Thread markt
Author: markt Date: Thu Aug 22 21:59:55 2013 New Revision: 1516634 URL: http://svn.apache.org/r1516634 Log: Restore line incorrectly removed in r1516416 Thanks due to rjung for spotting my error Modified: tomcat/trunk/java/org/apache/juli/OneLineFormatter.java Modified: tomcat/trunk/java/org

Re: svn commit: r1516416 - /tomcat/trunk/java/org/apache/juli/OneLineFormatter.java

2013-08-22 Thread Mark Thomas
On 22/08/2013 20:48, Rainer Jung wrote: > On 22.08.2013 13:24, ma...@apache.org wrote: >> Author: markt >> Date: Thu Aug 22 11:24:07 2013 >> New Revision: 1516416 >> >> URL: http://svn.apache.org/r1516416 >> Log: >> Fix NPE observed in testing logs >> >> Modified: >> tomcat/trunk/java/org/apach

buildbot success in ASF Buildbot on tomcat-7-trunk

2013-08-22 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/1363 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build So

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

2013-08-22 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 has an issue affecting its community integration. This i

svn commit: r1516710 - /tomcat/trunk/java/org/apache/catalina/manager/HTMLManagerServlet.java

2013-08-22 Thread violetagg
Author: violetagg Date: Fri Aug 23 06:34:50 2013 New Revision: 1516710 URL: http://svn.apache.org/r1516710 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55469 tr and td tags for UPLOAD_SECTION where not properly closed Modified: tomcat/trunk/java/org/apache/catalina/manager/HTML

svn commit: r1516711 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/manager/HTMLManagerServlet.java webapps/docs/changelog.xml

2013-08-22 Thread violetagg
Author: violetagg Date: Fri Aug 23 06:50:16 2013 New Revision: 1516711 URL: http://svn.apache.org/r1516711 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55469 Merged revision 1516710 from tomcat/trunk: tr and td tags for UPLOAD_SECTION were not properly closed Modified: tomcat/t

[Bug 55469] Missing HTML closing tags in Manager application

2013-08-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55469 Violeta Georgieva changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--