On 6/18/2012 1:01 PM, Endi Sukma Dewata wrote:
Previously HTTPClient.sslConnect() would return a null if there is
a connection issue. Some code in pkisilent did not check the return
value properly so it would throw an exception. The sslConnect() has
been modified to throw an exception instead.
Ticket #180
Revised based on Abhishek's feedback:
1. Reformat the finally clause.
2. Removed try-catch for ps.close().
3. Fixed missing js.close().
--
Endi S. Dewata