This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 54377 - Error records GET favicon.ico in monitor
Summary: Error records GET favicon.ico in monitor
Status: RESOLVED WORKSFORME
Alias: None
Product: javaee
Classification: Unclassified
Component: HTTP Monitor (show other bugs)
Version: 4.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@javaee
URL:
Keywords:
: 67392 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-02-02 14:46 UTC by Jaroslav Pospisil
Modified: 2008-11-11 12:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Pospisil 2005-02-02 14:46:09 UTC
Build 200502022121

1.Run IDE with new userdir and create new webmodule.
2.Set web browser to Firefox in Options if not
system default.
3.Run module.
4.ERROR:
Monitor appears with three nodes - first is usual
GET Webapp node,second and third are GET
favicon.ico nodes indicating error status.
Comment 1 Martin Grebac 2005-02-10 13:48:30 UTC
Problem in monitor.
Comment 2 Sherold Dev 2005-02-18 11:22:49 UTC
The problem is that the "GET favicon.ico" is displayed twice. 
Setting the TM to 4.1. 
Comment 3 _ rkubacki 2005-03-18 18:51:00 UTC
I cannot reproduce doubled request. But there is one attempt to load this icon
from my firefox (1.0.1 installed on fedora core 2 box). If you want to supress
it use URL about:config, find browser.chrome.favicons setting and turn it to
false. You will not see these requests.

Can you reproduce that there are more request per each page (was the browser
started in your case?)?

If you cannot I'd close this or only mention it in documentation with hint how
to supress it. If you can we need to investigate where is the problem (platform,
browser version, IDE).
Comment 4 Sherold Dev 2005-03-21 10:21:01 UTC
To clarify this a little bit, only the first "GET favicon.ico" request is
sometimes displayed twice.

When the first "GET index.html" request comes, the http monitor stores the
request to disk and opens the http monitor client part window. When the window
is opened for the first time, it loads and displays all requests from the disk.
Every new request is then directly added into the transaction view.

The problem is that the "GET favicon.ico" request comes too soon after the "GET
index.html". Once it is displayed when requests are loaded from the disk and
then it is displayed again when it is directly added into the transaction view.
Comment 5 zikmund 2005-04-20 14:23:41 UTC
It happens with Netscape on Solaris 9 sparc as well.
Comment 6 Sherold Dev 2005-10-19 16:54:32 UTC
TM -> 5.0
Comment 7 Sherold Dev 2005-10-24 09:55:16 UTC
*** Issue 67392 has been marked as a duplicate of this issue. ***
Comment 8 Sherold Dev 2005-10-24 09:57:11 UTC
Not a real issue, moving down to P4.
Comment 9 Jaroslav Pospisil 2008-11-11 12:25:29 UTC
Unreproducible in latest build.Closing as worksforme.