Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8176843

Manifest not strictly implementing its specification

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3 P3
    • None
    • None
    • core-libs
    • 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

            psandoz Paul Sandoz
            redestad Claes Redestad
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: