[Bug 1015] New: Absolute codebase and download URL collission?
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Mon May 28 05:31:36 PDT 2012
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1015
Priority: P3
Bug ID: 1015
CC: unassigned at icedtea.classpath.org
Assignee: dbhole at redhat.com
Summary: Absolute codebase and download URL collission?
Severity: major
Classification: Unclassified
OS: Linux
Reporter: yomo at fantasymail.de
Hardware: x86
Status: NEW
Version: unspecified
Component: Plugin
Product: IcedTea-Web
The following code inside the web page leads to an IOException:
<div id="chatappletw">
<applet id="chatapplet" name="chatapplet" width="100%" height="100%"
code="Start.class" archive="knuddelsk90amz.jar"
codebase="http://chat.knuddels.de/"
alt=" " mayscript="yes" scriptable="true" >
<param name=jnlp_href
value="http://www.knuddels.de/applet.jnlp?appletversion=90amz&width=539&height=280">
...
...
</div>
leads to:
Consumption (priority=true) completed by consumer thread 2
java.io.IOException:
http://chat.knuddels.de/http://www.knuddels.de/applet.jnlp?appletversion=90amz&width=539&height=280
at net.sourceforge.jnlp.JNLPFile.openURL(JNLPFile.java:255)
why is the URL connected with the codebase entry in such a way? Is this an
error inside the web page or in icedtea?
--
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/20120528/4106f196/attachment.html
More information about the distro-pkg-dev
mailing list