Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.6 RC1 (Ingalls)
-
Component/s: Repositories
-
Labels:None
-
Pull Request URL:
-
Sprint:Kay M1
Description
There's no mechanism for using the new CorsConfiguration CORS support within spring-data-rest.
See comments in the CORS post: https://spring.io/blog/2015/06/08/cors-support-in-spring-framework
AFAICT, one needs to put the @CrossOrigin directive in the controller, which doesn't exist in spring-data-rest repositories.