Skip to content
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

Add support for permitting cross origin requests (CORS) [INT-3714] #7670

Closed
spring-operator opened this issue May 5, 2015 · 0 comments
Closed

Comments

@spring-operator
Copy link
Contributor

Artem Bilan opened INT-3714 and commented

The Spring MVC 4.2 has introduced @CrossOrigin mapping for the @Controller methods.

Similar to the org.springframework.integration.http.inbound.RequestMapping the org.springframework.integration.http.inbound.CrossOrigin can be introduced as a domain object to be injected to the HttpRequestHandlingEndpointSupport and processed by the IntegrationRequestMappingHandlerMapping overriding the new initCorsConfiguration() method.

From the XML perspective it can be represented as a nested <cross-origin> tag alongside with <request-mapping>


Referenced from: pull request #1435

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants