openjdk team mailing list archive
-
openjdk team
-
Mailing list archive
-
Message #09408
[Bug 1218025] [NEW] Wrong handling of <resources> in jnlp
Public bug reported:
<property>s in <resources> sections in the jnlp file aren't handled
correctly.
A <property> defined in a common <resources>-section is ignored if there
is a more specific <resources os="Linux" arch="amd64"> section. As there
is no "restriction" in the general <resources> statement, it should be
applied in all environments.
As a workaround, the <property> statements can be copied into the
specific <resources ...> sections. But this is tedious if the jnlp is
downloaded from the web.
** Affects: openjdk-7 (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-7 in Ubuntu.
https://bugs.launchpad.net/bugs/1218025
Title:
Wrong handling of <resources> in jnlp
Status in “openjdk-7” package in Ubuntu:
New
Bug description:
<property>s in <resources> sections in the jnlp file aren't handled
correctly.
A <property> defined in a common <resources>-section is ignored if
there is a more specific <resources os="Linux" arch="amd64"> section.
As there is no "restriction" in the general <resources> statement, it
should be applied in all environments.
As a workaround, the <property> statements can be copied into the
specific <resources ...> sections. But this is tedious if the jnlp is
downloaded from the web.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/1218025/+subscriptions
Follow ups
References