CookieJar.java bug?
"Aaron Lee" <[email protected]>
| Newsgroups | gmane.comp.web.httpunit.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, In CookieJar.java function getCookieTokens has a line that reads st.whitespaceChars(44,44); // comma which seems wrong because we should only use semicolon as a delimiter to separate. Including comma would make parsing date format wrong: e.g. expires=Mon, 31-May-1976 17:07:24 GMT -Aaron