DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24012>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24012 Ability to ignore (reject) cookies altogether ------- Additional Comments From [EMAIL PROTECTED] 2003-10-28 12:03 ------- Hello Oleg, you're right that the cookie policy becomes pointless if cookie parsing is disabled. Like the bass and treble knobs on my old amplifier become useless if I enable the "CD Direct" mode. What about cases when you want to disable cookie parsing for some methods, but have a cookie policy in place for those that do parse cookies? For my application, it doesn't matter in which way cookie parsing is disabled. It will have to handle cookies anyway, because they need to be stored outside of the HTTP Client's HttpState, and I don't want to create a new HttpState object for each request. But I still find the *off* switch preferable. I may even be able to rely on the HTTP Client's cookie parsing manually, without having cookies stored in the state. regards, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
