Closed
Bug 430440
Opened 17 years ago
Closed 13 years ago
firefox crash while applet is executed
Categories
(Core Graveyard :: Java: OJI, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: estudi0loco, Unassigned)
Details
(Keywords: crash)
Attachments
(1 file)
109 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14
When a archive open in Firefox, whit the code:
<head>
<title></title>
</head>
<body>
<applet codebase = "..">
</applet>
</body>
</html>
Firefox crashed
Reproducible: Always
Steps to Reproduce:
1.create archive whit the code <head>
<title></title>
</head>
<body>
<applet codebase = "..">
</applet>
</body>
</html>
2.Execute the archive whit the extension .htm
Actual Results:
Mozilla Firefox close
archive adjunted whit the code:
<head>
<title></title>
</head>
<body>
<applet codebase = "..">
</applet>
</body>
</html>
Summary: apletts codebase when open archive container crash → firefox crash while applet is executed
Updated•17 years ago
|
Group: security
Component: General → Java: OJI
QA Contact: general → java.oji
Version: unspecified → 1.8 Branch
Comment 4•16 years ago
|
||
Is this crash still reproducible in Firefox 3.5? If it isn't, we should resolve it as RESOLVED WORKSFORME.
![]() |
||
Comment 5•13 years ago
|
||
OJI has been discontinued and Java now runs out-of-process, so this stuff has probably changed a lot. This bug has no info about current software versions, please file a new bug for new issues or reopen this one with current info, including a crash signature if it still happens and move it to a component outside of graveyard.
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•