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=28566>.
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=28566

Handling sub-domain cookies.





------- Additional Comments From [EMAIL PROTECTED]  2004-04-26 23:27 -------
Works for me as well.

However this wasnt enough to get my code to work. This time problem happens to 
be with Cookie header formatting. HttpClient in non-strict mode sends out 
multiple "Cookie:" headers (HttpMethodBase.addCookieRequestHeader(). Whereas 
Mozilla/IE/LWP send out just one header with cookies delimited by semi-colon. 
   Looks like HttpClient does not exactly mimic the behaviour of common user 
agents, in this case. I am guessing strictMode would make it behave even more 
differently. So should this be fixed in non-strict mode?

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

Reply via email to