You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicecomb.apache.org by "jeho0815 (JIRA)" <ji...@apache.org> on 2018/01/26 01:56:00 UTC

[jira] [Created] (SCB-308) Vertx transport server timeout will cause VertxServerRequestToHttpServletRequest getRemoteAddress NullPointException

jeho0815 created SCB-308:
----------------------------

             Summary: Vertx transport server timeout will cause VertxServerRequestToHttpServletRequest getRemoteAddress NullPointException
                 Key: SCB-308
                 URL: https://issues.apache.org/jira/browse/SCB-308
             Project: Apache ServiceComb
          Issue Type: Bug
    Affects Versions: java-chassis-1.0.0-m1
            Reporter: jeho0815
            Assignee: jeho0815


VertxServerRequestToHttpServletRequest use the the vertx HttpServerRequest  socketAddress, this will call the netty channel to get remote addtess, but server has timeout, so the remote address has been released and return null. so we have to bind the socketaddress to the ServletRequest



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)