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

Summary: Allow the user to filter out requests that they don't want to see
Product: javaee Reporter: Ana.von Klopp <avk>
Component: HTTP MonitorAssignee: issues@javaee <issues>
Status: NEW ---    
Severity: blocker    
Priority: P2    
Version: 3.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: ENHANCEMENT Exception Reporter:

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.