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 for that header name, as the JavaDoc comment immediately above this
line points out :-).

>
> -jon
>

Craig


>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to