You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: