Fixed FindBugs warnings
This commit is contained in:
parent
1f6591feb2
commit
6da3fb5a90
@ -118,6 +118,7 @@ class HttpTunnelingChannelHandler extends SimpleChannelUpstreamHandler {
|
|||||||
} finally {
|
} finally {
|
||||||
reconnectLock.unlock();
|
reconnectLock.unlock();
|
||||||
if (!success) {
|
if (!success) {
|
||||||
|
assert cause != null;
|
||||||
throw cause;
|
throw cause;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -145,6 +146,9 @@ class HttpTunnelingChannelHandler extends SimpleChannelUpstreamHandler {
|
|||||||
session.invalidate();
|
session.invalidate();
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
// Gulp - https://jira.jboss.org/jira/browse/JBWEB-139
|
// Gulp - https://jira.jboss.org/jira/browse/JBWEB-139
|
||||||
|
logger.debug(
|
||||||
|
"Unexpected exception raised by the Servlet container; " +
|
||||||
|
"ignoring.", e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user