bug in regexp from bug 1955372 (plain http: won't be accepted)
Categories
(Thunderbird :: Message Reader UI, defect)
Tracking
(thunderbird_esr128 fixed, thunderbird138 fixed, thunderbird139 fixed)
People
(Reporter: mkmelin, Assigned: mkmelin)
Details
(Whiteboard: [TM: 128.10.1esr] [TM: 138.0.1])
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
corey
:
approval-comm-beta-
corey
:
approval-comm-release+
corey
:
approval-comm-esr128+
|
Details | Review |
There is a bug in the regexp for bug 1927449. https: will be accepted but plain http: will not.
Assignee | ||
Updated•1 month ago
|
Assignee | ||
Comment 1•1 month ago
|
||
Comment 2•1 month ago
|
||
wrong bug # reference ? did you want 1955372 ?
Assignee | ||
Comment 3•1 month ago
|
||
Indeed, bug 1955372!
Assignee | ||
Updated•1 month ago
|
Updated•1 month ago
|
Assignee | ||
Updated•1 month ago
|
Assignee | ||
Updated•1 month ago
|
Pushed by kaie@kuix.de:
https://hg.mozilla.org/comm-central/rev/7c220f953430
Fix bug in regexp from bug 1955372 (plain http: won't be accepted). r=kaie
Assignee | ||
Updated•28 days ago
|
Assignee | ||
Comment 5•28 days ago
|
||
Comment on attachment 9478825 [details]
Bug 1960271 - Fix bug in regexp from bug 1955372 (plain http: won't be accepted). r=kaie
Uplift Approval Request
- Please state case for uplift consideration and ensure bug severity is set: Regression
- User impact if declined: http enclosures won't load (but https will)
- Is this code covered by automated tests?: No
- Has the fix been verified in Daily?: Yes
- Has the fix been verified in Beta?: No
- Needs manual test from QA?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): One liner
- String changes made/needed: none
Comment 6•28 days ago
|
||
Comment on attachment 9478825 [details]
Bug 1960271 - Fix bug in regexp from bug 1955372 (plain http: won't be accepted). r=kaie
[Triage Comment]
This will be included in 139.0b1 after the merge. We can uplift to release and esr128 after.
Comment 7•28 days ago
|
||
Comment on attachment 9478825 [details]
Bug 1960271 - Fix bug in regexp from bug 1955372 (plain http: won't be accepted). r=kaie
See esr128 uplift request
Comment 8•28 days ago
|
||
Assuming we don't need another CVE for this.
Updated•28 days ago
|
Updated•22 days ago
|
Updated•13 days ago
|
Comment 10•13 days ago
|
||
Comment on attachment 9478825 [details]
Bug 1960271 - Fix bug in regexp from bug 1955372 (plain http: won't be accepted). r=kaie
[Triage Comment]
Approved for release
Approved for esr128
Comment 11•7 days ago
|
||
bugherder uplift |
Thunderbird 138.0.1:
https://hg.mozilla.org/releases/comm-release/rev/c9b8794ebaf5
Comment 12•7 days ago
|
||
bugherder uplift |
Thunderbird 128.10.1esr:
https://hg.mozilla.org/releases/comm-esr128/rev/cea3005312f8
Description
•