Closed
Bug 473377
Opened 17 years ago
Closed 9 years ago
Linux FF3: HTTP Session restore exception not thrown. Java Applet hangs when session ends
Categories
(Core Graveyard :: Java APIs to WebShell, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: sailaja, Assigned: joe.chou)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5
I am running a Java Applet from FF3 on Linux. When a Session ends the Applet is expecting an exception to be thrown when making an HTTP connection back to the server. The Applet is never getting a HTTPConnection session timeout exception.
The Browser along with the Applet hang when a session timeout occurs.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Actual Results:
The Applet hangs when a HTTP session timesout. The desired HTTP exception is never thrown.
Expected Results:
The Java Applet in FF3 gets HTTP session timeout exception and exits gracefully
Updated•17 years ago
|
Assignee: nobody → joe.chou
Component: Session Restore → Java APIs to WebShell
Product: Firefox → Core
QA Contact: session.restore → webshell-apis
Version: unspecified → 1.9.0 Branch
Updated•14 years ago
|
Product: Core → Core Graveyard
Comment 1•9 years ago
|
||
The HTML <applet> element and related java functionality was removed from Gecko in Bug 1279218. Marking related bugs as invalid.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•