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

jnlp files are downloaded too many times.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 6
    • 5.0
    • deploy
    • None
    • b36
    • generic
    • generic

      If an application uses the JNLPDownload servlet, or equivalent, the jnlp file will be downloaded 4 times by Java Web Start
      bug1: The code atemps to limit it to 3 times, but counts from 0 through 3 for 4 times.
      bug2: Applications deployed using servlet have to return current time for last modified time for the jnlp file itself, so all will continue to download if we just check the HEAD request. We should byte compare the downloaded file with what we have, and if nothing has changed, don't continue downloading.

      ###@###.### 2005-04-05 15:57:57 GMT

            herrick Andy Herrick (Inactive)
            herrick Andy Herrick (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: