responseReason is null [SPR-15400] #19963
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: invalid
An issue that we don't feel is valid
Lena Lindstrot opened SPR-15400 and commented
I have a Spring- Boot-Project (1.5.2.RELEASE) with spring-web-mvc 4.3.7-RELEASE.
When I do a REST request, I get only "HTTP/1.1 200", so it missing " OK". In the calling microservie (older version) I get a nullpointer exception because responseReason is null:
java.lang.RuntimeException: com.netflix.client.ClientException
at feign.ribbon.RibbonClient.execute(RibbonClient.java:75)
at feign.SynchronousMethodHandler.executeAndDecode(SynchronousMethodHandler.java:92)
at feign.SynchronousMethodHandler.invoke(SynchronousMethodHandler.java:71)
at feign.ReflectiveFeign$FeignInvocationHandler.invoke(ReflectiveFeign.java:94)
...
Caused by: com.netflix.client.ClientException: null
at com.netflix.client.AbstractLoadBalancerAwareClient.executeWithLoadBalancer(AbstractLoadBalancerAwareClient.java:123)
at feign.ribbon.RibbonClient.execute(RibbonClient.java:69)
... 106 common frames omitted
Affects: 4.3.7
The text was updated successfully, but these errors were encountered: