Migrated from SEC-2273

Comment From: spring-projects-issues

Rob Winch said:

If this goes in spring-web Spring Security will not solve this since Spring Security already depends on spring-web

Comment From: spring-projects-issues

Fabian Wüthrich said:

I tried Spring CORS support with a Spring Boot / AngularJS application. All request run fine expect the logout doesn't work anymore. The OPTIONS-Request to /logout doesn't get populated with CORS-Headers. Is it possible to handle logout with Spring CORS support?

Comment From: spring-projects-issues

Rob Winch said:

I'm thinking I may have answered you on StackOverflow http://stackoverflow.com/questions/34154711/spring-security-logout-doesnt-work-with-spring-4-cors Did that help?

Comment From: spring-projects-issues

This issue relates to https://jira.spring.io/browse/SPR-9278

Comment From: sdeleuze

For people using Spring Security + Spring MVC, see http://docs.spring.io/spring-security/site/docs/current/reference/html/cors.html.

Comment From: rwinch

Thanks for the link @sdeleuze This has been solved via spring-web, so closing the issue