Closed
Bug 58102
Opened 24 years ago
Closed 24 years ago
MRJPlugin not using NS4.76 proxy info
Categories
(Core Graveyard :: Java: OJI, defect, P3)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
Future
People
(Reporter: chris, Assigned: beard)
References
Details
From Bugzilla Helper:
User-Agent: Mozilla/4.76 [en] (X11; U; SunOS 5.7 sun4u)
BuildID: 1.0b1
MRJPlugin doesn't use HTTP proxy settings with Netscape 4.76
Reproducible: Always
Steps to Reproduce:
1. use MRJPlugin with Netscape 4.76
2. use an applet that uses URLConnections back to server
3. run snoop on a unix box - watch Netscape request HTML pages
through the webcache, and then watch the applet JAR file be
requested directly from the server, not through the proxy.
Actual Results: The Applet does not load, the MRJPluginAppletOutput file shows
a class not found exception for the main class of the applet, as expected if the
JAR file can't be loaded.
Expected Results: MRJPlugin/MRJ should have picked up the proxy settings from
the browser.
Assignee | ||
Comment 2•24 years ago
|
||
Yup, currently the networking stack used by MRJ and that used by the browser are
independent. I am working on integrating them, but have no ETA.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Comment 4•24 years ago
|
||
This may be fixed in v1.0b2. Please check if this is so.
Status: NEW → ASSIGNED
Target Milestone: --- → Future
Reporter | ||
Comment 5•24 years ago
|
||
Applets are getting loaded via the proxy now, so it is picking up the proxy
settings from the browser (as of v1.0b2).
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•