I'm using Spring Boot 1.0.0.RC4, which brings in SF 4.0.2.RELEASE and Spring Messaging 4.0.2.RELEASE. I am also using Spring Security.
If I test my WebSocket Application using IE9 it does not work. I get an error on the websocket connect. I can see that I get two iFrame files, but then that is followed by an error.
Lastly I brought the simple gs-messaging-stomp-websocket-complete content into my project to see if it would work in IE9. It works if I remove Spring Security from the class path, but does not work if I enable spring security.
Christopher Savory opened SPR-11525 and commented
I'm using Spring Boot 1.0.0.RC4, which brings in SF 4.0.2.RELEASE and Spring Messaging 4.0.2.RELEASE. I am also using Spring Security.
If I test my WebSocket Application using IE9 it does not work. I get an error on the websocket connect. I can see that I get two iFrame files, but then that is followed by an error.
I also tested the Portfolio Example, which uses Spring Security using IE9 and it doesn't work. https://github.com/rstoyanchev/spring-websocket-portfolio.
Lastly I brought the simple gs-messaging-stomp-websocket-complete content into my project to see if it would work in IE9. It works if I remove Spring Security from the class path, but does not work if I enable spring security.
Affects: 4.0.2
Reference URL: rstoyanchev/spring-websocket-portfolio#29 (comment)
Attachments:
Issue Links:
Referenced from: commits 15188a8
The text was updated successfully, but these errors were encountered: