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:
Closing old tickets