[ https://issues.apache.org/jira/browse/AMQ-6073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Christopher L. Shannon resolved AMQ-6073. ----------------------------------------- Resolution: Fixed By default the servlet will now properly handle stomp.js protocol formats (v10.stomp, v11.stomp, etc) and respond with the correct protocol. This will make it easier to use websockets since stomp.js is used by a lot of people so that library will now work without any other configuration. If the protocol requested can't be found then it will revert back to the default, ie "stomp". The protocol can always be configured by setting the "Sec-WebSocket-Protocol " header to either "stomp" or one of the other accepted protocols. > WebSockets no longer working on most browers > -------------------------------------------- > > Key: AMQ-6073 > URL: https://issues.apache.org/jira/browse/AMQ-6073 > Project: ActiveMQ > Issue Type: Bug > Components: stomp > Affects Versions: 5.13.0 > Environment: Mac OS X and Windows > Reporter: Arnaud Marchand > Assignee: Christopher L. Shannon > Fix For: 5.13.1, 5.14.0 > > > It is no longer possible to open a web socket from the recent browsers such > as : chrome, IE 11 and safari. Firefox is still working. > It triggers an exception telling that the following header is missing: > Sec-WebSocket-Protocol -- This message was sent by Atlassian JIRA (v6.3.4#6332)