rschilling / websmsdroid

Automatically exported from code.google.com/p/websmsdroid
0 stars 0 forks source link

Utils.getHttpClient is too protected #529

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Utils.getHttpClient with signature (..., trustAll, knownFingerprints) is 
currently a private class member. I propose declaring it as a public function.

My use case is presenting the user with an option to enable/disable SSL cert 
checking. I would like to use getHttpClient with both trustAll (user supplied) 
and knownFingerprints (code supplied).

Original issue reported on code.google.com by sca...@gmail.com on 7 Jun 2011 at 3:16

GoogleCodeExporter commented 9 years ago
done :)

Original comment by f...@ub0r.de on 7 Jun 2011 at 4:56