Closed
Bug 476712
Opened 16 years ago
Closed 15 years ago
Please redirect bug###.b.m.o to the bug summary and not to b.m.o homepage
Categories
(bugzilla.mozilla.org :: General, defect)
bugzilla.mozilla.org
General
Tracking
()
RESOLVED
FIXED
People
(Reporter: tomer, Assigned: justdave)
References
()
Details
I've seen that since one of the last bugzilla upgrades, each bug has its own subdomain when watching attachments. Do you mind to redirect the subdomain itself to the bug view when accessing it? It looks silly to me that when I access https://bug476495.bugzilla.mozilla.org I gets redirected back to https://bugzilla.mozilla.org.
Steps to reproduce:
a. Watch an attachment from any bug in Mozilla Bugzilla server. For example, attachment 360361 [details] from bug 476495 (https://bug476495.bugzilla.mozilla.org/attachment.cgi?id=360361).
b. Try to be smarter and remove the attachment part from the browser location bar, in order to go back to the bug summary.
Expected result:
User should be redirected to https://bugzilla.mozilla.org/show_bug.cgi?id=476495 or see the bug details in its own subdomain.
Comment 1•16 years ago
|
||
I concur. This was the behavior I expected, as well.
Assignee | ||
Updated•15 years ago
|
Assignee: nobody → justdave
Assignee | ||
Comment 3•15 years ago
|
||
Done.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•15 years ago
|
||
For the record (in case anyone following along wants to accomplish the same on some other Bugzilla install) the magic incantation in httpd.conf is:
# Let the bug subdomains redirect to the bug instead of to the home page
RewriteCond %{SERVER_NAME} ^bug(\d+)\.
RewriteRule ^/$ https://bugzilla.mozilla.org/show_bug.cgi?id=%1 [R=302,L]
Comment 5•15 years ago
|
||
Thanks, Dave!
Updated•13 years ago
|
Component: Bugzilla: Other b.m.o Issues → General
Product: mozilla.org → bugzilla.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•