org.apache.catalina.connector.ClientAbortException : An existing connection was forcibly closed by the remote host – Nginx
I have a download servlet in springboot-jsf application that is deployed on tomcat 9 and I am using nginx as web server as follows : @Controller public class DownloadServlet { private static final Logger log = LoggerFactory.getLogger(DownloadServlet.class); @Autowired private FileNetClient…