sbp commented on PR #820: URL: https://github.com/apache/tooling-trusted-releases/pull/820#issuecomment-4000122765
Ah, strictly speaking the `application/json` media type should not be sent with `charset` [according to the IANA media type assignment](https://www.iana.org/assignments/media-types/application/json): ``` Note: No "charset" parameter is defined for this registration. Adding one really has no effect on compliant recipients. ``` Which is presumably why it's omitted from `_charset_mimetypes`, which bears the comment "Types listed in the XDG mime info that have a charset in the IANA registration.". -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
