[GRADLE-3071] Remove warning log if SSHD client session throws exception Created: 21/Apr/14 Updated: 28/Apr/14 Resolved: 28/Apr/14 |
|
| Status: | Resolved |
| Project: | Gradle |
| Affects Version/s: | None |
| Fix Version/s: | 2.0-rc-1 |
| Type: | Bug | ||
| Reporter: | Benjamin Muschko | Assignee: | Benjamin Muschko |
| Resolution: | Fixed | Votes: | 0 |
| Description |
|
Due to a bug in the SSHD library, closing a client session occasionally throws a NullPointerException. In the Gradle code we try to handle this situation by catching the exception and logging a warning. We will need to remove the log message as soon as the bug is fixed. |