Bo Li created SCB-78:
------------------------

             Summary: Request body is always null when using 
request.getinputstream
                 Key: SCB-78
                 URL: https://issues.apache.org/jira/browse/SCB-78
             Project: Apache ServiceComb
          Issue Type: Bug
          Components: Java-Chassis
            Reporter: Bo Li


{code} 
   @RequestMapping(value = "/", method = {RequestMethod.GET})
    public String something(@PathVariable(value = "appId") String appId, Model 
model,
        HttpServletRequest httpRequest) {
        httpRequest.getInputStream();// always ""
{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to