[Geoserver-devel] [jira] (GEOS-5985) Tomcat with APR can result in full JVM crashes

Andrea Aime created ImprovementGEOS-5985
Tomcat with APR can result in full JVM crashes

Issue Type:

ImprovementImprovement

Assignee:

Andrea Aime

Created:

22/Aug/13 5:08 AM

Description:

Tomcat APR implementation crashes the VM if flush() is called after close().
The Tomcat developers won’t fix is, as they say flush() should never be called after close()… which is not exactly fair, as calling flush() after call on a normal stream just does nothing, or at worst triggers an exception, but never a JVM crash.

Anyways, given they won’t fix it, we need to find a definitive solution (going and fixing each output stream user is not an option, we can fix it today, and it would just end up breaking as other users of output streams show up)

Project:

GeoServer

Priority:

MajorMajor

Reporter:

Andrea Aime

This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: [http://www.atlassian.com/software/jira](http://www.atlassian.com/software/jira)