When the ContainerResponse generates the appropriate mime type checks to see
whether the mime type is null or contains wildcards. If true then it
overwrites the specified mime type with application/octet-stream. The
ContainerResponse then attempts to find a MessageBodywriter for
application/octet-stream and throws a 500 because it is unable to find one.