Detecting client-aborting request Jersey
问题 I have Jersey providing a restfull web service. It happens often that the client aborts request done via ajax, with the ajax abort methods like is explained here abort ajax request On server side I get the following output. Which is not nice to see. Is there a way to detect an aborted request in Jersey? SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: ClientAbortException: