resthub / resthub-spring-stack

RESThub Spring stack
http://resthub.org/spring-stack.html
Other
121 stars 66 forks source link

returns content with empty constraints instead of null - no content #207

Closed bmeurant closed 10 years ago

bmeurant commented 11 years ago

Validation constraints requests on either abstract class or not constrained model returned empty body that should lead to jquery errors because a 200 response should hold not null body.

This PR modify theses cases returning always a body content - with an empty constraints list ({ } in JSON).

fixes #206