Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #14601
| 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> |
| Message-ID | <2Betr.11987$x11.2247@newsfe21.iad> (permalink) |
| Date | 2012-05-17 15:03 -0700 |
On 5/17/12 2:32 PM, Roedy Green wrote: > On Thu, 17 May 2012 09:17:14 -0700, Daniel Pitts > <newsgroup.nospam@virtualinfinity.net> wrote, quoted or indirectly > quoted someone who said : > >> There are many frameworks for making HTTP requests. A hint on which one >> you're using might make it easier to help you. > > The cookies are handled by > > CookieHandler.setDefault( new CookieManager( null /* in ram store */, > new NoKobo() ) ); > > The GETs are done with HttpURLConnection with my own HTTP thin wrapper > and around it. 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.
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