|
|
|
@ -1,5 +1,5 @@ |
|
|
|
/* |
|
|
|
/* |
|
|
|
* Copyright 2002-2021 the original author or authors. |
|
|
|
* Copyright 2002-2022 the original author or authors. |
|
|
|
* |
|
|
|
* |
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License"); |
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License"); |
|
|
|
* you may not use this file except in compliance with the License. |
|
|
|
* you may not use this file except in compliance with the License. |
|
|
|
@ -41,7 +41,7 @@ import org.springframework.web.util.JavaScriptUtils; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* An HTTP {@link TransportHandler} that uses a famous browser |
|
|
|
* An HTTP {@link TransportHandler} that uses a famous browser |
|
|
|
* {@code document.domain technique}. See <a href= |
|
|
|
* {@code document.domain} technique. See <a href= |
|
|
|
* "https://stackoverflow.com/questions/1481251/what-does-document-domain-document-domain-do"> |
|
|
|
* "https://stackoverflow.com/questions/1481251/what-does-document-domain-document-domain-do"> |
|
|
|
* stackoverflow.com/questions/1481251/what-does-document-domain-document-domain-do</a> |
|
|
|
* stackoverflow.com/questions/1481251/what-does-document-domain-document-domain-do</a> |
|
|
|
* for details. |
|
|
|
* for details. |
|
|
|
|