Closed
Bug 1477665
Opened 7 years ago
Closed 7 years ago
Firefox reloads the page from web when charset is specified after 1024 characters in page content when firefox run in single process mode
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: chao-lin.jiang, Unassigned)
Details
Attachments
(1 file)
|
1.08 KB,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0
Build ID: 20180704003137
Steps to reproduce:
1. Switch firefox to single process mode by adding the following option to user.js:
user_pref("browser.tabs.remote.force-disable", true);
2. Create a http server and add the attached web page - 2.html, in this page the following meta tag is after 1024 characters from begin of page content:
<meta http-equiv="content-type" content="text/html;charset=UTF-8"/>
3. open fiddler to capture http activities.
4. open firefox and navigate to 2.html
Actual results:
two requests for 2.html are sent with the same http request. reloading of page from web happen.
Expected results:
only one request for 2.html is sent, the reload of page should not happen.
to reproduce it conveniently, you can disable page caching by adding response head "Cache-Control: no-store" in http server.
Then you can just refresh page for 2.html, the reloading will happen.
I have create a page to reproduce this issue, please access it using this link: http://54.185.228.226/test/reload.html
Comment 3•7 years ago
|
||
Hi Rex!
I am not that familiar with these kind of issues so I am setting the Core::Disability Access APIs Component, maybe someone from it can help.
Component: Untriaged → Disability Access APIs
Product: Firefox → Core
Comment 4•7 years ago
|
||
This isn't related to disability access APIs. That said, single process mode is no longer supported, so I'm closing this as wontfix.
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•