Files
spring-data-rest/spring-data-rest-webmvc
Oliver Gierke ea70ba51f4 DATAREST-661 - Fixed non-existant resource detection for PATCH requests.
PATCH requests to non existing resource now correctly return 404 Not Found as PersistentEntityResourceHandlerMethodArgumentResolver.read(…) now correctly throws the ResourceNotFoundException.
2015-08-28 11:03:37 +02:00
..