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 42622 - Allow the user to filter out requests that they don't want to see
Summary: Allow the user to filter out requests that they don't want to see
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: HTTP Monitor (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P2 blocker with 1 vote (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-29 18:49 UTC by Ana.von Klopp
Modified: 2007-08-30 17:29 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ana.von Klopp 2004-04-29 18:49:30 UTC
This is related to Issue 40797 (don't show 
requests from the appserver). There should be a 
way for the user to configure filters that ignore 
requests that they don't want to see. For example, 
you don't usually care about stylesheets or images 
(except when there is an error). 

We should add a button to the row which brings up 
a dialog that allows the user to set filters for 
requests that they are not interested in. We can 
filter on suffix (e.g. jpg, gif, png, css) so that 
these are thrown out (except where there is an 
error perhaps). 

To exclude server management type requests, we 
usually need to look at the request attributes I 
think.