Closed Bug 267867 Opened 20 years ago Closed 20 years ago

Will not load file correctly

Categories

(Firefox :: File Handling, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 176918

People

(Reporter: acoach, Assigned: bugs)

References

()

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10.1

File tries to load as
http://intranet.wellington-college.school.nz/courseDocuments/Maths\Index.asp ie:
the final slash is \ NOT / and the page does not load correctly.  It does load
correctly using Internet Explorer.

Reproducible: Always
Steps to Reproduce:
1. Log on to http://intranet.wellington-college.school.nz
2. Use my username a.coulston and password 1945cat and go to Course Information
and Course Documents
3. Access Maths/ Index.asp

Actual Results:  
File does not load correctly - 

Expected Results:  
should show a picture of a student at his books with Word and Adobe Links below
Invalid, see bug 32895 and bug 176918.

Please change the password that you posted publicly.

*** This bug has been marked as a duplicate of 176918 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to contact your school site administrators to correct this bug. It is a
bug in their software, not Firefox. The \ is valid in the context of a file
called "Maths\Index.asp" but not in the context of a file called Index.asp in a
directory called Maths. They need to change the \ to a / for Firefox to work
correctly (and be consistent with web standards).

Also, please remember that Bugzilla is a public forum, and you shouldn't post
passwords here. I advise you to change your password immediately before some
random reader decides to do it for you.
(In reply to comment #2)
> You need to contact your school site administrators to correct this bug. It is a
> bug in their software, not Firefox. The \ is valid in the context of a file
> called "Maths\Index.asp" but not in the context of a file called Index.asp in

Actually I take that back, it's not really. For a \ in a filename, it has to be
escaped as %5C. For example, Maths%5CIndex.asp . But this doesn't really apply
to you, since the file name is not "Maths\Index.asp".
You need to log in before you can comment on or make changes to this bug.