You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by "Park, Sung-Gu" <je...@thinkfree.com> on 2000/12/12 03:07:55 UTC

bug report about cookie.


- Class: WebdavClient, WebdavMethodBase, State, Cookie.

- Related methods:
   parseHeaders(WebdavClient),
   generateHeaders(WebdavMethodBase),
   getCookie, createCookie (State)

- Related DAV methods to apply especially: COPY, MOVE

- Cause:
   The createCookieHeader method doesn't need to have a String "path" parameter.
   It needs to pick it out in "Set-Cookie" header.

   I don't think the addCookies method works fine.


- Problem:
   The "name=value" in the Set-Cookie Header,  createCookieHeader doesn't pick it out exactly.