Details
Description
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.