Luc14860 / jwebsocket

Automatically exported from code.google.com/p/jwebsocket
0 stars 0 forks source link

latest jWS (1.0 b4) does not work with Google Chrome 16 or IE 9 #148

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Update Chrome to latest (16.0.912.63)
2.Connect client to jWS to stream data
3.Client cannot connect to jWS

What is the expected output? What do you see instead?
It is expected that jWS 1.0 b4 should work with Chrome 16 and IE9

What version of the product are you using? On what operating system?

Please provide any additional information below.
here is the console log from IE

LOG: [WebSocket] policy file: xmlsocket://xxx.xxx.com:843 
LOG: [WebSocket] connected 
LOG: [WebSocket] request header:
GET /jWebSocket/jWebSocket HTTP/1.1
Upgrade: WebSocket
Connection: Upgrade
Host: xxx.xxx.com:8787
Origin: http://xxx.xxx.com
Cookie: 
Sec-WebSocket-Key1: 4B1`9?16d9oG63I2 F+
Sec-WebSocket-Key2: 3 i  1/* 1=6 q59 7  `s[18/c4Yp
Sec-WebSocket-Protocol: org.jwebsocket.json

LOG: [WebSocket] sent key3: ꔷÞÈHÁ 
LOG: [WebSocket] response header:
HTTP/1.1 101 WebSocket Protocol Handshake
Upgrade: WebSocket
Connection: Upgrade
Sec-WebSocket-Protocol: org.jwebsocket.json
Sec-WebSocket-Origin: http://xxx.xxx.com
Sec-WebSocket-Location: ws://xxx.xxx.com:8787/jWebSocket/jWebSocket

LOG: [WebSocket] reply digest: ýŽ~’N—í?Å3ë5ö» 
LOG: [WebSocket] received: 
{"anonymous":true,"username":"anonymous","ns":"org.jwebsocket.plugins.system","p
rotocolVersion":76,"vendor":"jWebSocket.org","type":"welcome","timeout":0,"sourc
eId":"01.42614.24","usid":"ed1be576a6821a088b60dfad698a83e3","version":"1.0b4 
(nightly build 11201)"} 
LOG: [WebSocket] closed 

Original issue reported on code.google.com by rbertema...@gmail.com on 28 Dec 2011 at 4:10