Bug 52918

Summary: Add WebSocket Support to Tomcat 6
Product: Tomcat 6 Reporter: Filip Hanik <fhanik>
Component: CatalinaAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED WONTFIX    
Severity: enhancement CC: mike_mackey
Priority: P2    
Version: 6.0.35   
Target Milestone: default   
Hardware: PC   
OS: All   
Attachments: Patch to add websocket API on top Comet
Patch to add websocket API on top Comet
Patch to add websocket API on top Comet

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.