Bug 52918 - Add WebSocket Support to Tomcat 6
Summary: Add WebSocket Support to Tomcat 6
Status: RESOLVED WONTFIX
Alias: None
Product: Tomcat 6
Classification: Unclassified
Component: Catalina (show other bugs)
Version: 6.0.35
Hardware: PC All
: P2 enhancement (vote)
Target Milestone: default
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-15 15:20 UTC by Filip Hanik
Modified: 2013-01-10 00:09 UTC (History)
1 user (show)



Attachments
Patch to add websocket API on top Comet (103.95 KB, application/octet-stream)
2012-03-15 15:22 UTC, Filip Hanik
Details
Patch to add websocket API on top Comet (104.91 KB, application/octet-stream)
2012-03-15 17:02 UTC, Filip Hanik
Details
Patch to add websocket API on top Comet (105.33 KB, patch)
2012-03-15 17:21 UTC, Filip Hanik
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Hanik 2012-03-15 15:20:13 UTC

    
Comment 1 Filip Hanik 2012-03-15 15:22:02 UTC
Created attachment 28471 [details]
Patch to add websocket API on top Comet
Comment 2 Filip Hanik 2012-03-15 15:22:25 UTC
Per
http://markmail.org/thread/prqa47k3bw22bbhb

Adding patches to track progress on this issue
Comment 3 Filip Hanik 2012-03-15 17:02:54 UTC
Created attachment 28472 [details]
Patch to add websocket API on top Comet

over the 28471 patch this forces keepAlive=false when the protocol switch has been initiated. keepAlive is a HTTP feature and there is no guarantee what is on the wire when the protocol has been switched
Comment 4 Filip Hanik 2012-03-15 17:21:55 UTC
Created attachment 28473 [details]
Patch to add websocket API on top Comet

attached the old patch instead of the new
Comment 5 Konstantin Kolinko 2013-01-10 00:09:11 UTC
I think it is better and more realistic to focus on existing implementation in Tomcat 7 and on the new Websocket API that will be in Tomcat 8.

Due to the lack of interest, I am closing this as WONTFIX and will remove Filip's proposal from the STATUS file.


Note, that the patch does not include latest changes from Tomcat 7, such as r1380841 and maybe others.