[Bug 1533] Wrong handling of <resources> in jnlp
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Fri Aug 30 03:18:28 PDT 2013
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1533
--- Comment #6 from mnl at mnl.de ---
I added some log files (that also contain the jnlp's).
Comparing them, I think the important difference is that with the <property>
statements only in the common part, javaws says:
All possible urls for location=https://olymp-ipmi:443/liblinux_x86_64.jar
state=CONNECTING DOWNLOAD STARTED :
[https://olymp-ipmi:443/liblinux_x86_64.jar?version-id=1.0.5,
https://olymp-ipmi:443/liblinux_x86_64.jar]
When the <property> statements are repeated in the Linux/amd64 specific part,
it says:
All possible urls for location=https://olymp-ipmi:443/liblinux_x86_64.jar
state=CONNECTING DOWNLOAD STARTED :
[https://olymp-ipmi:443/liblinux_x86_64__V1.0.5.jar.pack.gz,
https://olymp-ipmi:443/liblinux_x86_64__V1.0.5.jar, ...]
So the problems seems to be that it appends the version as query
("?version-id=1.0.5") if the <property>s are specified in the common part only.
Actually, this seems to be the same issue as decribed in
https://bugzilla.redhat.com/show_bug.cgi?id=753960#c13 (note that this bug
report contains 2 issues). It mentions at the end that the solution has been
pushed to the 1.3 branch. As I am using version 1.3.2-1ubuntu1, the solution
has either not been pushed after all or the problem has reappeared.
--
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/20130830/7a7a5ee2/attachment.html
More information about the distro-pkg-dev
mailing list