Closed
Bug 260671
Opened 21 years ago
Closed 20 years ago
"Please file a bug to let us know that we have a broken link" should not show up if the referer is show_bug.cgi
Categories
(www.mozilla.org :: General, defect)
www.mozilla.org
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: aguertin+bugzilla, Unassigned)
References
()
Details
When we give a 404, if the referer was mozilla.org we say "Please file a bug to
let us know that we have a broken link." We shouldn't do this if the referer is
bugzilla.mozilla.org/show_bug.cgi
(Testcase: http://www.mozilla.org/404 <-- click here)
Reporter | ||
Comment 1•21 years ago
|
||
Oops, it no longer happens with the https: (I assume that bugzilla really did
just switch to https: in the middle of my typing and it's not just me?) but it
probably still does if you're not using https:.
Of course, that could make it completely irrelevant, so I'm changing it to trivial.
Severity: normal → trivial
I don't think we should recommend filing a bug at all.
Comment 3•20 years ago
|
||
In reply to comment 2, why not? It's very useful. However, that would be a
separate bug.
Can this be resolved WFM?
Reporter | ||
Comment 4•20 years ago
|
||
I was actually going to resolve it wontfix. AFAICT, we don't send a referer when
going from https: to http: (don't know about other cases, or if this is even
strictly true) so the problem never manifests itself, but theoretically we still
shouldn't have it there if the referer is show_bug.cgi. And since the problem
never manifests itself, there's no point in adding extra code, hence WONTFIX.
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
•