ytoku

Results 2 issues of ytoku

**Describe the bug** `trash-empty` command does not list and clean NFS mountpoints. The problem was introduced at commit 22e655b3 to solve issue #214. PR #178 fixed same problem before. **trash-cli...

For Netty, the current version patches the `checkTrusted` method in `io.netty.handler.ssl.util.FingerprintTrustManagerFactory`. But actual `checkTrusted` method is in an anonymous inner class such as `io.netty.handler.ssl.util.FingerprintTrustManagerFactory$2`. The first version which has `checkTrusted`...