Closed
Bug 398834
Opened 18 years ago
Closed 18 years ago
Link from 2.0.0.7 to 2.0.0.6 release notes for Firefox fails because it's missing /firefox/ in its path
Categories
(Webtools Graveyard :: Kubla, defect)
Webtools Graveyard
Kubla
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: stephend, Assigned: clouserw)
References
()
Details
Steps to Reproduce:
1. https://kubla.sm-cms01.mozilla.com/en-US/firefox/2.0.0.7/releasenotes
2. Click on "Release Notes" in the text, "Earlier Changes:
For information about previous changes, please see the Firefox 2.0.0.6 Release Notes"
Expected Results:
https://kubla.sm-cms01.mozilla.com/en-US/firefox/2.0.0.6/releasenotes should load
Actual results:
https://kubla.sm-cms01.mozilla.com/en-US/2.0.0.6/releasenotes/ tries to load, but is a 404 (missing /firefox/ in its path)
| Assignee | ||
Comment 1•18 years ago
|
||
Ugh, this is a bigger problem. The link that is breaking is "../../$ver/releasenotes/index.html"
Normally, that would continue to work fine, since the path isn't changing. However, the URL is being recognized as a file instead of a directory, so ../../ is going back to far. Rather than just fix this case, we should really fix the file-as-directory thing (I guess leave a / on the end?). Also, adding /index.html to the end of the URL should load the page still and it doesn't in this case (it does in others). We should figure out what the cause of that is too. Probably something in the localized_path module
| Assignee | ||
Comment 2•18 years ago
|
||
Due to changes in Kubla design these bugs are no longer relevant (details on the wiki). Marking invalid. If you want something to filter your mail by, use KUBLA_INVALID_BUG.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → INVALID
Updated•10 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•