-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Description
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:
- Logs.txt (35.97 kB)
Issue Links:
- Provide guidance on using X-Frame-Options with SockJS iframe transports [SPR-11496] #16121 Provide guidance on using X-Frame-Options with SockJS iframe transports ("duplicates")
Referenced from: commits 15188a8