https://bz.apache.org/bugzilla/show_bug.cgi?id=58646

--- Comment #6 from Alexander Malyshev <anmalys...@mail.ru> ---
I don't think it's application bug. During traffic testing only the following
requests are sent:

1) Requests to get static content. Fully processed by tomcat - only filters
apply.
2) Request to get one Jersey REST service which is really simple and is not
using request or response directly.
3) WebSocket requests processed by Tomcat WS implementation.

The only custom part here are filters, but they are pretty simple and I can
disable them and run test again. Also, they're not remembering request or
response objects - only get and use them inside doFilter() method.

Note though that setting org.apache.catalina.connector.RECYCLE_FACADES=true
seem to fix an issue (I can't be sure as before issue was intermittent as
well). But at least I had a few traffic runs without this issue.

-- 
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