Description
In ServerInjectableFactory.EntityParam.getValue() :
MediaType mediaType = runtimeContext.getHttpHeaders().getMediaType(); if (mediaType == null) { mediaType = MediaType.WILDCARD_TYPE; }
I think the better media type here should be MediaType.APPLICATION_OCTET_STREAM_TYPE.