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

        

Reply via email to