DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9723>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9723

Avoid unnecessary calls to RequestUtil.filter

           Summary: Avoid unnecessary calls to RequestUtil.filter
           Product: Tomcat 4
           Version: 4.0.4 Beta 3
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Catalina:Modules
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Both ErrorDispatcherValve and ErrorReportValve (in o.a.c.valves) invoke 
RequestUtil.filter(hresponse.getMessage()) when there is no custom error page 
(ErrorDispatcher) and for 200/OK (ErrorReport). Since this happens for every 
request, it shows up on performance profiles and can be avoided by moving the 
code that filters the status message closer to where it is actually used.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to