-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
Description
The HTTP method "DELETE" is allowed to have a body. But rest.vertx does not allow.
Exception in thread "vert.x-eventloop-thread-0" java.lang.IllegalArgumentException: one.two.three.MyController.delete(Payload arg0) - Missing argument annotation (@PathParam, @QueryParam, @FormParam, @HeaderParam, @CookieParam or @Context) for: arg0!
at com.zandero.utils.Assert.isFalse(Assert.java:38)
at com.zandero.utils.Assert.isTrue(Assert.java:51)
at com.zandero.rest.AnnotationProcessor.get(AnnotationProcessor.java:65)
at com.zandero.rest.RestRouter.register(RestRouter.java:124)
at com.zandero.rest.RestBuilder.getRouter(RestBuilder.java:406)
at com.zandero.rest.RestBuilder.build(RestBuilder.java:451)