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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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/
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
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?
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=52714
Rainer Jung changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
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
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
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
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
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
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
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
32 matches
Mail list logo