-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
None
-
None
See JDK-8176834 - the test to create a MANIFEST.MF with the sequence "Multi-Release: true\rOther: value" fails to recognize that the value of Multi-Release should be the string "true"
It also fails to recognize that if the next line after a value starts with a SPACE then it's to be considered a continuation of the value, so it wrongly recognizes "Multi-Release: true\n true" as meaning Multi-Release has the value "true"
http://docs.oracle.com/javase/8/docs/technotes/guides/jar/jar.html
It also fails to recognize that if the next line after a value starts with a SPACE then it's to be considered a continuation of the value, so it wrongly recognizes "Multi-Release: true\n true" as meaning Multi-Release has the value "true"
http://docs.oracle.com/javase/8/docs/technotes/guides/jar/jar.html
- duplicates
-
JDK-8200530 '\r' is not supported as "newline" in java.util.jar.Manifest.
-
- Closed
-
-
JDK-8153213 Jar manifest attribute "Multi-Release" accepts any value
-
- Resolved
-
- relates to
-
JDK-8333398 Uncomment the commented test in test/jdk/java/util/jar/JarFile/mrjar/MultiReleaseJarAPI.java
-
- Resolved
-
-
JDK-8176834 jdk/nio/zipfs/MultiReleaseJarTest.java test fails after JDK-8176709
-
- Closed
-