Closed
Bug 283155
Opened 20 years ago
Closed 16 years ago
dean-park-hotel.co.uk - uses '\' (aka %5C) instead of '/' for path and URI (FF reports 404 page error IE displays the page)
Categories
(Tech Evangelism Graveyard :: English Other, defect)
Tech Evangelism Graveyard
English Other
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: max_emerso, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-GB; rv:1.7.5) Gecko/20041110 Firefox/1.0 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-GB; rv:1.7.5) Gecko/20041110 Firefox/1.0 Firefox reports The page cannot be found However IE diplays the Page correctly and you can view the source in FF Reproducible: Always Steps to Reproduce: 1.Start Firefox 1.0 2.goto http://www.dean-park-hotel.co.uk/ 3.View Source Actual Results: FF reports 404 page error Expected Results: Displayed the Webpage
The page contains the following:
<frameset rows="100%,*" framespacing="0" border="0" frameborder="0">
<noframes>
<body bgcolor="" text="">
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
<frame name="main" src="http:\\www.southampton-pubs.co.uk\parkhotel"
scrolling="auto">
</frameset>
So it uses '\' instead of '/'. Mozilla/FF try to get this page and get a 404
error, but IE converts the wrong slashes and opens the real page at
http://www.southampton-pubs.co.uk/parkhotel. Please contact the admin/webmaster
about this wrong link! That is not standard.
The Park Hotel
90 Shirley Road
Freemantle
Southampton
Phone 023 8033 6599Assignee: bugs → english-other
Status: UNCONFIRMED → NEW
Component: View Source → English Other
Ever confirmed: true
OS: Windows 2000 → All
Product: Firefox → Tech Evangelism
QA Contact: view-source → english-other
Hardware: PC → All
Summary: FF reports 404 page error IE displays the page → dean-park-hotel.co.uk - uses '\' (aka %5C) instead of '/' for path and URI (FF reports 404 page error IE displays the page)
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
•