You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2018/09/20 11:22:26 UTC

[Bug 62749] NullPointerException call MimeHeaders.clear , java.lang.ArrayIndexOutOfBoundsException call SocketBufferHandler.setWriteBufferConfiguredForWrite

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

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
That is a concurrency bug. I can't tell where the root cause is but there are
fixes for similar issues in newer versions of Tomcat.

Please re-test with the latest 8.5.34 release.

Also set the system property org.apache.catalina.connector.RECYCLE_FACADES to
true. If the bug is in your app, you'll see NPEs when you try to re-use a
request or response object illegally.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org