You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Sangjin Lee (JIRA)" <ji...@apache.org> on 2008/03/17 19:04:25 UTC

[jira] Closed: (GERONIMO-3846) cookies are not carried over when requests are redirected

     [ https://issues.apache.org/jira/browse/GERONIMO-3846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sangjin Lee closed GERONIMO-3846.
---------------------------------


> cookies are not carried over when requests are redirected
> ---------------------------------------------------------
>
>                 Key: GERONIMO-3846
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3846
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: AsyncHttpClient
>    Affects Versions: 1.x
>            Reporter: Sangjin Lee
>            Assignee: Rick McGuire
>            Priority: Minor
>         Attachments: GERONIMO-3846.patch
>
>
> When you send a request and receive a redirect response (301 or 302), the response may contain cookies (via Set-Cookie header).  For subsequent redirect requests, these cookies need to be sent.  Currently AHC does not send any cookies unless explicitly set by the caller.
> Two cases where this should be done are redirects and auth challenges.

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