[Bug 59798] New: E-mail notifications that contain "bug {number}" hyperlinks link to 404 URIs.
http://bugs.winehq.org/show_bug.cgi?id=59798 Bug ID: 59798 Summary: E-mail notifications that contain "bug {number}" hyperlinks link to 404 URIs. Product: WineHQ Bugzilla Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: bugzilla-unknown Assignee: wine-bugs@list.winehq.org Reporter: gugutyg4@rokejulianlockhart.addy.io CC: austinenglish@gmail.com Distribution: --- Created attachment 81036 --> http://bugs.winehq.org/attachment.cgi?id=81036 A `message/RFC822` File, Which Reproduces This When one posts "bug {number}", if a notification of that event is received via HTML e-mail, the automatically-hyperlinked bug URI is 404. This appears to equivalate https://bugzilla.mozilla.org/show_bug.cgi?id=2041142#c0, which has not yet been triaged as a fault in upstream bugzilla, hence this report. The version of Bugzilla that is applicable is unspecified, due to what https://bugs.winehq.org/show_bug.cgi?id=59797#c0 describes. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=59798 Mr. Beedell, Roke Julian Lockhart (RJLB) <gugutyg4@rokejulianlockhart.addy.io> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugzilla.mozilla.or | |g/show_bug.cgi?id=2041142 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=59798 Mr. Beedell, Roke Julian Lockhart (RJLB) <gugutyg4@rokejulianlockhart.addy.io> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |59797 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=59798 Mr. Beedell, Roke Julian Lockhart (RJLB) <gugutyg4@rokejulianlockhart.addy.io> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also|https://bugzilla.mozilla.or |https://bugzilla.mozilla.or |g/show_bug.cgi?id=2041142 |g/show_bug.cgi?id=2043949 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=59798 Bug 59798 depends on bug 59797, which changed state. Bug 59797 Summary: List the current Bugzilla version in the `//*[@id="version"]` field. http://bugs.winehq.org/show_bug.cgi?id=59797 What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=59798 Ken Sharp <imwellcushtymelike@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|59797 | --- Comment #1 from Ken Sharp <imwellcushtymelike@gmail.com> --- Does this Bugzilla even send out HTML mails? I don't see any option for it. Referenced Bugs: http://bugs.winehq.org/show_bug.cgi?id=59797 [Bug 59797] List the current Bugzilla version in the `//*[@id="version"]` field. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=59798 Stian Low <wineryyyyy@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wineryyyyy@gmail.com --- Comment #2 from Stian Low <wineryyyyy@gmail.com> --- (In reply to Ken Sharp from comment #1)
Does this Bugzilla even send out HTML mails? I don't see any option for it.
- https://gitlab.winehq.org/wine/wine/-/wikis/Forums#developer-mailing-lists - https://list.winehq.org/hyperkitty/list/wine-bugs@list.winehq.org/ -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=59798 --- Comment #3 from Stian Low <wineryyyyy@gmail.com> --- (In reply to Stian Low from comment #2)
- https://gitlab.winehq.org/wine/wine/-/wikis/Forums#developer-mailing-lists - https://list.winehq.org/hyperkitty/list/wine-bugs@list.winehq.org/
Archives seem text only because "Bug 59944" is text rather than a link otherwise seen at bug url. If mail clients receive what is rendered for bug url then links using Bugzilla special syntax "Bug #" will be relative to the domain root context https://bugs.winehq.org which is missing for mail clients. So clients will receive: href="show_bug.cgi?id=59944" Instead of: href="https://bugs.winehq.org/show_bug.cgi?id=59944" I always use/prefer explicit absolute links to bugs/comments which aren't a problem: - https://bugs.winehq.org/show_bug.cgi?id=50277#c61 But I do use Bugzilla's reply mechanism which uses the special syntax for links to reply comments which seem to have the same relative URL problem as the bug syntax and is likely to cause a 404 also: href="show_bug.cgi?id=59798#c1" vs href="https://bugs.winehq.org/show_bug.cgi?id=59798#c1" May be a Bugzilla bug unless relative paths can be changed to absolute for Bugzilla special syntax links. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=59798 --- Comment #4 from Mr Beedell, Roke Julian Lockhart <gugutyg4@rokejulianlockhart.addy.io> --- Created attachment 81674 --> http://bugs.winehq.org/attachment.cgi?id=81674 An Example Of A Required Preference, In The Correct State To Reproduce This (In reply to Ken Sharp from comment #1)
Does this Bugzilla even send out HTML mails? I don't see any option for it.
At https://bugs.winehq.org/userprefs.cgi?tab=settings#email_format:~:text=each%..., I see “Preferred email format”, whereupon I select “HTML”. --- (In reply to Stian Low from comment #3)
May be a Bugzilla bug unless relative paths can be changed to absolute for Bugzilla special syntax links.
It does appear to be, although I've yet to confirm it with an upstream instance (mostly, due to what https://bugzilla.mozilla.org/show_bug.cgi?id=2010435#c0 describes), if anyone is able to, I shall close this, as UPSTREAM. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
WineHQ Bugzilla