You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Ole SH (JIRA)" <ji...@apache.org> on 2017/03/13 11:01:04 UTC

[jira] [Commented] (HTTPCLIENT-1788) Cookies for paths that are no prefix of the uri path are rejected (using CookieSpec Standard)

    [ https://issues.apache.org/jira/browse/HTTPCLIENT-1788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15907176#comment-15907176 ] 

Ole SH commented on HTTPCLIENT-1788:
------------------------------------

When using version 4.5.3 the cookies are not rejected anymore 

> Cookies for paths that are no prefix of the uri path are rejected (using CookieSpec Standard)
> ---------------------------------------------------------------------------------------------
>
>                 Key: HTTPCLIENT-1788
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1788
>             Project: HttpComponents HttpClient
>          Issue Type: Bug
>    Affects Versions: 4.5.2
>            Reporter: Ole SH
>            Priority: Minor
>             Fix For: 4.5.3, 5.0 Alpha2
>
>
> Using CookieSpec Standard if a response to a http request to http://.../abc contains a cookie for the path /def this cookie is rejected by httpclient. This is the correct behavior in case of [RFC 2109|https://www.ietf.org/rfc/rfc2109.txt] (cf. HTTPCLIENT-1043). But [RFC 6265|https://tools.ietf.org/html/rfc6265] (as far as I know) does not state that a cookie path must be a prefix of the request uri path. In 8.6 it is even mentioned as a "security problem" that 'an HTTP response to a request for http://example.com/foo/bar can set a cookie with a Path attribute of "/qux"'.
> I know that I can workaround my problem by using a custom cookie policy. I just wondered if this behavior of httpclient is correct with respect to RFC 6265.
> cf. http://mail-archives.apache.org/mod_mbox/hc-httpclient-users/201611.mbox/%3CADA7A9443C47CC4E9C065E9C84C6891D71D02963F0@ex01.ppinet.de%3E



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org