[
https://issues.apache.org/jira/browse/SCB-78?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bo Li resolved SCB-78.
----------------------
Resolution: Resolved
> 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
> Priority: Major
>
> {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
(v7.6.3#76005)