svn commit: r1291636 - /tomcat/tc6.0.x/trunk/STATUS.txt

2012-02-20 Thread mturk
Author: mturk Date: Tue Feb 21 07:47:54 2012 New Revision: 1291636 URL: http://svn.apache.org/viewvc?rev=1291636&view=rev Log: Vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=12916

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

2012-02-20 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

Re: WebSocket progress report

2012-02-20 Thread Mark Thomas
On 20/02/2012 22:19, Mark Thomas wrote: > Based on progress today, things should move along pretty quickly. > Next step is to get ping/pong working. Yep. Progress has been pretty quick. Ping/pong tests (section 2) now all pass as do sections 3 (reserved bits) and 4 (opcodes). There are a few fail

svn commit: r1291526 - /tomcat/trunk/java/org/apache/catalina/websocket/WsInputStream.java

2012-02-20 Thread markt
Author: markt Date: Mon Feb 20 23:44:46 2012 New Revision: 1291526 URL: http://svn.apache.org/viewvc?rev=1291526&view=rev Log: Restore a TODO Modified: tomcat/trunk/java/org/apache/catalina/websocket/WsInputStream.java Modified: tomcat/trunk/java/org/apache/catalina/websocket/WsInputStream.j

svn commit: r1291525 - /tomcat/trunk/java/org/apache/catalina/websocket/StreamInbound.java

2012-02-20 Thread markt
Author: markt Date: Mon Feb 20 23:44:07 2012 New Revision: 1291525 URL: http://svn.apache.org/viewvc?rev=1291525&view=rev Log: Remove unnecessary method. Better handling of unknown opcode. Modified: tomcat/trunk/java/org/apache/catalina/websocket/StreamInbound.java Modified: tomcat/trunk/jav

svn commit: r1291524 - in /tomcat/trunk/java/org/apache/catalina/websocket: StreamInbound.java WsFrameHeader.java

2012-02-20 Thread markt
Author: markt Date: Mon Feb 20 23:43:30 2012 New Revision: 1291524 URL: http://svn.apache.org/viewvc?rev=1291524&view=rev Log: Modify rsv handling and complain if it is non-zero (will need to handle non-zero values for extensions). Modified: tomcat/trunk/java/org/apache/catalina/websocket/Str

svn commit: r1291523 - /tomcat/trunk/java/org/apache/catalina/websocket/WsInputStream.java

2012-02-20 Thread markt
Author: markt Date: Mon Feb 20 23:42:51 2012 New Revision: 1291523 URL: http://svn.apache.org/viewvc?rev=1291523&view=rev Log: Mask is per fragment so track position against mask per fragment. Remove some completed TODOs. Modified: tomcat/trunk/java/org/apache/catalina/websocket/WsInputStream

svn commit: r1291522 - /tomcat/trunk/java/org/apache/catalina/websocket/StreamInbound.java

2012-02-20 Thread markt
Author: markt Date: Mon Feb 20 23:42:13 2012 New Revision: 1291522 URL: http://svn.apache.org/viewvc?rev=1291522&view=rev Log: Ensure control frames are not fragmented Modified: tomcat/trunk/java/org/apache/catalina/websocket/StreamInbound.java Modified: tomcat/trunk/java/org/apache/catalina

svn commit: r1291521 - /tomcat/trunk/java/org/apache/catalina/websocket/StreamInbound.java

2012-02-20 Thread markt
Author: markt Date: Mon Feb 20 23:41:33 2012 New Revision: 1291521 URL: http://svn.apache.org/viewvc?rev=1291521&view=rev Log: Fix up logic Make behaviour clearer. Modified: tomcat/trunk/java/org/apache/catalina/websocket/StreamInbound.java Modified: tomcat/trunk/java/org/apache/catalina/web

svn commit: r1291507 - in /tomcat/trunk/java/org/apache/catalina/websocket: StreamInbound.java WsInputStream.java WsOutbound.java

2012-02-20 Thread markt
Author: markt Date: Mon Feb 20 22:54:13 2012 New Revision: 1291507 URL: http://svn.apache.org/viewvc?rev=1291507&view=rev Log: Ping/pong support Modified: tomcat/trunk/java/org/apache/catalina/websocket/StreamInbound.java tomcat/trunk/java/org/apache/catalina/websocket/WsInputStream.java

svn commit: r1291504 - /tomcat/trunk/java/org/apache/catalina/websocket/StreamInbound.java

2012-02-20 Thread markt
Author: markt Date: Mon Feb 20 22:53:29 2012 New Revision: 1291504 URL: http://svn.apache.org/viewvc?rev=1291504&view=rev Log: Remove the debug code I was using to figure out why the unmasking was going wrong. Modified: tomcat/trunk/java/org/apache/catalina/websocket/StreamInbound.java Modif

Re: WebSocket progress report

2012-02-20 Thread Mark Thomas
On 20/02/2012 21:28, Petr Praus wrote: > I'm glad to hear that. > > BTW, Jonathan quite significantly overhauled our implementation over the > weekend. The WebSocketFrame no longer buffers data but just stores a > reference to inputstream from which the data can be read by the client code > receiv

svn commit: r1291480 - in /tomcat/trunk/java/org/apache/catalina/websocket: StreamInbound.java WsOutbound.java

2012-02-20 Thread markt
Author: markt Date: Mon Feb 20 22:03:57 2012 New Revision: 1291480 URL: http://svn.apache.org/viewvc?rev=1291480&view=rev Log: Add close message support. Modified: tomcat/trunk/java/org/apache/catalina/websocket/StreamInbound.java tomcat/trunk/java/org/apache/catalina/websocket/WsOutbound

svn commit: r1291479 - /tomcat/trunk/java/org/apache/catalina/websocket/WsInputStream.java

2012-02-20 Thread markt
Author: markt Date: Mon Feb 20 22:03:18 2012 New Revision: 1291479 URL: http://svn.apache.org/viewvc?rev=1291479&view=rev Log: Process mask as unsigned int. Based on ideas in a larger patch by Petr Praus, Jonathan Drake & Slávka Modified: tomcat/trunk/java/org/apache/catalina/websocket/WsInpu

svn commit: r1291477 - /tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java

2012-02-20 Thread markt
Author: markt Date: Mon Feb 20 22:02:39 2012 New Revision: 1291477 URL: http://svn.apache.org/viewvc?rev=1291477&view=rev Log: Fix the other place where an UpgradeProcessor could end up in the processor cache Modified: tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java Modified: tomca

Re: WebSocket progress report

2012-02-20 Thread Petr Praus
I'm glad to hear that. BTW, Jonathan quite significantly overhauled our implementation over the weekend. The WebSocketFrame no longer buffers data but just stores a reference to inputstream from which the data can be read by the client code receiving the frame. This is not exactly what you origina

buildbot failure in ASF Buildbot on tomcat-trunk

2012-02-20 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/2762 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source St

Re: WebSocket progress report

2012-02-20 Thread Mark Thomas
On 20/02/2012 10:04, Mark Thomas wrote: > On 20/02/2012 02:55, Petr Praus wrote: >> but I wanted to ask - have you considered using Autobahn for >> testing? It's rather extensive opensource websocket testing suite. > > I haven't. I just took a quick look. Looks like a nice tool. My test > client i

svn commit: r1291433 - in /tomcat/trunk: java/org/apache/catalina/websocket/WsOutbound.java webapps/examples/WEB-INF/classes/websocket/EchoMessage.java

2012-02-20 Thread markt
Author: markt Date: Mon Feb 20 20:33:30 2012 New Revision: 1291433 URL: http://svn.apache.org/viewvc?rev=1291433&view=rev Log: Buffers should be ready when passed in. App should call flip() as required. Need to support output of larger frames for message API. Modified: tomcat/trunk/java/org/a

svn commit: r1291432 - in /tomcat/trunk/java/org/apache/catalina/websocket: MessageInbound.java WsOutbound.java

2012-02-20 Thread markt
Author: markt Date: Mon Feb 20 20:32:34 2012 New Revision: 1291432 URL: http://svn.apache.org/viewvc?rev=1291432&view=rev Log: Improve handling of larger messages Modified: tomcat/trunk/java/org/apache/catalina/websocket/MessageInbound.java tomcat/trunk/java/org/apache/catalina/websocket/

DO NOT REPLY [Bug 52717] New: APR endpoint doesn't handle IPv6 link-local addresses well

2012-02-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52717 Bug #: 52717 Summary: APR endpoint doesn't handle IPv6 link-local addresses well Product: Tomcat Native Version: unspecified Platform: PC OS/Version: Linux

DO NOT REPLY [Bug 52714] SSLProtocol with TLSv1+SSLv3 or SSLv3+TLSv1 does not work APR based Apache Tomcat Native 1.2.22

2012-02-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52714 --- Comment #2 from Rainer Jung 2012-02-20 17:55:24 UTC --- Adding this to TC 6 has been proposed by me today. Backport will happen if enough other committers agree. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?

DO NOT REPLY [Bug 51477] Support all protocol combinations in SSLProtocol of APR Connector

2012-02-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51477 --- Comment #19 from Rainer Jung 2012-02-20 17:54:40 UTC --- Change also proposed for Tomcat 6. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are

svn commit: r1291390 - /tomcat/tc6.0.x/trunk/STATUS.txt

2012-02-20 Thread rjung
Author: rjung Date: Mon Feb 20 17:54:14 2012 New Revision: 1291390 URL: http://svn.apache.org/viewvc?rev=1291390&view=rev Log: Propose. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1

DO NOT REPLY [Bug 52714] SSLProtocol with TLSv1+SSLv3 or SSLv3+TLSv1 does not work APR based Apache Tomcat Native 1.2.22

2012-02-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52714 Rainer Jung changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1291338 - /tomcat/maven-plugin/trunk/src/site/apt/executable-war-jar.apt.vm

2012-02-20 Thread olamy
Author: olamy Date: Mon Feb 20 16:10:52 2012 New Revision: 1291338 URL: http://svn.apache.org/viewvc?rev=1291338&view=rev Log: clarify mandatory packaging of project for executable war plugin Modified: tomcat/maven-plugin/trunk/src/site/apt/executable-war-jar.apt.vm Modified: tomcat/maven-pl

DO NOT REPLY [Bug 52714] New: SSLProtocol with TLSv1+SSLv3 or SSLv3+TLSv1 does not work APR based Apache Tomcat Native 1.2.22

2012-02-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52714 Bug #: 52714 Summary: SSLProtocol with TLSv1+SSLv3 or SSLv3+TLSv1 does not work APR based Apache Tomcat Native 1.2.22 Product: Tomcat Native Version: 1.1.22 Platfor

svn commit: r1291261 - /tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java

2012-02-20 Thread markt
Author: markt Date: Mon Feb 20 13:58:42 2012 New Revision: 1291261 URL: http://svn.apache.org/viewvc?rev=1291261&view=rev Log: Fix problem observed running Autobahn WebSocket test suite. If an error occurs, an UpgradeProcessor could be added to the HttpProcessor pool leading to the failure of the

Re: WebSocket progress report

2012-02-20 Thread Mark Thomas
On 20/02/2012 02:55, Petr Praus wrote: > Hi Mark, > I noticed you wrote a websocket test client, I haven't looked at it > extensively It won't take long to look at - it is a very simple client. > but I wanted to ask - have you considered using Autobahn for > testing? It's rather extensive opensou

svn commit: r1291155 - /tomcat/tc5.5.x/trunk/STATUS.txt

2012-02-20 Thread kfujino
Author: kfujino Date: Mon Feb 20 09:01:18 2012 New Revision: 1291155 URL: http://svn.apache.org/viewvc?rev=1291155&view=rev Log: vote Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev=129

Re: [VOTE] Release Apache Tomcat 7.0.26

2012-02-20 Thread Keiichi Fujino
2012/2/18 Mark Thomas : > The proposed Apache Tomcat 7.0.26 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.26/ > The Maven staging repo is: > https://repository.apache.org/content/repositories/orgapachetomcat-020/ > Th

[Tomcat Wiki] Update of "FAQ/KnownIssues" by Jörgen Rydenius

2012-02-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FAQ/KnownIssues" page has been changed by Jörgen Rydenius: http://wiki.apache.org/tomcat/FAQ/KnownIssues?action=diff&rev1=7&rev2=8 Comment: Added a small comment about PD4ML, see r