-
Bug
-
Resolution: Fixed
-
P3
-
6u10
-
b22
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2199249 | 7 | Thomas Ng | P3 | Resolved | Fixed | b64 |
One bug I noticed in LauchDownload.isUpdateAvailable() is that it goes
only one level down to extensions from the main app jnlp. If an
extension has updated extensions, they won't be checked. All jars
(included in all extensions) are checked though.
e.g
a.jnlp -> b.jnlp (component ext) -> c.jnlp (component ext)
there is no update check for c.jnlp
only one level down to extensions from the main app jnlp. If an
extension has updated extensions, they won't be checked. All jars
(included in all extensions) are checked though.
e.g
a.jnlp -> b.jnlp (component ext) -> c.jnlp (component ext)
there is no update check for c.jnlp
- backported by
-
JDK-2199249 missing update check for second level extension JNLP file
-
- Resolved
-