Hi there,
I was trying to send a STOW request with the following Accept headers:Accept: application/json, application/dicom+xml
It works fine (my instance is stored) but I get the following log message:
E1115 08:56:26.893992 PluginsManager.cpp:164] Unsupported return MIME type: application/json, application/dicom+xml, will return XML
I checked the source code and I see it doesnt support multiple values for the Accept header (http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html).
No big deal, but it could be nice to handle multiple values in the future.
Best regards,
JC