rlalfo / google-http-java-client

Automatically exported from code.google.com/p/google-http-java-client
0 stars 0 forks source link

Cookie parsing across all android versions #196

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
External references, such as a standards document, or specification?
http://developer.android.com/reference/java/net/HttpCookie.html#parse(java.lang.
String)
http://developer.android.com/reference/org/apache/http/impl/cookie/package-summa
ry.html

Java environments (e.g. Java 6, Android 2.3, App Engine, or All)?
Android all

Please describe the feature requested.
It would be nice to have a cookie parser in the client. Android 2.2 and below 
do not have java.net.HttpCookie, and the apache implementation is very overly 
complex (like the rest of HttpClient) and to do generic cookie parsing with it 
would require conversion in to HttpParams while HttpCookie can just parse 
strings.

Original issue reported on code.google.com by yincrash on 6 Feb 2013 at 3:59

GoogleCodeExporter commented 9 years ago

Original comment by ngmic...@google.com on 20 Feb 2013 at 3:32

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 5 Mar 2013 at 11:33