Closed
Bug 167628
Opened 23 years ago
Closed 14 years ago
northwestplaces.com should not use Backslashes for directories
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: kaushy, Unassigned)
References
()
Details
(Whiteboard: [ie] [bugscape 19880])
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020529
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826
If you click on a link in
http://www.northwestplaces.com/GWestCir.htm
for example,
http://www.northwestplaces.com/tripsea\GWC-Sea.htm
then it is %encoded to
http://www.northwestplaces.com/tripsSea%5CGWC-Sea.htm
instead of
http://www.northwestplaces.com/tripsSea/GWC-Sea.htm
Reproducible: Always
Steps to Reproduce:
1.Visit the above link
2.Click on any of the links
3.
Actual Results:
Get a page not found error.
Expected Results:
Should have shown
http://www.northwestplaces.com/tripsSea/GWC-Sea.htm
Comment 1•23 years ago
|
||
-> TE
"\" is not allowed. We accept "\" only in the URL Bar for windows users but a
URL with "\" as link is invalid
Assignee: asa → susiew
Status: UNCONFIRMED → NEW
Component: Browser-General → US General
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: asa → zach
Version: other → unspecified
If you make a webpage using microsoft word, it uses \ instead of /.
And almost everyone who makes webpages uses/will use microsoft products.
Comment 3•23 years ago
|
||
Note: Netscape 4.x also does not handle \ although IE does.
Why do we translate \ if you type it into the address bar wrong but not if it's
wrong in an HREF??
Adding [ie-quirk] in whiteboard and reassigning to Browser.
1) Issue in Word occurs when you add an HREF via the Insert | Hyperlink| Local
File interface. If you pick a website URL it uses /
-I will try to evangelize Microsoft, however for masses of smaller sites we can
2) A top site - terra.es - had another example where an image using a \ got
converted to http://www.terra.com.br/carroonline/img%5Cver_mais.gif which could
not be displayed.
Component: US General → Networking: HTTP
OS: Linux → All
Product: Tech Evangelism → Browser
Summary: backslashes not translated to forward slashes → Backslashes in href not translated to forward slashes
Whiteboard: [ie]
Version: unspecified → other
Comment 4•23 years ago
|
||
sorry changed summary again; and reassigning.
Assignee: susiew → darin
QA Contact: zach → httpqa
Summary: Backslashes in href not translated to forward slashes → Backslashes in href result in broken links
Whiteboard: [ie] → [ie] [bugscape 19880]
\ is an unsafe character but it's *not* the directory sep char, if we
automatically substitute / for \ we will start failing tests. We can't do that.
this is an evangelism bug.
I've filed bug 167858 about treating 404 as "file not found, guess again", it'll
make server admins really upset at mozilla but hopefully they'll complain to the
people who generated the bad links instead of us.
Assignee: darin → susiew
Component: Networking: HTTP → US General
Product: Browser → Tech Evangelism
QA Contact: httpqa → zach
Summary: Backslashes in href result in broken links → www.northwestplaces.com should not use Backslashes for directories
Version: other → unspecified
Comment 6•23 years ago
|
||
Does IE fail tests because of this? What tests?
Comment 7•23 years ago
|
||
The problem is that \ is valid in a file name. If you translate \ to /, then I
can't use that char in the name.
See bug 167858 for more on this.
Updated•23 years ago
|
Summary: www.northwestplaces.com should not use Backslashes for directories → northwestplaces.com should not use Backslashes for directories
Comment 8•22 years ago
|
||
tech evang june 2003 reorg
Assignee: susiew → english-us
QA Contact: zach → english-us
Comment 9•14 years ago
|
||
INCOMPLETE due to lack of activity since the end of 2009.
If someone is willing to investigate the issues raised in this bug to determine whether they still exist, *and* work with the site in question to fix any existing issues, please feel free to re-open and assign to yourself.
Sorry for the bugspam; filter on "NO MORE PRE-2010 TE BUGS" to remove.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INCOMPLETE
Comment 10•14 years ago
|
||
INCOMPLETE due to lack of activity since the end of 2009.
If someone is willing to investigate the issues raised in this bug to determine whether they still exist, *and* work with the site in question to fix any existing issues, please feel free to re-open and assign to yourself.
Sorry for the bugspam; filter on "NO MORE PRE-2010 TE BUGS" to remove.
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•