Closed Bug 454382 Opened 16 years ago Closed 14 years ago

Pages accessed twice

Categories

(Firefox :: General, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED INCOMPLETE

People

(Reporter: jan, Unassigned)

Details

(Whiteboard: [CLOSEME 2010-11-01])

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; sv-SE; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; sv-SE; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1

Every call to a page is done twice. Easy to log at the webserver.

Reproducible: Always

Steps to Reproduce:
1. Access a page
2.
3.
Actual Results:  
Check the log and the page is called twice.

Expected Results:  
The page should be called once.
It isn't done twice for me.
Wouldn't you think that we would find such a problem before releasing a new version ?

That means that there is something unusual, either in your Firefox or at the page source.

an img SRC="" would cause such symptoms for example.

Please provide a example URL, try it again in the Firefox safemode if you are sure that it's not related to the page source.
Here's an example: http://muskelverket.se/LABB/

No empty img src="" but - I missed the character encoding and that fixed the problem. The W3 validator don't hint that the encoding is missing if you copy and paste the code but will give a hint if you use the link.

The example is without the meta-tag and the logging is straight forward to a file.
The first is request for html
The second is request for mv.css.
Is it wrong?
Actually both the requests are for the html. There is no logging on the requests for .css

If I put in the meta-tag for the character encoding there is only one request. 

I'm not sure if it is a bug - but it is a different behavior from Firefox 2 and IE.
Just noticed, but Bug 454331 has something somewhat similar (Although it may not be).
From the sniffer:
# | User | Program | Method | Domain | Full URL | Type | Status | Request Header Size | Request Content Size | Response Header Size | Response Content Size | Response Raw Content Size | Time Taken (sec) | Speed (kb/sec)

1 | jn | firefox.exe | GET | muskelverket.se | http://muskelverket.se/LABB/ | text/html | 200 OK | 397 | 0 | 363 | 4355 | 4368 | 0.907 | 5.521

2 | jn | firefox.exe | GET | muskelverket.se | http://muskelverket.se/favicon.ico | text/html; charset=iso-8859-1 | 404 Not Found | 373 | 0 | 365 | 0 | 22 | 0.156 | 4.758

3 | jn | firefox.exe | GET | muskelverket.se | http://muskelverket.se/LABB/ | text/html | 200 OK | 397 | 0 | 363 | 4402 | 4415 | 0.297 | 17.016

4 | jn | firefox.exe | GET | muskelverket.se | http://muskelverket.se/LABB/mv.css | text/css | 200 OK | 397 | 0 | 429 | 6177 | 6177 | 0.312 | 21.919

5 | jn | firefox.exe | GET | muskelverket.se | http://muskelverket.se/pic/mv_drop300_red.png | image/png | 200 OK | 423 | 0 | 430 | 12493 | 12493 | 0.563 | 23.150

6 | jn | firefox.exe | GET | www.w3.org | http://www.w3.org/Icons/valid-xhtml11 | image/png; qs=0.7 | 200 OK | 415 | 0 | 459 | 1842 | 1842 | 0.281 | 9.439

7 | jn | firefox.exe | GET | muskelverket.se | http://muskelverket.se/favicon.ico | text/html; charset=iso-8859-1 | 404 Not Found | 403 | 0 | 365 | 0 | 22 | 0.172 | 4.485

8 | jn | firefox.exe | GET | muskelverket.se | http://muskelverket.se/favicon.ico | text/html; charset=iso-8859-1 | 404 Not Found | 403 | 0 | 365 | 0 | 22 | 0.140 | 5.511

I suspect that the second GET for http://muskelverket.se/LABB/ is some kind of reread after a fallback when the character encoding is missing. Tricky because copy and paste the code into W3 validator gives a green light.
This is a mass search for bugs which are in the Firefox General component, are
UNCO, have not been changed for 500 days and have an unspecified version. 

Reporter, can you please update to Firefox 3.6.10 or later, create a fresh profile, http://support.mozilla.com/en-US/kb/managing+profiles, and test again. If you still see the issue, please update this bug. If the issue is gone, please set the status to RESOLVED > WORKSFORME.
Whiteboard: [CLOSEME 2010-11-01]
No reply from reporter, INCOMPLETE. Please retest with Firefox 3.6.12 or later and a new profile (http://support.mozilla.com/kb/Managing+profiles). If you continue to see this issue with the newest firefox and a new profile, then please comment on this bug.
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → INCOMPLETE
I think this is duplicate of Bug 61363. Auto-detecting character encoding need reload the page.
You need to log in before you can comment on or make changes to this bug.