Last modified: 2013-04-12 22:55:50 UTC
Works: * https://gerrit.wikimedia.org/r/#/c/12345/ * https://gerrit.wikimedia.org/r/#/c/12345 * https://gerrit.wikimedia.org/r/12345 Does not work, but really ought to: * https://gerrit.wikimedia.org/r/12345/ Basically, if you try to manually shorten a URL from /r/#/c/ syntax to just /r/ syntax, you must remember that you cannot have a trailing slash. Including a trailing slash produces a HTTP 404 not found error. I believe that <https://gerrit.wikimedia.org/r/12345> and <https://gerrit.wikimedia.org/r/12345/> both really ought to work.
Definitely an upstream issue. Probably just needs some tweaking in Dispatcher, but haven't looked yet.
*** Bug 44928 has been marked as a duplicate of this bug. ***
Fix submitted upstream at https://gerrit-review.googlesource.com/#/c/43632/
This was merged upstream and has been deployed. All the example URLs WFM now.
Sweet. :-) Thanks, everyone!