You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Zima Peter (JIRA)" <ji...@apache.org> on 2016/12/21 08:46:58 UTC

[jira] [Created] (CXF-7190) org.apache.cxf.jaxrs.ext.MessageContextImpl.createAttachments lost inner exception

Zima Peter created CXF-7190:
-------------------------------

             Summary: org.apache.cxf.jaxrs.ext.MessageContextImpl.createAttachments lost inner exception
                 Key: CXF-7190
                 URL: https://issues.apache.org/jira/browse/CXF-7190
             Project: CXF
          Issue Type: Improvement
          Components: JAX-RS
         Environment: cxf version 3.1.7
            Reporter: Zima Peter


org.apache.cxf.jaxrs.ext.MessageContextImpl createAttachments, line 291.
there is 'throw new WebApplicationException(500);'
but the underlying cause exception (IOException) is not set as cause to that WebApplicationException. Maybe there is an reason for it, but it looks to me that it would be useful to add it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)