Bug 114390 - Developer support is missing info from any request filters
Summary: Developer support is missing info from any request filters
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Web Application Framework
Classification: Retired
Component: other
Version: nightly
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: ccm-bugs-list
QA Contact: Jon Orris
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-01-27 15:59 UTC by Daniel Berrangé
Modified: 2007-04-18 17:02 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2006-09-02 17:32:07 UTC
Embargoed:


Attachments (Terms of Use)

Description Daniel Berrangé 2004-01-27 15:59:29 UTC
Description of problem:
Filters defined in web.xml are run before the main servlet gets
control, and since developer support is only activated in BaseSevlet,
this means that any queries run by the Filters are missing. We should
move DeveloperSupport#startRequest and endRequest into a Filter
instead and map that in as the first filter on /.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:
Developer support query log is missing queries from filters

Expected results:
Developer support query log contains queries from filters


Additional info:

Comment 1 Daniel Berrangé 2006-09-02 17:32:07 UTC
Closing old tickets



Note You need to log in before you can comment on or make changes to this bug.