DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=37208>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=37208 Summary: Cookie Documentation clarifications Product: HttpClient Version: 3.0 RC4 Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: HttpCookie AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] The JavaDoc for CookieSpec mentions that the default policy is RFC2109 - it would be nice if this was mentioned on http://jakarta.apache.org/commons/httpclient/cookies.html as well (likewise for 2.0) The Javadoc for getDefaultPolicy() says to use getCookieSpec(String); it would be better to say to use getCookieSpec(DEFAULT), and it would be helpful to mention getDefaultSpec(). CookiePolicy Javadoc does not mention the IGNORE_COOKIES policy in the header documentation. The cookies.html page mentions automatic and manual handling of cookies, but does not provide any links as to how to control these. For example, how does one turn off automatic cookie handling? -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
