RFR: 8297609: Add application/wasm MIME type for wasm file extension [v2]

Michal Karm Babacek duke at openjdk.org
Wed Nov 30 14:43:47 UTC 2022


On Wed, 30 Nov 2022 11:57:52 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:

>> Michal Karm Babacek has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Adds test for MIME application/wasm
>
> test/jdk/java/nio/file/Files/probeContentType/Basic.java line 190:
> 
>> 188:                 new ExType("xlsx", List.of("application/vnd.openxmlformats-officedocument.spreadsheetml.sheet")),
>> 189:                 new ExType("7z", List.of("application/x-7z-compressed")),
>> 190:                 new ExType("wasm", List.of("application/wasm")),
> 
> Could you please also add  8297609 to the `@bug` list on line 25?

@dfuch  Done.

-------------

PR: https://git.openjdk.org/jdk/pull/11284


More information about the net-dev mailing list