[RFC4627] defines the "application/json" media type. The suffix
"+json" MAY be used with any media type whose representation follows
that established for "application/json".
Could this simply allow matches on mediaType.getSubtype().endsWith("+json") for example?
Hi,
With reference to issue #52 I am getting the same issue when using media types with the +json suffix.
As per https://tools.ietf.org/html/rfc6839 section 3:
Could this simply allow matches on
mediaType.getSubtype().endsWith("+json")
for example?