Closed
Bug 1223539
Opened 10 years ago
Closed 10 years ago
XML error page with "<Code>NoSuchKey</Code>", if you omit trailing "/" from a build directory URL
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1219626
People
(Reporter: dholbert, Unassigned)
References
()
Details
Let's say you want to download some archived build from this month (November 2015).
STR:
1. Load either of the following URLs:
https://archive.mozilla.org/pub/firefox/nightly/2015
https://archive.mozilla.org/pub/firefox/nightly/2015/11
(Note that there's no final "/". This is important.)
ACTUAL RESULTS: Cryptic error page:
>This XML file does not appear to have any style information associated with it. The document tree is shown below.
> <Error>
> <Code>NoSuchKey</Code>
> <Message>The specified key does not exist.</Message>
> <Key>pub/firefox/nightly/2015/11</Key>
> <RequestId>962F135776F63F81</RequestId>
> HostId>WIsXu2fI+x[...]</HostId>
> </Error>
EXPECTED RESULTS: Functional directory listing (or at least a more helpful error page).
I used to get EXPECTED RESULTS with these sorts of URLs when we had an FTP backend.
| Reporter | ||
Comment 1•10 years ago
|
||
gah, dupe of bug 1219626.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•