You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2010/12/03 22:26:12 UTC

[jira] Created: (HTTPCLIENT-1030) Implement "ignoreCookies" CookieSpec

Implement "ignoreCookies" CookieSpec
------------------------------------

                 Key: HTTPCLIENT-1030
                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1030
             Project: HttpComponents HttpClient
          Issue Type: New Feature
          Components: HttpClient
            Reporter: Sebb
         Attachments: IngnoreCookies.patch

It would be useful to Implement an "ignoreCookies" CookieSpec, as was done in Commons HC 3.1

This should be registered by DefaultHttpClient.createCookieSpecRegistry().

Patch to follow.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (HTTPCLIENT-1030) Implement "ignoreCookies" CookieSpec

Posted by "Oleg Kalnichevski (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HTTPCLIENT-1030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12966843#action_12966843 ] 

Oleg Kalnichevski commented on HTTPCLIENT-1030:
-----------------------------------------------

Hi Sebastian

One can completely disable cookie processing by removing two protocol interceptors from the protocol processing chain (RequestAddCookies and ResponseProcessCookies). However, if you think availability of "ignoreCookies" cookie spec would ease migration from 3.1 to 4.x, please by all of means go ahead and commit the patch.

Oleg

> Implement "ignoreCookies" CookieSpec
> ------------------------------------
>
>                 Key: HTTPCLIENT-1030
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1030
>             Project: HttpComponents HttpClient
>          Issue Type: New Feature
>          Components: HttpClient
>    Affects Versions: 4.1 Beta1
>            Reporter: Sebb
>         Attachments: IngnoreCookies.patch
>
>
> It would be useful to Implement an "ignoreCookies" CookieSpec, as was done in Commons HC 3.1
> This should be registered by DefaultHttpClient.createCookieSpecRegistry().
> Patch to follow.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (HTTPCLIENT-1030) Implement "ignoreCookies" CookieSpec

Posted by "Sebb (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HTTPCLIENT-1030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12966845#action_12966845 ] 

Sebb commented on HTTPCLIENT-1030:
----------------------------------

Thanks. 
Having an ignore option will make it easier for JMeter which currently uses the ignoreSpec to suppress cookie handling; I imagine other applications may do the same.

> Implement "ignoreCookies" CookieSpec
> ------------------------------------
>
>                 Key: HTTPCLIENT-1030
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1030
>             Project: HttpComponents HttpClient
>          Issue Type: New Feature
>          Components: HttpClient
>    Affects Versions: 4.1 Beta1
>            Reporter: Sebb
>         Attachments: IngnoreCookies.patch
>
>
> It would be useful to Implement an "ignoreCookies" CookieSpec, as was done in Commons HC 3.1
> This should be registered by DefaultHttpClient.createCookieSpecRegistry().
> Patch to follow.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (HTTPCLIENT-1030) Implement "ignoreCookies" CookieSpec

Posted by "Sebb (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HTTPCLIENT-1030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebb updated HTTPCLIENT-1030:
-----------------------------

    Attachment: IngnoreCookies.patch

> Implement "ignoreCookies" CookieSpec
> ------------------------------------
>
>                 Key: HTTPCLIENT-1030
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1030
>             Project: HttpComponents HttpClient
>          Issue Type: New Feature
>          Components: HttpClient
>            Reporter: Sebb
>         Attachments: IngnoreCookies.patch
>
>
> It would be useful to Implement an "ignoreCookies" CookieSpec, as was done in Commons HC 3.1
> This should be registered by DefaultHttpClient.createCookieSpecRegistry().
> Patch to follow.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (HTTPCLIENT-1030) Implement "ignoreCookies" CookieSpec

Posted by "Sebb (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HTTPCLIENT-1030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebb updated HTTPCLIENT-1030:
-----------------------------

    Affects Version/s: 4.1 Beta1

> Implement "ignoreCookies" CookieSpec
> ------------------------------------
>
>                 Key: HTTPCLIENT-1030
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1030
>             Project: HttpComponents HttpClient
>          Issue Type: New Feature
>          Components: HttpClient
>    Affects Versions: 4.1 Beta1
>            Reporter: Sebb
>         Attachments: IngnoreCookies.patch
>
>
> It would be useful to Implement an "ignoreCookies" CookieSpec, as was done in Commons HC 3.1
> This should be registered by DefaultHttpClient.createCookieSpecRegistry().
> Patch to follow.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Resolved: (HTTPCLIENT-1030) Implement "ignoreCookies" CookieSpec

Posted by "Sebb (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HTTPCLIENT-1030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebb resolved HTTPCLIENT-1030.
------------------------------

    Resolution: Fixed

> Implement "ignoreCookies" CookieSpec
> ------------------------------------
>
>                 Key: HTTPCLIENT-1030
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1030
>             Project: HttpComponents HttpClient
>          Issue Type: New Feature
>          Components: HttpClient
>    Affects Versions: 4.1 Beta1
>            Reporter: Sebb
>         Attachments: IngnoreCookies.patch
>
>
> It would be useful to Implement an "ignoreCookies" CookieSpec, as was done in Commons HC 3.1
> This should be registered by DefaultHttpClient.createCookieSpecRegistry().
> Patch to follow.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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