Closed
Description
If I pass an unknown value in the Content-Type
header (like e.g. This string
) the getSupportedMediaTypes()
returns falsely an empty list. If I don't pass this header (in case it is needed) the method works fine. Same when I pass a known value like e.g. application/xml
. Can you fix that, please?