fred b created CXF-4398:
---------------------------

             Summary: Handling of 303 redirections 
                 Key: CXF-4398
                 URL: https://issues.apache.org/jira/browse/CXF-4398
             Project: CXF
          Issue Type: Improvement
          Components: JAX-RS
    Affects Versions: 2.5
            Reporter: fred b


It appears that the HttpConduit class do not follow 303 HTTP_SEE_OTHER 
redirects. There is already a special case for 301,302 and 307 responses, but 
no extension mechanism for specific http status handling.
A quick fix consists of adding the 303 code handling in  HttpConduit.java, as 
done in the provided patch.

--
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