Closed Bug 198396 Opened 22 years ago Closed 19 years ago

v1.3 upgrade adds extra slash to Locations/urls stored for local files

Categories

(SeaMonkey :: Bookmarks & History, defect)

PowerPC
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED EXPIRED

People

(Reporter: rustedprong, Assigned: dougt)

References

Details

User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.3) Gecko/20030312 Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.3) Gecko/20030312 All of the bookmarks for locally stored files on my mac were fine in 1.2.1 However, after installing the new (1.3) OS X version, an additional slash appears to have been added to these kinds of bookmarks. All other bookmarks are fine. For example, the Location: file://Macintosh%20HD/Users/troelstrup/J2SE1.3.1/docs/index.html has become: file:///Macintosh%20HD/Users/troelstrup/J2SE1.3.1/docs/index.html I've manually corrected all of the incorrect Locations. The upgrade (or more precisely, running Mozilla for the first time after installing the new version) appears to be the only event that could have caused this and I had not done any other task but download, install and run. Reproducible: Always Steps to Reproduce: 1. In v1.2.1 make a bookmark to a locally stored file 2. Upgrade to 1.3 3. Look at locations in Bookmarks->Manage Bookmarks Actual Results: See details Expected Results: Not inserted an extra slash at the beginning of the uri for bookmarks of locally stored files.
*shrug* file://nameforlocalhost/rootpath/ is the format for an url, which means the old url was broken.
Assignee: ben → dougt
Component: Bookmarks → Networking: File
QA Contact: kasumi → benc
*** This bug has been marked as a duplicate of 197379 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
How are bookmarks for file URLs stored? I though they were stored as URLs, not as file pointers. If so, I don't know why there was any change to the text of the string. Older Mozilla releases used CFM, and Mozilla 1.3 uses Mach-O. CFM saw file paths as HFS-style Mac OS paths. Mach-O uses UNIX style paths. If you cannot get a file URL to work, you should look at 197379. The new URL should be broken, you need to delete: -----------------------------------| [xxxxxxxxxxxxx] file:///Macintosh%20HD/Users/troelstrup/J2SE1.3.1/docs/index.html If you delete just the "/", and leave the drive lable, we don't look at the "hostname" field (where drive name ends up), so that would work, but is not a correct file URL for the file. -> bookmarks, until someone over there explains why there is the change the user describes.
Status: RESOLVED → UNCONFIRMED
Component: Networking: File → Bookmarks
Resolution: DUPLICATE → ---
Mac CFM RIP.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago20 years ago
Resolution: --- → WONTFIX
REOPEN: This was in theory fixed. The qa of that bug got messed up, but I'm on the case now. I'll QA this since I do have a Mac.
Status: RESOLVED → UNCONFIRMED
Depends on: 197379
Resolution: WONTFIX → ---
Product: Browser → Seamonkey
This is an automated message, with ID "auto-resolve01". This bug has had no comments for a long time. Statistically, we have found that bug reports that have not been confirmed by a second user after three months are highly unlikely to be the source of a fix to the code. While your input is very important to us, our resources are limited and so we are asking for your help in focussing our efforts. If you can still reproduce this problem in the latest version of the product (see below for how to obtain a copy) or, for feature requests, if it's not present in the latest version and you still believe we should implement it, please visit the URL of this bug (given at the top of this mail) and add a comment to that effect, giving more reproduction information if you have it. If it is not a problem any longer, you need take no action. If this bug is not changed in any way in the next two weeks, it will be automatically resolved. Thank you for your help in this matter. The latest beta releases can be obtained from: Firefox: http://www.mozilla.org/projects/firefox/ Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html Seamonkey: http://www.mozilla.org/projects/seamonkey/
This bug has been automatically resolved after a period of inactivity (see above comment). If anyone thinks this is incorrect, they should feel free to reopen it.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago19 years ago
Resolution: --- → EXPIRED
You need to log in before you can comment on or make changes to this bug.