AbstractHTTPDestination sets null server addresses
--------------------------------------------------
Key: CXF-619
URL: https://issues.apache.org/jira/browse/CXF-619
Project: CXF
Issue Type: Bug
Components: Transports
Affects Versions: 2.0-M1
Reporter: Jeff Genender
Attachments: CXF-619.jgenender.patch
AbstractHTTPDestination sets null server addresses. This eventually causes
NPEs in the
ExtensionInvocationHandler.invoke(ExtensionInvocationHandler.java:37).
The AbstractHTTPDestination.getAddressValue() needs to check for a null address
before trying to set it.
Patch attached.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.