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
Original issue reported on code.google.com by
yincrash
on 6 Feb 2013 at 3:59