Closed Bug 279904 Opened 21 years ago Closed 21 years ago

URLs with backward slash generating invalid links - %5C - '\' - '/'

Categories

(Firefox :: General, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 64488

People

(Reporter: carnatic.wm, Assigned: bugzilla)

References

()

Details

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b) Gecko/20050125 Firefox/1.0+ Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b) Gecko/20050125 Firefox/1.0+ HTML containing URLs with backward slash are generated as invalid links IE seems to generate correctly while Firefox & Mozilla not ! Visit http://www.carnatic.com/2005/200501/20050126/ to see a demo - View page with IE and Firefox to see the difference in the URLs generated Reproducible: Always Steps to Reproduce: cut and paste the following codes to a html page and see for yourself --- <a href="/2005/200501/20050126/001.php">001.php</a> >>> generates /2005/200501/20050126/001.php >>> as expected <a href="\2005\200501\20050126\002.php">002.php</a> >>> generates /2005/200501/20050126/\2005\200501\20050126\002.php >>> Not expected ! --- Actual Results: invalid links are generated Expected Results: valid links - like IE Have read Uniform Resource Identifiers (URI): Generic Syntax ( http://www.ietf.org/rfc/rfc2396.txt - linked from http://www.w3.org/Addressing/) and there is no mention about backward slash It only states "...URI that are hierarchical in nature use the slash "/" character for separating hierarchical components..." However, if IE is generating __as expected__... Firefox should probably too
Summary: URLs with backward slash generating invalid links → URLs with backward slash generating invalid links - %5C - '\' - '/'
use "backslash" as search term ... BTW: in this case is IE wrong ...
Status: RESOLVED → VERIFIED
Status: VERIFIED → UNCONFIRMED
Resolution: INVALID → ---
*** This bug has been marked as a duplicate of 64488 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago21 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.