Closed Bug 280206 Opened 20 years ago Closed 20 years ago

[FIX]nsStandardURL::Equals incorrect for files

Categories

(Core :: Networking, defect, P1)

defect

Tracking

()

VERIFIED FIXED
mozilla1.8beta1

People

(Reporter: bzbarsky, Assigned: bzbarsky)

Details

Attachments

(1 file)

This is a regression from bug 127373.  As a result of that checkin,
file:///foo.html and file:///foo.html#ref1 are treated as equal URIs (since they
resolve to the same nsIFile object and have the same scheme).  We should be
checking ref/query/param as well, since those aren't actually part of the file name.
Priority: -- → P1
Summary: nsStandardURL::Equals incorrect for files → [FIX]nsStandardURL::Equals incorrect for files
Target Milestone: --- → mozilla1.8beta
Attached patch PatchSplinter Review
Attachment #172693 - Flags: superreview?(darin)
Attachment #172693 - Flags: review?(darin)
Comment on attachment 172693 [details] [diff] [review]
Patch

r+sr=darin
Attachment #172693 - Flags: superreview?(darin)
Attachment #172693 - Flags: superreview+
Attachment #172693 - Flags: review?(darin)
Attachment #172693 - Flags: review+
Fixed.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
V/fixed:
1.77	bzbarsky%mit.edu	2005-01-30 12:45	 	Fix comparison of file:// uris. Bug
280206, r+sr=darin
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: