[Bug 1190] New: unuseable javaws cache handling
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Fri Oct 5 09:29:05 PDT 2012
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1190
Priority: P3
Bug ID: 1190
CC: unassigned at icedtea.classpath.org
Assignee: omajid at redhat.com
Summary: unuseable javaws cache handling
Severity: major
Classification: Unclassified
OS: Linux
Reporter: horst.fiedler.at at gmail.com
Hardware: x86
Status: NEW
Version: 7-1.0
Component: NetX
Product: IcedTea
javaws caching doesnt distinguish webstart applications when they use different
ports (aka for test versus production version), e.g.
javaws http://host:8080/path/webapp.jnlp
and
javaws http://host:18080/path/webapp.jnlp
shows same (the one started first after javaws -Xclearcache ) application
while sun/oracle javaws performs correctly.
Suggestion:
Cache filenames shall include port part !!!!
e.g.
.icedtea/cache/9/http/host/port/path/...
instead of
.icedtea/cache/9/http/host/path/...
--
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/20121005/b5add066/attachment.html
More information about the distro-pkg-dev
mailing list