Re: HttpClient does not validate cookie's Path parameter

2019-01-30 Thread Oleg Kalnichevski
On Wed, 2019-01-30 at 14:31 +0200, Svetlin Zarev wrote: > Hi, > > HttpClientVersion 4.5.6/7 does not validate the cookie’s path > attribute. Is > this intentional ? > It depends on the _specific_ policy used by HttpClient and _specific_ version of the cookie being processed. Oleg > > With

HttpClient does not validate cookie's Path parameter

2019-01-30 Thread Svetlin Zarev
Hi, HttpClientVersion 4.5.6/7 does not validate the cookie’s path attribute. Is this intentional ? With version 4.1.3 I have the following behavior: 1. Http clients makes a request with URI “…/actual-path” 2. Server sends a Set-Cookie header with path attribute “Path=/cookie-path” 3. Http