[Bug 1473] New: javaws should not depend on name od local file

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Wed Jun 5 08:44:51 PDT 2013


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1473

            Bug ID: 1473
           Summary: javaws should not depend on name od local file
    Classification: Unclassified
           Product: IcedTea-Web
           Version: unspecified
          Hardware: all
                OS: All
            Status: NEW
          Severity: major
          Priority: P3
         Component: NetX (javaws)
          Assignee: jvanek at redhat.com
          Reporter: jvanek at redhat.com
                CC: omajid at redhat.com, unassigned at icedtea.classpath.org

When user use firefox (or any other browser) to download an jnlp file like
"open with" then (mostly) happens this :
file save as correctName.jnlp, and javaws will take it and execute it.
When this same happens next times, then file is saved as (not)
correctName_someIdToMakeItUnique_.jnlp

Then itw will crash because it tryes to download (from codebase) the file
correctName_someIdToMakeItUnique_.jnlp - which do not exist.

The fix should be easy - to ignore name of the file completely and use
(extracted) value from href.


Maybe there can be issue as we are redownlaoding jnlp in some strange way but I
hope whit will not bean obstacle.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20130605/85774b6a/attachment.html 


More information about the distro-pkg-dev mailing list