I recently moved a site from Railo to ColdFusion 10 and everything went fine except one error that keeps popping up that i never got on Railo.
I have a page for downloading .pdf documents done with just a simple cfheader and cfcontent to deliver the files
The error i keep getting emailed is;
The cause of this output exception was that: ClientAbortException: java.net.SocketException: Broken pipe.
There was a previous question here;
Unfortunately it is unanswered.
I can recreate the error by starting a download, and then cancelling it before its complete. So i thought maybe its just people cancelling downloads. But whats confusing me though is sometimes i'll get a few errors in a row, less than a minute between them, from the same user trying to download the same file, so i'm thinking is there any other reason for this error other than someone cancelling the download?