jimma commented on issue #414: [CXF-7653]:Fix NPE in ClientProxy URL: https://github.com/apache/cxf/pull/414#issuecomment-386207714 @coheigea I wrongly thought this was an specific issue and it isn't. Looked at again and found this is actually caused by the null value return for primitive type in InvocationHandler(ClientProxy) : > If the value returned by this method is {@code null} and the interface method's return type is primitive, then a {@code NullPointerException} will be thrown by the method invocation on the proxy instance. Please review again. Thanks.
---------------------------------------------------------------- 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] With regards, Apache Git Services
