spring-guides / gs-rest-service-cors

Enabling Cross Origin Requests for a RESTful Web Service :: Learn how to create a RESTful web service with Spring that support Cross-Origin Resource Sharing (CORS).

Home Page:https://spring.io/guides/gs/rest-service-cors/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

update this guide once Spring Framework 4.2 + Boot 1.3 are released

bclozel opened this issue · comments

See SPR-9278 for comprehensive CORS support in Spring MVC.

cc @sdeleuze

See this article and this Spring Boot CORS support issue spring-projects/spring-boot#3052 for more details ...

@sdeleuze Do you mind coming back and doing this modification when Spring Boot 1.3 hits GA? We have decided to keep the guides on stable releases.

@gregturn Sure, thanks for the info. In any case that was my intention, that's why I have not merged PR #7 yet.

Oh may be mention Spring Data REST ... https://jira.spring.io/browse/DATAREST-573