[jdk17u-dev] RFR: 8320943: Files/probeContentType/Basic.java fails on latest Windows 11 - content type mismatch [v2]

Amos Shi ashi at openjdk.org
Mon Mar 11 19:04:19 UTC 2024


On Fri, 8 Mar 2024 04:53:02 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:

>> Amos Shi has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   8297609: Add notes for wasm type
>
> test/jdk/java/nio/file/Files/probeContentType/Basic.java line 188:
> 
>> 186:         exTypes.add(new ExType("xls", List.of("application/vnd.ms-excel")));
>> 187:         exTypes.add(new ExType("xlsx", List.of("application/vnd.openxmlformats-officedocument.spreadsheetml.sheet")));
>> 188:         // exTypes.add(new ExType("wasm", List.of("application/wasm")));
> 
> Ok, [JDK-8297609](https://bugs.openjdk.org/browse/JDK-8297609) is not in 17u. Can you add a comment explaining this, please?

@TheRealMDoerr - Done

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

PR Review Comment: https://git.openjdk.org/jdk17u-dev/pull/2254#discussion_r1520285494


More information about the jdk-updates-dev mailing list