Closed
Bug 91439
Opened 24 years ago
Closed 23 years ago
about: protocol should be case insensitive
Categories
(Core :: Networking, defect)
Core
Networking
Tracking
()
RESOLVED
FIXED
People
(Reporter: bugzilla, Assigned: Biesinger)
Details
Attachments
(1 file)
720 bytes,
patch
|
choess
:
review+
|
Details | Diff | Splinter Review |
currently the about: protocol is not case insensetive for what comes after the
":". It could be nice if it was.
Currently this works:
aBout:cache
ABOUT:cache
but this doesn't:
about:CAche
ABOUT:CACHE
build 20010718 on win2k
Updated•24 years ago
|
Summary: about: protocol should be case insensetive → about: protocol should be case insensitive
Assignee | ||
Comment 1•24 years ago
|
||
Reporter | ||
Updated•24 years ago
|
Comment 2•24 years ago
|
||
If all the current ones are lower case, I see no problem with this. Bbaetz?
Gerv
Comment 3•24 years ago
|
||
I thought I commented on this bug. Hmm.
The scheme is case insensitive by definition. url paths aren't, but we're not
using those.
some ns4 about urls are case sensitive, some aren't; I don't really have an
opinion. This would stop an about:mOzIlLa easter egg, though. I don't think
anyone was planning on that though :)
Assignee: pchen → neeti
Component: XP Apps → Networking
QA Contact: sairuh → benc
Comment 4•24 years ago
|
||
i don't have any problems with the patch (r/sr=darin)
Updated•24 years ago
|
Attachment #49132 -
Flags: review+
Comment 6•24 years ago
|
||
Gagan, don't you own the about: protocol handler... Are you happy with this
proposed fix?
Assignee: neeti → gagan
Comment 8•23 years ago
|
||
does this patch affect URLs that have case-sensitive parts?
Like this for example:
about:cache-entry?client=image&sb=0&key=http://www.edconrad.com/ebay/Smith1/MVC-004S.JPG
Assignee | ||
Comment 9•23 years ago
|
||
reassigning to me. I have completely forgotten about this, as I forgot to cc
mysef/assign to me when I created the patch. will checkin shortly
Assignee: gagan → cbiesinger
Assignee | ||
Comment 10•23 years ago
|
||
Alexey: no, such urls are not affected.
checked in.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•