Bug 669942
Summary: | javaws fails to download version/packed files (missing support for jnlp.packEnabled and jnlp.versionEnabled) | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Stefan Neufeind <redhat> | ||||
Component: | icedtea-web | Assignee: | Omair Majid <omajid> | ||||
Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 14 | CC: | ahughes, dbhole, jvanek, langel, lkundrak, mjw, mmatejov, omajid | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2011-09-15 20:16:04 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Stefan Neufeind
2011-01-16 01:15:43 UTC
Just found a random bug-report upstream refering to packEnabled (and a linked one also refering to versionEnabled). See: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6672250 They seem to indicate support for those two things was added back in 2008 - but seems to not be available in the current IcedTea-release. Can that be? Could somebody with a deeper knowledge in IcedTea-development maybe check that in the sources and possibly see if (in case needed) upstream-IcedTea can (back-)port something maybe? Hi Stefan I am one of the IcedTea developers. I can confirm that this support is indeed missing in IcedTea6 and IcedTea-Web. (In reply to comment #1) > They seem to indicate support for those two things was added back in 2008 - but > seems to not be available in the current IcedTea-release. Can that be? Could > somebody with a deeper knowledge in IcedTea-development maybe check that in the > sources and possibly see if (in case needed) upstream-IcedTea can (back-)port > something maybe? Unfortunately, Sun (now Oracle) did not open source the plugin and web start along with the rest of the JDK. The plugin/javaws provided by the IcedTea project is a completely independent Free implementation. It is not fully compatible with the proprietary plugin/web start (yet). I will be working on fixing this particular bug upstream. Thanks for reporting the bug! I have added support upstream for packEnabled and versionEnabled, but only for jnlp files; applet support should be forthcoming. http://icedtea.classpath.org/hg/icedtea-web/rev/0768433ea58d http://icedtea.classpath.org/hg/icedtea-web/rev/6915efabb42c http://icedtea.classpath.org/hg/icedtea-web/rev/c6f717dfcb97 The bug is fixed in icedtea-web 1.1. There are no plans to add icedtea-web to F14. |