Closed
Bug 289389
Opened 17 years ago
Closed 17 years ago
Cannot interpret backslash
Categories
(Firefox :: General, defect)
Tracking
()
People
(Reporter: stuart.rainsford, Assigned: bugzilla)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.6) Gecko/20050321 Firefox/1.0.2 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.6) Gecko/20050321 Firefox/1.0.2 I wrote a page with the following line of code: <form method="post" action="\members.php" onSubmit="return validateForm(this)"> As you can see, I have used a backslash instead of a forwardslash. IE interprets this and changes it to a fowardslash and loads the required page. Firefox does not do this, and instead returns the following error: "The requested URL /\members.php was not found on this server." Reproducible: Always
Comment 1•17 years ago
|
||
>IE interprets this and changes it to a fowardslash and loads the required page.
That is a "bug" in IEbecause this violates the RFCs.
You can only use a slash as path seperator and in general you have to escape a
backslash
-> invalid (no bug)
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → INVALID
Updated•17 years ago
|
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---
Comment 2•17 years ago
|
||
*** This bug has been marked as a duplicate of 64488 ***
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago → 17 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•