Closed
Bug 108519
Opened 24 years ago
Closed 24 years ago
Applet.showDocument() fails on file URLs based on "user.home"
Categories
(Core Graveyard :: Java: OJI, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: beard, Assigned: beard)
References
()
Details
(Whiteboard: [Mac OS X Java Plugin])
The problem is that Java uses POSIX path names, but Mozilla is still using HFS+
pathnames. Using Necko's URI parser, I should be able to code around this by
converting from POSIX to HFS+ (volume relative) pathnames.
| Assignee | ||
Updated•24 years ago
|
Whiteboard: [Mac OS X Java Plugin]
| Assignee | ||
Comment 1•24 years ago
|
||
Alternatively, I could construct a CFURLRef from the passed-in URL, and then use
CFURLCopyFileSystemPath, with pathStyle=kCFURLHFSPathStyle, to convert the URL
to a form Mozilla can understand.
| Assignee | ||
Comment 2•24 years ago
|
||
This should be fixed as of v1.0d7.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•