-
Notifications
You must be signed in to change notification settings - Fork 6.1k
SEC-2273: CORS Suport #2486
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Rob Winch said: If this goes in spring-web Spring Security will not solve this since Spring Security already depends on spring-web |
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? |
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? |
This issue relates to https://jira.spring.io/browse/SPR-9278 |
For people using Spring Security + Spring MVC, see http://docs.spring.io/spring-security/site/docs/current/reference/html/cors.html. |
Thanks for the link @sdeleuze This has been solved via spring-web, so closing the issue |
Migrated from SEC-2273
The text was updated successfully, but these errors were encountered: