-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b06
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8302370 | 17.0.8-oracle | kiran kumar J | P4 | Resolved | Fixed | b01 |
JDK-8303461 | 17.0.7 | Goetz Lindenmaier | P4 | Resolved | Fixed | b05 |
JDK-8300743 | 11.0.19-oracle | kiran kumar J | P4 | Resolved | Fixed | b04 |
JDK-8303460 | 11.0.19 | Goetz Lindenmaier | P4 | Resolved | Fixed | b05 |
For extension rar we got content type: application/x-rar-compressed; expected: [application/rar, application/vnd.rar, application/x-rar]
The following should be updated within the test (line 183) to include application/x-rar-compressed in the List added to ExType:
new ExType("rar", List.of("application/rar", "application/vnd.rar", "application/x-rar")),
- backported by
-
JDK-8300743 test/jdk/java/nio/file/Files/probeContentType/Basic.java fails on some systems for the ".rar" extension
- Resolved
-
JDK-8302370 test/jdk/java/nio/file/Files/probeContentType/Basic.java fails on some systems for the ".rar" extension
- Resolved
-
JDK-8303460 test/jdk/java/nio/file/Files/probeContentType/Basic.java fails on some systems for the ".rar" extension
- Resolved
-
JDK-8303461 test/jdk/java/nio/file/Files/probeContentType/Basic.java fails on some systems for the ".rar" extension
- Resolved
- links to
-
Commit openjdk/jdk11u-dev/bd9c2fb3
-
Commit openjdk/jdk17u-dev/7b967bf6
-
Commit openjdk/jdk/44fb92e2
-
Review openjdk/jdk11u-dev/1783
-
Review openjdk/jdk17u-dev/1189
-
Review openjdk/jdk/9475