Details
Description
If HTTP session handling is enabled for a CXF producer endpoint and an invalid payload is provided to the endpoint a NullPointerException is thrown instead of an Illegal state exception.
This fix is just to add a null check to the inMessage of the CXF exchange. This will only affect the thrown exception not actual message processing.