-
Bug
-
Resolution: Done
-
Major
-
3.0.10.Final
-
None
When a JAXRS resource class implements an interface containing Bean Validation constraints on method parameters, any constraint violations caught by the registered ExceptionMapper are not throw until the method returns, allowing the method to continue with invalid parameter values. When the Bean Validation constraints are placed directly on the JAXRS class methods instead of on an implemented interface, the method behaves as expected by immediately returning a Response containing the violations.
- is related to
-
RESTEASY-2503 After first invocation on an EJB, class/field/property constraints don't get checked
- Resolved