Closed
Bug 57491
Opened 24 years ago
Closed 12 years ago
Integrate Mozilla networking stack with MRJ (Mac Java) on Mac OS
Categories
(Plugins Graveyard :: Java (Java Embedding Plugin), defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: lordpixel, Assigned: smichaud)
References
Details
Macintosh Runtime For Java MRJ 2.2.2 and above support integration with a
browser's networking stack.
This gives Java applets access to:
* the browser's cache, for JAR files and other resources like images and sound
* the browser's security layer to support HTTPS and browser certificates
* the browser's cookies, so applets can send the right cookies when doing
networking
We should support this kind of integration between Mozilla and MRJ
Comment 1•24 years ago
|
||
qa:junruh
QA Contact: shrir → junruh
Summary: Integrate Mozilla networking stack with MRJ (Mac Java) on Mac OS → Integrate Mozilla networking stack with MRJ (Mac Java) on Mac OS
Setting to future.
Status: NEW → ASSIGNED
Priority: P3 → P4
Target Milestone: --- → Future
Comment 3•24 years ago
|
||
Reassigning to self.
Assignee: edburns → beard
Status: ASSIGNED → NEW
Whiteboard: [In progress]
Comment 4•24 years ago
|
||
Version 1.0b2 of the plugin contains a bare minimum implementation of this.
Status: NEW → ASSIGNED
Whiteboard: [In progress] → [In v1.0b2]
Comment 5•24 years ago
|
||
Patrick, I was going to try to help on the POST bug (bug #67751, bug #62810, bug
#57491), but find no documentation on the JMURLxxx routines or JManager 2.2 at
Apple, on the seed site, on my dev CD's. How DID you create JMURLConnection.h?
I found the routines the JManager2 fragment of MRJLib, but that doesn't get me far.
Comment 7•24 years ago
|
||
I feel I must reiterate our serious concern with this lack of functionality. Our
product, which is actually a toolkit used by many applications in the
Applications 11i suite, relies heavily on the basic ability to post a URL
from Java with arguments and retrieve its return data. Without this ability, our
toolkit, and therefore a host of Oracle applications, cannot be supported.
Surely, there may be some work to support this feature, but it is an essential
means of allowing communication between client and server.
Please consider addressing this problem in the very near future. Thanks for
your advance attention to this issue.
Updated•23 years ago
|
QA Contact: junruh → pmac
Updated•23 years ago
|
Reporter | ||
Comment 8•23 years ago
|
||
Incidentally, I understand this does not apply so much on OS X where all browsers
use MRJs own networking stack for SSL (this is made possible by the changes in US
crypto lawas that allowed Sun to integrate SSL into the JDK).
That said, there could be definate benefits from integrating some other features
(cache, cookies) on all OSes.
Chris Petersen is a new QA contact for oji component. His email is:
petersen@netscape.com
Assignee: beard → petersen
Status: ASSIGNED → NEW
Comment 10•22 years ago
|
||
fixing small error for pmac@netscape.com (filter with : SPAMMAILSUCKS)
Assignee: petersen → joe.chou
QA Contact: pmac → petersen
Comment 14•22 years ago
|
||
Setting OS=Mac OS X since that's the only meaningful Mac OS for Mozilla now
(unless Mozzers plan to update the classic plug-in).
OS: All → MacOS X
Is any of this still relevant for the JEP?
Assignee: peterl-bugs → smichaud
Component: Java: OJI → Java Embedding Plugin
QA Contact: chrispetersen → java.jep
Component: Java Embedding Plugin → Java (Java Embedding Plugin)
Product: Core → Plugins
Target Milestone: Future → ---
Version: Trunk → unspecified
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INCOMPLETE
Updated•9 years ago
|
Product: Plugins → Plugins Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•