[ 
https://issues.apache.org/jira/browse/CXF-3821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13112500#comment-13112500
 ] 

Mark Mc Kenna commented on CXF-3821:
------------------------------------

class will be null if say the payload of the message is empty. The above 
solution works for me but I havent had time to implemnet a more elegant 
solution.....in the readFrom function i check for the returned MultivaluedMap 
being null also (if null return null)

> FormEncodingProvider does not check for null incoming object
> ------------------------------------------------------------
>
>                 Key: CXF-3821
>                 URL: https://issues.apache.org/jira/browse/CXF-3821
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-RS
>    Affects Versions: 2.4.2
>            Reporter: Mark Mc Kenna
>            Priority: Minor
>
> FormEncodingProvider does not check for null incoming object. A NPE is then 
> thrown at line FormEncodingProvider Line 133

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to