« Return to Thread: HTTP Proxy

Re: Re: HTTP Proxy

by Anatoli Kuzmin-2 :: Rate this Message:

Reply to Author | View in Thread

Hi Andrew,

Thanks!

Done
Cookies are lost on endpoints http://www.mulesource.org/jira/browse/MULE-4418
 Incorrect contentType on sync endpoint http://www.mulesource.org/jira/browse/MULE-4419




On Tue, Jun 30, 2009 at 5:12 PM, Andrew Perepelytsya <aperepel@...> wrote:

Hi Anatoli, welcome back :)

Could you please file a jira for this?
Andrew

On Jun 30, 2009 8:50 AM, "Anatoli Kuzmin" <anatoli.kuzmin@...> wrote:

Reason of the problem "Only one cookie":
HttpClient sends cookies in multiply headers "Cookie"
Mule stores them in Map as a result lost prev headers. The same problem for Set-Cookie

Solution http client (only for sender)
set http.protocol.single-cookie-header to true
http://hc.apache.org/httpclient-3.x/preference-api.html

On Tue, Jun 30, 2009 at 3:28 PM, Anatoli Kuzmin <anatoli.kuzmin@...> wrote: > > Hi > > I t...

--
Best regards,
Anatoli Kuzmin



--
Best regards,
Anatoli Kuzmin

 « Return to Thread: HTTP Proxy