-
Technical Work
-
Resolution: Done
-
Minor
-
None
-
None
There is at least one Exception (java.net.SocketException) that we do not want to handle at all.
We will need to add whitelist behavior to the UnhandledExceptionFilter to ignore Exceptions that can be part of a User's normal browsing behavior.
Side Note: The java.net.SocketException is caused by an end User canceling or stopping a response stream before the stream was completely finished. These exceptions will often occur during data downloads where the User will cancel a download.
We will need to add whitelist behavior to the UnhandledExceptionFilter to ignore Exceptions that can be part of a User's normal browsing behavior.
Side Note: The java.net.SocketException is caused by an end User canceling or stopping a response stream before the stream was completely finished. These exceptions will often occur during data downloads where the User will cancel a download.