Closed Bug 1223834 Opened 9 years ago Closed 8 years ago

Repeated description for "Corrupted Content Error"

Categories

(Core :: Networking, defect)

43 Branch
defect
Not set
minor

Tracking

()

RESOLVED FIXED
mozilla49
Tracking Status
firefox49 --- fixed

People

(Reporter: yfdyh000, Assigned: mcmanus)

References

Details

(Whiteboard: [necko-active])

Attachments

(3 files)

Attached image screenshot
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.
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: 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.
Attached image new err
Attachment #8753500 - Flags: review?(dd.mozilla) → review+
Keywords: checkin-needed
https://hg.mozilla.org/mozilla-central/rev/7521936774c1
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla49
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.
Depends on: 1274729
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: