Because of ContentValidationListener.php:63 it is not possible to validate the body of a DELETE request (contrary to the README.md).
IMHO the implementation is wrong, DELETEcan have a body according to RFC 7231, so DELETE should be removed from ContentValidationListener::methodsWithoutBodies.
Originally posted by @BreiteSeite at zfcampus/zf-content-validation#60
Because of ContentValidationListener.php:63 it is not possible to validate the body of a
DELETErequest (contrary to the README.md).IMHO the implementation is wrong,
DELETEcan have a body according to RFC 7231, soDELETEshould be removed fromContentValidationListener::methodsWithoutBodies.Originally posted by @BreiteSeite at zfcampus/zf-content-validation#60