Hello Hareesh,

> When I tried to pass the same cookies through HttpClient, they are 
ignored.
> After looking through the documentation and code, I see that
> CookieSpecsBase.match() ignores it (with a warning in the logs). I 
believe
> this is the most permissive mode. 

What do you mean by "passing through HttpClient"? Did you put cookie 
objects
into the HttpState or did you set a Cookie: header or did you try 
something
else?

In your place, I would just put the cookies into the HttpState and supply 
a
default domain and path. Use the target host name for the domain and / as
the path. Then the match in CookieSpecBase should work.

hope that helps,
  Roland

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

Reply via email to