Closed
Bug 152020
Opened 24 years ago
Closed 24 years ago
Incorrect MIME type crashes Mozilla
Categories
(Core Graveyard :: Java: OJI, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 141826
People
(Reporter: esnible, Assigned: joe.chou)
References
()
Details
(Keywords: crash)
If a user surfs to or enters the URL of a Java .class file Mozilla will crash if
the web server sends "application/x-java-vm" as the MIME type. (If the MIME
type is "application/octet-stream" the browser will correctly download the
.class file.)
I have set my web server to send the bad MIME type. Try to open
http://www.snible.org/fphover.class
I'm using RedHat 7.2 with "Java(TM) Plug-in 1.3.1_02-b02".
Comment 1•24 years ago
|
||
wfm: Win98 2002061408 JRE 1.4.0_01
Comment 2•24 years ago
|
||
I will try upgrading to JRE 1.4 but this is NOT a duplicate of bug 57372!
*Any* Java class file crashes my Mozilla this way. I merely discovered the
problem with fphover. Here are two other applets, an IBM graphics viewer and a
game I wrote myself. Neither is incompatible with any Java versions.
http://www.snible.org/media/hm35.class
http://www.snible.org/java/Water.class
Furthermore, Mozilla crashes in the same way when the plugin is
/usr/java/j2re1.4.0_01/plugin/i386/ns610/libjavaplugin_oji.so .
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
Comment 5•24 years ago
|
||
I think you are seeing the browser version of bug 141826 (see the testcase
there). Basically, the JRE plugin barfs if it is given something that is
misidentified as a java applet.
==> OJI
Assignee: beppe → joe.chou
Component: Plug-ins → OJI
QA Contact: shrir → pmac
I think you are correct and this is a duplicate of 141826. However, in this
case it's a valid Java applet .class file. I will join bug 141826 and see if I
can help there.
*** This bug has been marked as a duplicate of 141826 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → DUPLICATE
Chris Petersen is a new QA contact for oji component. His email is:
petersen@netscape.com
Assignee: joe.chou → petersen
Comment 8•23 years ago
|
||
fixing small error for pmac@netscape.com (filter with : SPAMMAILSUCKS)
Assignee: petersen → joe.chou
QA Contact: pmac → petersen
You need to log in
before you can comment on or make changes to this bug.
Description
•