-
-
Notifications
You must be signed in to change notification settings - Fork 754
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Safari Error when connecting Websockets #337
Comments
It seems to me that Safari's Websockets implementation is not liking the response code sent back from Tomcat. This doesn't make sense, though since a 202 would seem proper for an async request. |
It has been fixed to a 501 yesterday :-)
Your javascript should just catch that and reconnect using the fallback transport. Thanks as usual! |
So is websockets support unavailable in Safari? |
Or is Safari and Tomcat not workable |
Tomcat WebSocket's implementation doesn't support the old Safari WebSocket implementation, unfortunalty. |
The old Safari WebSocket implementation? Does this mean that Safari has a future release that Tomcat will support? |
Safari 5.1 supports an old version of the WebSocket Spec. Once Safari support a newer version the current Tomcat will supports it. |
Ok that makes sense. Thanks. |
Safari 5.1.5 on Tomcat 7.0.27 In atmosphere jquery I get an error with "Unexpected response code: 202".
When tracing through the script I can't seem to tell why this is happening.
The text was updated successfully, but these errors were encountered: