Closed GoogleCodeExporter closed 9 years ago
Thank you for the report. Indeed, providing an InputStream for the keystore
appears to work only for a single thread, as other threads are then given a
depleted stream. A temporary workaround is to provide the keystore as a byte[]
array, a File or a KeyStore object. A permanent solution will be added in an
upcoming release.
Original comment by sype...@gmail.com
on 29 Nov 2011 at 3:53
Fixed in revision 340 (2.1.1a1)
The AppleServerBasicImpl class will now automatically ensure that the keystore
reference provided is reusable. If it is an InputStream, it will be preloaded
as a KeyStore object so that other threads don't get a depleted stream.
Original comment by sype...@gmail.com
on 30 Nov 2011 at 1:53
Original issue reported on code.google.com by
thomas...@googlemail.com
on 29 Nov 2011 at 2:04