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

--- Comment #3 from Keiichi Fujino <kfuj...@apache.org> ---
Thanks.

I am planning  to fix this problem as follows.
-Implement equals() and hashCode() in the StatementDecoratorInterceptor.
-Enable StatementDecoratorInterceptor by default.(mybe configuable)

As a result, Interceptor chain will be follows.
DisposableConnectionFacade -> StatementDecoratorInterceptor ->
XXXInterceptor(1..n) -> ProxyConnection

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