Files
spring-data-rest/spring-data-rest-webmvc/src
Oliver Gierke 46e16cde90 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:56:29 +02:00
..