Closed
Bug 260350
Opened 21 years ago
Closed 21 years ago
404 (and other error messages) have the error code outwith the HTML which looks odd
Categories
(www.mozilla.org :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: cso, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10
The top of the 404 Message for the above URL shows:
404
<html>
<head>
Reproducible: Always
Steps to Reproduce:
1. Visit a Non-Existant URL
Actual Results:
HTML containing:
404
<html>
<head>
Expected Results:
HTML Containing:
<html>
<head>
This also appies to other errors like 403
Comment 1•21 years ago
|
||
It appears that 404 is not in the source of the files, it is somehow generated
by the server...
Comment 2•21 years ago
|
||
Mmh, I remember noticing that before.
I wonder if this had to do with David Baron's fix to allow the pages to be
styled. I don't remember seeing it before that change, but I could be wrong.
So pull the website tree and debug it. :-)
(It is a wrapper script problem, not a server problem.)
fixed with change to wrap.pl
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Comment 6•21 years ago
|
||
I haven't a clue how to even begin debugging that! I tried to run tests after
making my patch against wrap.pl, like it tells me, and got lost there ;-)
I don't know enough perl.
Oh well, VERIFIED. Thanks, David!
Status: RESOLVED → VERIFIED
Updated•17 years ago
|
Product: mozilla.org → Websites
Updated•13 years ago
|
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•