Closed
Bug 1223834
Opened 8 years ago
Closed 7 years ago
Repeated description for "Corrupted Content Error"
Categories
(Core :: Networking, defect)
Tracking
()
RESOLVED
FIXED
mozilla49
Tracking | Status | |
---|---|---|
firefox49 | --- | fixed |
People
(Reporter: yfdyh000, Assigned: mcmanus)
References
Details
(Whiteboard: [necko-active])
Attachments
(3 files)
The errorShortDescText of errorShortDesc and errorLongDesc got the same content and displayed. I see it while an URL returns invalid Location header with 302 Found, although the URL no longer reproducible. Location:"javascript:void(0)&mtd=1" while HTTP 302.
Comment 1•7 years ago
|
||
Is this a regression? The code for this goes back to Fx7 and doesn't appear to have changed (directly, anyway) since.
Component: General → Networking
Flags: needinfo?(yfdyh000)
Product: Firefox → Core
Yes, I see the situation in Fx45b8 too. STR: Run the Fiddler2, go to AutoResponder. Add Rule, "method:GET", "Create a new response...", click "Save" button. Click [Raw] link in Headers tab, paste and save: HTTP/1.1 302 Redirect Date: Fri, 25 Jan 2013 16:49:29 GMT Location: javascript:void(0)&mtd=1 Content-Length: 0 Open the http://127.0.0.1:8888 (or your port) in Firefox, see the error info.
Flags: needinfo?(yfdyh000)
Keywords: testcase-wanted
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → mcmanus
Whiteboard: [necko-active]
Also happened for https://www.virtualbox.org/wiki/Translating?version=5&format=txt, Google Chrome says ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_DISPOSITION for that.
Assignee | ||
Comment 4•7 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=ce42460d2a09
Assignee | ||
Comment 5•7 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=4a37ad10e220
Assignee | ||
Comment 6•7 years ago
|
||
Assignee | ||
Comment 7•7 years ago
|
||
Attachment #8753500 -
Flags: review?(dd.mozilla)
Updated•7 years ago
|
Attachment #8753500 -
Flags: review?(dd.mozilla) → review+
Assignee | ||
Updated•7 years ago
|
Keywords: checkin-needed
Comment 9•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/7521936774c1
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla49
Comment 10•7 years ago
|
||
I'm sorry but you just broke l10n badly, introducing a variable in an existing string. https://developer.mozilla.org/en-US/docs/Mozilla/Localization/Localization_content_best_practices#Changing_existing_strings I'm going to file a follow-up and assign this bug to the same person who fixed this, but please be aware of it in the future, especially if you're reviewing patches involving strings.
You need to log in
before you can comment on or make changes to this bug.
Description
•