I have an error that keeps popping up.
org.apache.catalina.connector.ClientAbortException: java.net.SocketTimeoutException at org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:345) at org.apache.catalina.connector.OutputBuffer.flushByteBuffer(OutputBuffer.java:780) at org.apache.catalina.connector.OutputBuffer.append(OutputBuffer.java:677) at org.apache.catalina.connector.OutputBuffer.writeBytes(OutputBuffer.java:380) at org.apache.catalina.connector.OutputBuffer.write(OutputBuffer.java:358) at org.apache.catalina.connector.CoyoteOutputStream.write(CoyoteOutputStream.java:103) at org.springframework.security.web.util.OnCommittedResponseWrapper$SaveContextServletOutputStream.write
It`s a SPA app written in Java and AngularJS.
I have my doubts if users are affected by this error or not and I would like to reproduce this. Is it even possible without running any code on server and just using browser or some other tools that are available on client side?
I`m leaning on the side that I should ignore this error, but just to be sure it would be nice to reproduce it.
I have tried to look up this message on StacK and Google.
Lampisjalg is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.