Closed Bug 117647 Opened 23 years ago Closed 22 years ago

document requested twice

Categories

(Core :: Networking, defect)

x86
Windows NT
defect
Not set
minor

Tracking

()

RESOLVED DUPLICATE of bug 61363

People

(Reporter: bugzilla, Assigned: neeti)

References

()

Details

(Keywords: qawanted)

From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.7) Gecko/20011221
BuildID:    2001122106

if following present in a requested document:

<head>
<meta http-equiv='Content-Type' content='text/html; charset=windows-1250'>
</head>

it is accessed twice (should be accessed once)
causes problems to some CGIs (CGI is also executed twice)


Reproducible: Always
Steps to Reproduce:
1. visit http://www.aro.cz/mozilla/
2. wait for a few seconds
3. reload a page (or click a "click here" link in a top frame)
(reasons of steps 2. and 3. are described in "additional information)

Actual Results:  page shown in a bottom frame is accessed twice

Expected Results:  page in a bottom frame should be accessed once


please note, that log displayed on the provided URL does not contain CURRENT
access !!! because of that steps 2. and 3. are required so you are able to see
the second access


after page loaded logfile contains this:

[01/Jan/2002:22:54:56 +0100] "GET /mozilla/ HTTP/1.1" 200 - "-" "Mozilla/5.0
(Windows; U; Windows NT 5.0; en-US; rv:0.9.7) Gecko/20011221"
[01/Jan/2002:22:54:56 +0100] "GET /mozilla/top.html HTTP/1.1" 304 -
"http://www.aro.cz/mozilla/" "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US;
rv:0.9.7) Gecko/20011221"
[01/Jan/2002:22:54:56 +0100] "GET /mozilla/main.cgi HTTP/1.1" 200 2168
"http://www.aro.cz/mozilla/top.html" "Mozilla/5.0 (Windows; U; Windows NT 5.0;
en-US; rv:0.9.7) Gecko/20011221"
[01/Jan/2002:22:54:56 +0100] "GET /mozilla/main.cgi HTTP/1.1" 200 2168
"http://www.aro.cz/mozilla/top.html" "Mozilla/5.0 (Windows; U; Windows NT 5.0;
en-US; rv:0.9.7) Gecko/20011221"

i believe that if a following document loaded into a frame (as a CGI) it is
requested twice (causes a problem - CGI is also executed twice)

<html>

<head><meta http-equiv='Content-Type' content='text/html;
charset=windows-1250'></head>

<body>...</body>

</html>
dupe of bug 61363?
Keywords: qawanted
Whiteboard: DUPEME
Resolving as duplicate. If this is not a duplicate, please reopen.

*** This bug has been marked as a duplicate of 61363 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Whiteboard: DUPEME
You need to log in before you can comment on or make changes to this bug.