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

<name> and <file> tag must be on the same value in 1.5.0_17

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: P2 P2
    • 5.0-pool
    • 5.0u17-rev
    • deploy
    • sparc
    • solaris_10

      The customer was running 1.5.0_15, it was working fine as follows:

      **** version.xml ****
      <?xml version="1.0" encoding="UTF-8"?>
      <jnlp-versions>
      <resource>
       <pattern>
        <name>client.jar</name>
        <version-id>1.02.001dbg</version-id>
       </pattern>
       <file>client-1_02_001dbg.jar</file>
      </resource>
      ...
      </jnlp-versions>

      After they upgrade to 1.5.0_17, they have to change the value of <file> same as <name> tag

      >**** version.xml ****
      <?xml version="1.0" encoding="UTF-8"?>
      <jnlp-versions>
      <resource>
       <pattern>
        <name>client.jar</name>
        <version-id>1.02.001dbg</version-id>
       </pattern>
       <file>client.jar</file>
      </resource>
      ....
      </jnlp-versions>

      Thanks,

      Herrick

            coffeys Sean Coffey
            helai Herrick Lai (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: