File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
spring-websocket/src/main/java/org/springframework/web/socket/sockjs/support Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2021 the original author or authors.
2
+ * Copyright 2002-2022 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -620,6 +620,7 @@ private class IframeHandler implements SockJsRequestHandler {
620
620
"<head>\n " +
621
621
" <meta http-equiv=\" X-UA-Compatible\" content=\" IE=edge\" />\n " +
622
622
" <meta http-equiv=\" Content-Type\" content=\" text/html; charset=UTF-8\" />\n " +
623
+ " <title>SocketJS iframe</title>\n " +
623
624
" <script>\n " +
624
625
" document.domain = document.domain;\n " +
625
626
" _sockjs_onload = function(){SockJS.bootstrap_iframe();};\n " +
You can’t perform that action at this time.
0 commit comments