on 1/2/2001 10:08 PM, "Craig R. McClanahan" <[EMAIL PROTECTED]>
wrote:
> That's why the values stored in the HashMap are ArrayLists of all the values
> received for that header name, as the JavaDoc comment immediately above this
> line points out :-).
doh!
-jon
---
Jon Stevens wrote:
> on 1/2/2001 9:50 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
>
> > +protected HashMap saveHeaders = new HashMap();
>
> What if there is more than one header?
>
> Set-Cookie:
>
That's why the values stored in the HashMap are ArrayLists of all the values
received fo
on 1/2/2001 9:50 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> +protected HashMap saveHeaders = new HashMap();
What if there is more than one header?
Set-Cookie:
-jon
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
Fo
Jon Stevens wrote:
> on 12/26/2000 10:57 AM, "[EMAIL PROTECTED]"
> <[EMAIL PROTECTED]> wrote:
>
> > NOTE: The
> > HttpURLConnection class does not handle this correctly, so the test client
> > now has the option to use a low-level socket connection instead of
> > HttpURLConnection on each test.
on 12/26/2000 10:57 AM, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
> NOTE: The
> HttpURLConnection class does not handle this correctly, so the test client
> now has the option to use a low-level socket connection instead of
> HttpURLConnection on each test.
Please note, HttpURLConnection d