Description
BinariesServlet leaves logs like the following whenever web client's socket closes connection during download:
04.08.2011 10:29:14 ERROR [org.hippoecm.hst.servlet.BinariesServlet.doGet():259] IOException while getting stream for binaries request '/site/binaries/content/gallery/banners/2010/07/organic-lunch-bag-prints.png'
ClientAbortException: java.net.SocketException: Connection reset
at org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:358)
at org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:432)
at org.apache.tomcat.util.buf.ByteChunk.append(ByteChunk.java:347)
....