[
https://issues.apache.org/jira/browse/SCB-579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16480354#comment-16480354
]
ASF GitHub Bot commented on SCB-579:
------------------------------------
coveralls commented on issue #714: [SCB-579] fix NullPointerException when
consumer upload null file
URL:
https://github.com/apache/incubator-servicecomb-java-chassis/pull/714#issuecomment-389939918
[](https://coveralls.io/builds/17049390)
Coverage decreased (-0.02%) to 87.557% when pulling
**e36628f0af21964511a6a4237830aee7711127fc on
yhs0092:NullPointerException_is_thrown_when_null_file_is_uploaded** into
**bb8c7ffc4eb069c2118941291acf1ed884a56b83 on apache:master**.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> NullPointerException is thrown when consumer upload null
> --------------------------------------------------------
>
> Key: SCB-579
> URL: https://issues.apache.org/jira/browse/SCB-579
> Project: Apache ServiceComb
> Issue Type: Bug
> Components: Java-Chassis
> Reporter: YaoHaishi
> Assignee: YaoHaishi
> Priority: Major
> Fix For: java-chassis-1.0.0-m2
>
>
> When consumer upload null file, there is a NullPointerException
> {quote}
> Caused by: java.lang.NullPointerException
> at
> org.apache.servicecomb.common.rest.codec.param.RestClientRequestImpl.attachFile(RestClientRequestImpl.java:172)
> at
> org.apache.servicecomb.common.rest.codec.param.RestClientRequestImpl.attachFiles(RestClientRequestImpl.java:157)
> at
> org.apache.servicecomb.common.rest.codec.param.RestClientRequestImpl.doEndWithUpload(RestClientRequestImpl.java:109)
> at
> org.apache.servicecomb.common.rest.codec.param.RestClientRequestImpl.end(RestClientRequestImpl.java:94)
> at
> org.apache.servicecomb.transport.rest.client.http.VertxHttpMethod.lambda$doMethod$1(VertxHttpMethod.java:101)
> ... 7 more
> {quote}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)