Polishing
This commit is contained in:
@@ -59,7 +59,7 @@ import org.springframework.web.util.WebUtils;
|
||||
* path resolution and handling of static SockJS requests (e.g. "/info", "/iframe.html",
|
||||
* etc). Sub-classes must handle session URLs (i.e. transport-specific requests).
|
||||
*
|
||||
* By default, only same origin requests are allowed. Use {@link #setAllowedOrigins}
|
||||
* <p>By default, only same origin requests are allowed. Use {@link #setAllowedOrigins}
|
||||
* to specify a list of allowed origins (a list containing "*" will allow all origins).
|
||||
*
|
||||
* @author Rossen Stoyanchev
|
||||
|
||||
@@ -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");
|
||||
* 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
|
||||
* {@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">
|
||||
* stackoverflow.com/questions/1481251/what-does-document-domain-document-domain-do</a>
|
||||
* for details.
|
||||
|
||||
Reference in New Issue
Block a user