Linked bug ids in comments sent in email notifications are improperly formed
Categories
(bugzilla.mozilla.org :: Email Notifications, defect)
Tracking
()
People
(Reporter: dkl, Assigned: dkl)
References
Details
The bug ids that are turned in to links in HTML email notifications are missing the hostname portion of the URl. Such as bug 123 is linked to https://show_bug.cgi/?id=123. Notice the extra / as well.
Assignee | ||
Comment 1•5 years ago
|
||
Extra note: Other places where bug ids are displayed such as in the comment header or diff table are linked properly.
Comment 2•5 years ago
|
||
I don’t see any issue in recent emails. All links look good to me in Thunderbird. Here’s the source of the previous comment:
<div id=3D"comments">
<div>
<div class=3D"comment" ><p>The bug ids that are turned in to link=
s in HTML email notifications are missing the hostname portion of the URl. =
Such as <a class=3D"bz_bug_link
bz_status_VERIFIED bz_closed" href=3D"/show_bug.cgi?id=3D123" tit=
le=3D"VERIFIED WONTFIX - Form menus not wide enough">bug 123</a> is linked =
to <a href=3D"https://show_bug.cgi/?id=3D123" rel=3D"nofollow">https://show=
_bug.cgi/?id=3D123</a>. Notice the extra / as well.</p>
</div>
</div>
</div>
IIRC there was a discussion about email clients not supporting <base href>
but we haven’t see any reports these days, right?
Comment 3•5 years ago
|
||
(In reply to Kohei Yoshino from comment #2)
I don’t see any issue in recent emails. All links look good to me in Thunderbird. Here’s the source of the previous comment:
<div id=3D"comments"> <div> <div class=3D"comment" ><p>The bug ids that are turned in to link= s in HTML email notifications are missing the hostname portion of the URl. = Such as <a class=3D"bz_bug_link bz_status_VERIFIED bz_closed" href=3D"/show_bug.cgi?id=3D123" tit= le=3D"VERIFIED WONTFIX - Form menus not wide enough">bug 123</a> is linked = to <a href=3D"https://show_bug.cgi/?id=3D123" rel=3D"nofollow">https://show= _bug.cgi/?id=3D123</a>. Notice the extra / as well.</p> </div> </div> </div>
IIRC there was a discussion about email clients not supporting
<base href>
but we haven’t see any reports these days, right?
Still broken in Zimbra web mail. Looks like it doesn't support the base href. Someone mentioned Zimbra in the duplicate report that you linked to as well, 8 years ago.
Assignee | ||
Updated•3 years ago
|
Description
•