Open
Bug 295868
Opened 20 years ago
Updated 3 years ago
File location ending with %00 shows bug
Categories
(Core :: Networking: File, defect, P5)
Tracking
()
NEW
People
(Reporter: foolishrover, Unassigned)
Details
(Whiteboard: [necko-would-take])
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; ja-JP; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 Mnenhy/0.7.2.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; ja-JP; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
File location, at least for local file beginning with "file://", ending (or
including) "%00" shows a enigmatic page.
For example,
file:///<DRIVE>:/Documents%20and%20Settings/<USERNAME>/My%20Documents%00
file:///<DRIVE>:/Documents%20and%20Settings/<USERNAME>/My%20Documents/%00
(Please replace <DRIVE> and <USERNAME>)
The former case, an array of many "My Documents" with folder icon is listed,
and the latter case, an array of many "0" with file icon is listed.
These are clickable, like another directory exists there.
I believe this behavior will be caused by that "%00" is unescaped to a null
character using as a terminator of string
and the browser ignores any characters after "%00".
If understanding Japanese, see also my writing at Mozilla-gumi forum;
http://www.mozilla.gr.jp/forums/?mode=all&namber=20768&type=0&space=0&
I'm known as "a perfect fool" there.
Reproducible: Always
Steps to Reproduce:
see also Bug 250906
-> Networking: File
Assignee: nobody → darin
Status: UNCONFIRMED → NEW
Component: General → Networking: File
Ever confirmed: true
Product: Firefox → Core
QA Contact: general → benc
Version: unspecified → Trunk
(In reply to comment #1, comment #2)
Thank you for your assistance to my poor reporting.
Updated•10 years ago
|
Whiteboard: [necko-would-take]
Comment 5•8 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: -- → P5
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•