We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 332d2a3 commit 92af390Copy full SHA for 92af390
spring-websocket/src/main/java/org/springframework/web/socket/sockjs/support/AbstractSockJsService.java
@@ -620,7 +620,7 @@ private class IframeHandler implements SockJsRequestHandler {
620
"<head>\n" +
621
" <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\n" +
622
" <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n" +
623
- " <title>SocketJS iframe</title>\n" +
+ " <title>SockJS iframe</title>\n" +
624
" <script>\n" +
625
" document.domain = document.domain;\n" +
626
" _sockjs_onload = function(){SockJS.bootstrap_iframe();};\n" +
0 commit comments