Closed
Bug 267530
Opened 21 years ago
Closed 21 years ago
firefox does not display image when it has descriptors that work with ie 6 ie % 5 C
Categories
(Firefox :: File Handling, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: grant, Assigned: bugs)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
firefox will not display the image on the page when it has this form
when firefox accesses the image this is the url it uses
http://www.subsurfaceimaging.net/images%5Cservices_2.jpg
this does not work... it maybe its some artifact of the asp
however if I change the txt to
http://www.subsurfaceimaging.net/images/services_2.jpg
that works
what needs to be done to fix this
Reproducible: Always
Steps to Reproduce:
1.type in http://www.subsurfaceimaging.net/images%5Cservices_2.jpg
2.
3.
Actual Results:
I get page not found
Expected Results:
showed the image
Comment 1•21 years ago
|
||
This is correct behavior.
A "\" in the file path is invalid. IE just takes it upon itself to
automagically fix it.
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•