Closed
Description
Starting with 2.3.2 Spring data Rest and also in 2.3.3 Put Requests to association resources of Content-Type: text/uri-list
are not working anymore, although the annotations @RepositoryRestResource
@CrossOrigin
are present. Browser shows No Access-Control-Allow-Origin
header is present on the requested resource.
In 2.3.1 and earlier versions the approach worked.