Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.9.1
-
Windows 7, Java 7
Description
Even though my thrift server is shutdown and (perhaps?) GC'ed,
the keystore file used is still locked by the VM.
In TSSLTransportFactory.createSSLContext() i see
ks.load(new FileInputStream(params.keyStore), params.keyPass.toCharArray());
The FileInputStreams are never closed, which they should.
Or is this done deliberately?