Closed
Bug 1515154
Opened 7 years ago
Closed 7 years ago
try submission emails from Taskcluster have broken URL in the text/plain half
Categories
(Taskcluster :: General, defect)
Taskcluster
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dbaron, Assigned: dustin)
Details
When I submit a try push, I get a multipart/alternative email that has both a text/plain and text/html part. I think in some way what generates the email starts with this code:
https://searchfox.org/mozilla-central/rev/13788edbabb04d004e4a1ceff41d4de68a8320a2/.taskcluster.yml#243-248
The link to treeherder in the text/html half of the multipart/alternative email works fine. However, in the text/plain part of the multipart/alternative email, the body of the message looks like this:
=====
Your try push has been submitted. It's the best! Use the link to view the status of your
jobs.Treeherder Jobs:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=d7e26c72d07a1a829de9db6096fdef51cc4aa733
email rate limit remaining: 50
Mozilla Taskcluster | docs.taskcluster.net | irc.mozilla.org#taskcluster
=====
This link doesn't work because it uses HTML escaping "&" instead of just using "&". This escaping is correct in the text/html half of the email, but breaks the link in the plaintext half.
Updated•7 years ago
|
Component: Task Configuration → General
Product: Firefox Build System → Taskcluster
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → dustin
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•