Files
spring-data-rest/spring-data-rest-webmvc/src/test
Oliver Drotbohm 0249726507 DATAREST-1332 - Fixed regression in CORS request handling.
The lookup of the RequestMappingInfo in exposeEffectiveLookupPathKey(…) yields null for CORS preflight requests to resources that do not support OPTIONAL explicitly. We now guard against that to avoid a subsequent NullPointerException.
2019-02-07 20:57:45 +01:00
..