You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by "Ross Gardler (Created) (JIRA)" <ji...@apache.org> on 2011/10/06 03:16:29 UTC

[jira] [Created] (WOOKIE-251) Proxy is losing headers

Proxy is losing headers
-----------------------

                 Key: WOOKIE-251
                 URL: https://issues.apache.org/jira/browse/WOOKIE-251
             Project: Wookie
          Issue Type: Improvement
    Affects Versions: 0.9.1
            Reporter: Ross Gardler
             Fix For: 0.9.2


ProxyClient does not return headers from the target system. This can be important if, for example, a cookie is set as a result of the request. The cookie is silently swallowed by the proxy code.

I think the best thing to do would be to have ProxyClient return the complete response object to the ProxyServlet. From there we can extract the response body and any other information that is needed, such as the cookies.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira