Closed Bug 1617494 Opened 5 years ago Closed 3 years ago

Linked bug ids in comments sent in email notifications are improperly formed

Categories

(bugzilla.mozilla.org :: Email Notifications, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED

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.

Extra note: Other places where bug ids are displayed such as in the comment header or diff table are linked properly.

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?

See Also: → 832993

(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.

Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.