Polish CorsFilter Javadoc
This commit is contained in:
parent
70a03ee2a4
commit
57d55ddd56
|
@ -38,6 +38,11 @@ import org.springframework.web.cors.UrlBasedCorsConfigurationSource;
|
|||
* {@link CorsConfigurationSource} (for example an {@link UrlBasedCorsConfigurationSource}
|
||||
* instance.
|
||||
*
|
||||
* <p>This is an alternative to Spring MVC Java config and XML namespace CORS configuration,
|
||||
* useful for applications depending only on spring-web (not on spring-webmvc) or for
|
||||
* security constraints requiring CORS checks to be performed at {@link javax.servlet.Filter}
|
||||
* level.
|
||||
*
|
||||
* <p>This filter could be used in conjunction with {@link DelegatingFilterProxy} in order
|
||||
* to help with its initialization.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue