spring-framework/spring-websocket
Sebastien Deleuze d27b5d0ab6 Improve CORS handling
This commit improves CORS support by:
 - Using CORS processing only for CORS-enabled endpoints
 - Skipping CORS processing for same-origin requests
 - Adding Vary headers for non-CORS requests

It introduces an AbstractHandlerMapping#hasCorsConfigurationSource
method in order to be able to check CORS endpoints efficiently.

Closes gh-22273
Closes gh-22496
2019-04-01 17:42:51 +02:00
..
src Improve CORS handling 2019-04-01 17:42:51 +02:00
spring-websocket.gradle Leverage Jetty BOM 2018-07-18 14:49:49 +02:00