[
https://issues.apache.org/jira/browse/KNOX-2130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Risden updated KNOX-2130:
-------------------------------
Description:
InterruptedException should not be completely ignored. In many cases we catch
InterruptedException and then don't do anything. At minimum, we should at least
set the interrupted flag on the thread.
https://stackoverflow.com/questions/3976344/handling-interruptedexception-in-java
was:InterruptedException should not be completely ignored. In many cases we
catch InterruptedException and then don't do anything. At minimum, we should at
least set the interrupted flag on the thread.
> Handle InterruptedException better
> ----------------------------------
>
> Key: KNOX-2130
> URL: https://issues.apache.org/jira/browse/KNOX-2130
> Project: Apache Knox
> Issue Type: Bug
> Reporter: Kevin Risden
> Assignee: Kevin Risden
> Priority: Minor
> Fix For: 1.4.0
>
>
> InterruptedException should not be completely ignored. In many cases we catch
> InterruptedException and then don't do anything. At minimum, we should at
> least set the interrupted flag on the thread.
> https://stackoverflow.com/questions/3976344/handling-interruptedexception-in-java
--
This message was sent by Atlassian Jira
(v8.3.4#803005)