The problem is that HttpServletRequest should be added to method signature in order to be injected, but there is no way to add this parameter to generated interfaces since it's not in RAML file. Also ...
org.springframework.web.filter.HiddenHttpMethodFilter, String paramValue = request.getParameter(this.methodParam); cause HttpServletRequest.getInputStream() will be empty in future. and the filter is ...