Files
spring-data-rest/spring-data-rest-webmvc
Oliver Gierke ffed3c6d7e DATAREST-537 - Fixed removing array elements in JSON Patch operations.
Before replacing the remove operation with a custom one that nulls out the object, we check whether the JSON Pointer points to an array element. If that's the case we skip the replacement and proceed.
2015-05-09 16:43:34 +02:00
..