RFR: 8305839: Add application/sql MIME type for SQL file extension [v2]
Izumi Ryuu
duke at openjdk.org
Thu Nov 16 20:26:32 UTC 2023
On Thu, 16 Nov 2023 16:52:14 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:
> Have you run tier2 tests? We had random test failures in the past when modifying this table: on some systems some of the tests rely on the platform notion of mime-types, and where an extension can legitimately be mapped to different mime types some of the tests will fail.
This is my first time participating in open source contribution. Sorry I don't know how to run tier2 tests. But The Internet Assigned Numbers Authority (IANA) registered the ".sql" file extension 10 years ago. That is, ".sql" can uniquely identify Structured Query Language files. I'm referring to [https://www.iana.org/assignments/media-types/application/sql](https://www.iana.org/assignments/media-types/application/sql).
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16563#issuecomment-1815255494
More information about the net-dev
mailing list