-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
None
A POST or PUT with empty body should only match a method with no consumes or a wildcard:
@POST
public void postNada() {}
@POST
@Consumes("/")
pubic void postNada() {}
- is cloned by
-
RESTEASY-518 Unmarshal empty entity body as null entity parameter
- Closed