Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #14660
| From | Daniel Pitts <newsgroup.nospam@virtualinfinity.net> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: cookie Kludge |
| References | <3n09r7l6jmm986fe06toit4ald9sb38u5f@4ax.com> <ew9tr.23403$6Y6.14205@newsfe19.iad> <6drar7hebi9b5rsids7seafkfdj4v709p8@4ax.com> <2Betr.11987$x11.2247@newsfe21.iad> <m50fr75aon69qftegm5g0tk4g46l2oteoa@4ax.com> |
| Message-ID | <t%Wtr.22010$9H3.16209@newsfe06.iad> (permalink) |
| Date | 2012-05-19 17:35 -0700 |
On 5/19/12 4:16 AM, Roedy Green wrote: > On Thu, 17 May 2012 15:03:42 -0700, Daniel Pitts > <newsgroup.nospam@virtualinfinity.net> wrote, quoted or indirectly > quoted someone who said : > >> I seem to recall Java's built in URLConnection stuff is actually very >> bad at handling Cookies in a meaningful way. I tend to use apache >> commons httpclient instead. I haven't used the new httpcore, so I'm not >> sure how good it is compared. > Thanks. I thought Apache was just a wrapper on URLConnection Nope, The Apache commons stuff is a low-level implementation, which gives you better "hooks" into some of the more advanced features of the HTTP protocol. > I am trying to fix it the easy way first by getting kobo to generate > proper cookies. Delegation is often good first option. Good luck with third parties though ;-)
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
cookie Kludge Roedy Green <see_website@mindprod.com.invalid> - 2012-05-16 21:50 -0700
Re: cookie Kludge Daniel Pitts <newsgroup.nospam@virtualinfinity.net> - 2012-05-17 09:17 -0700
Re: cookie Kludge Roedy Green <see_website@mindprod.com.invalid> - 2012-05-17 14:32 -0700
Re: cookie Kludge Daniel Pitts <newsgroup.nospam@virtualinfinity.net> - 2012-05-17 15:03 -0700
Re: cookie Kludge Roedy Green <see_website@mindprod.com.invalid> - 2012-05-19 04:16 -0700
Re: cookie Kludge Daniel Pitts <newsgroup.nospam@virtualinfinity.net> - 2012-05-19 17:35 -0700
Re: cookie Kludge Roedy Green <see_website@mindprod.com.invalid> - 2012-05-26 01:34 -0700
Re: cookie Kludge Arne Vajhøj <arne@vajhoej.dk> - 2012-05-19 21:53 -0400
Re: cookie Kludge Arne Vajhøj <arne@vajhoej.dk> - 2012-05-19 21:46 -0400
csiph-web