[Bug 1777] New: IcedTea-Web always redownloads web start application if they are packed

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Mon May 19 14:25:50 UTC 2014


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

            Bug ID: 1777
           Summary: IcedTea-Web always redownloads web start application
                    if they are packed
           Product: IcedTea-Web
           Version: unspecified
          Hardware: x86_64
                OS: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P5
         Component: NetX (javaws)
          Assignee: omajid at redhat.com
          Reporter: lhersch at dssgmbh.de
                CC: unassigned at icedtea.classpath.org

When you start an webstart-application that have packed resources, the
resources are downloaded even if they are cached. The Problem is in 
net.sourceforge.jnlp.cache.CacheEntry.isCached(). Here is the length of the
uncompressed local file compared with the length of the compressed
download-resource. That's not equal of course and so isCached() return false.

For testing you can use following application.
http://portal.incore.de/dss-portal.jnlp

-- 
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/20140519/cdcc8a49/attachment.html>


More information about the distro-pkg-dev mailing list