turbomanage / basic-http-client

Automatically exported from code.google.com/p/basic-http-client
73 stars 25 forks source link

CookieManager is available only on api level 9 or greater #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
in AbstractHttpClient line 378 it instanciate a     java.net.CookieManager. 
Unfortunately, it is available only on 9 or greater. So to support lower api 
you need to either build your own, or don't use a cookie manager at all.

Original issue reported on code.google.com by thier...@gmail.com on 19 Jun 2012 at 5:35

GoogleCodeExporter commented 9 years ago
I took a look at this and it's more than I want to mess with just now. It would 
need a CookieManager impl for pre-Gingerbread devices.

Original comment by turboman...@gmail.com on 20 Jun 2012 at 12:02

GoogleCodeExporter commented 9 years ago
Issue 8 has been merged into this issue.

Original comment by turboman...@gmail.com on 21 Sep 2012 at 5:56

GoogleCodeExporter commented 9 years ago
Issue 8 has been merged into this issue.

Original comment by turboman...@gmail.com on 12 Nov 2012 at 11:22

GoogleCodeExporter commented 9 years ago
Wrapped AbstractHttpClient.ensureCookieManager() as per patch in issue 7. This 
allows the lib to be used for API < 8 although no CookieManager is available in 
that case.

Original comment by turboman...@gmail.com on 12 Nov 2012 at 11:25

GoogleCodeExporter commented 9 years ago
Issue 8 has been merged into this issue.

Original comment by turboman...@gmail.com on 27 Jan 2013 at 10:19

GoogleCodeExporter commented 9 years ago
Issue 8 has been merged into this issue.

Original comment by turboman...@gmail.com on 23 Mar 2013 at 4:46

GoogleCodeExporter commented 9 years ago
This is a beginner question, but anyway....how to get rid of the compilation 
errors? What API level should I specify?

Original comment by erik.zetterqvist73@gmail.com on 5 Apr 2013 at 12:52