You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Amir D. Kolsky" <am...@kolsky.com> on 2002/04/24 23:16:39 UTC

createCookieHeader

In httpclient.Cookie.java
>public static Header createCookieHeader(String domain, String path, Cookie[] cookies) {
>  return Cookie.createCookieHeader(domain,path,false,cookies);
>}

Why are we using the deprecated createCookieHeader?

Amir

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>