When I upload a file using Apache Commons FileUpload, it throws an exception:
org.apache.commons.fileupload.FileUploadException: Exception filling buffer with data from underlying input stream: not an EAGAIN status, so perhaps disconnected client?
How is this caused and how can I solve it?
Based on this thread
there is a bug reported with tomcat-5.5.x, that was resolved in 6.x.
Not a smoking gun answer, but worth checking out.