Polish CorsFilter Javadoc

This commit is contained in:
Sebastien Deleuze 2015-07-20 11:14:37 +02:00
parent 70a03ee2a4
commit 57d55ddd56
1 changed files with 5 additions and 0 deletions

View File

@ -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.
*