[
https://issues.apache.org/jira/browse/KNOX-356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13983841#comment-13983841
]
ASF subversion and git services commented on KNOX-356:
------------------------------------------------------
Commit 55f176d390920ea81a4d06a5a9349dbb9244de0b in knox's branch
refs/heads/master from [~lmccay]
[ https://git-wip-us.apache.org/repos/asf?p=knox.git;h=55f176d ]
KNOX-356 - change redirect servlet to use 307s instead of 302s
> Change GatewayRedirectServlet to send a 307 instead of 302
> ----------------------------------------------------------
>
> Key: KNOX-356
> URL: https://issues.apache.org/jira/browse/KNOX-356
> Project: Apache Knox
> Issue Type: Bug
> Components: Server
> Reporter: Larry McCay
> Fix For: 0.5.0
>
>
> 307's are more typically sent for these cases since handling of 302's by
> useragents seems to have universally been done incorrectly. When receiving a
> 302 from a POST or PUT, apparently useragents follow the redirect to the
> Location and issue a GET.
> 307's were introduced to indicate that the original HTTP verb should be
> reused in the redirection.
--
This message was sent by Atlassian JIRA
(v6.2#6252)