https://issues.apache.org/bugzilla/show_bug.cgi?id=55209

--- Comment #3 from Mark Thomas <ma...@apache.org> ---
(In reply to Pavel Veretennikov from comment #2)
> This is a static file in an empty "ROOT" webapp.

I am aware of that.

> Is there a chance that filters configured in other webapps influence "ROOT"?

Yes.

> Could they... somehow globally alter request processing threads? Where to
> dig?

A connector's thread pool is shared between all web applications that are part
of the same service as the connector.

Request and response objects are recycled and re-used across all web
applications.

I'l look for the app that writes large chunks of whitespace to the response and
then for a retained reference to the response or possibly the request.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to