I see that a lot of the cookie handling got cleaned up but there's one behavior that seems broken now.

If I manually set a "cookie" header on a request (for example, if I'm proxying a request myself), HttpMethodBase will always clobber it during addCookieRequestHeader(). I would think that it should merge in any client state cookies to the header I add, rather than clobbering mine.

Should I file a bug?

FYI, I "work-around" this bug, by subclassing GetMethod (or any other HttpMethod) and overridding addCookieRequestHeader() to be a no-op.

Thanks,
Eric

--
Eric Bloch
Laszlo Systems, Inc.
1040 Mariposa Street, SF, CA 94107

voice: 415.241.2721
fax:   415.865.2914
email: [EMAIL PROTECTED]

---

Laszlo allows Behr to deliver a breakthrough experience with ColorSmart by
BEHR application.

http://www.behr.com






--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to