You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by GitBox <gi...@apache.org> on 2022/08/08 16:25:49 UTC

[GitHub] [cxf] ypiel-talend opened a new pull request, #977: CXF-8746: Support force GET on redirections

ypiel-talend opened a new pull request, #977:
URL: https://github.com/apache/cxf/pull/977

   CXF-8746: Support force GET on 301 & 302 redirections for historical reasons as explained in https://www.rfc-editor.org/rfc/rfc7231.html section 6.4.2 & 6.4.3.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cxf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cxf] reta commented on pull request #977: CXF-8746: Support force GET on redirections

Posted by GitBox <gi...@apache.org>.
reta commented on PR #977:
URL: https://github.com/apache/cxf/pull/977#issuecomment-1242985505

   @ypiel-talend my apologies, I have difficulties to understand this change, the sections you are referring to note that:
   
   >  Note: For historical reasons, a user agent MAY change the request
         method from POST to GET for the subsequent request.  If this
         behavior is undesired, the 307 (Temporary Redirect) status code
         can be used instead.
   
   This is the behavior driven by user agent (client) and not the server, I am not sure why CXF needs change here. Also, seems like this is really outdated behavior (from notes on spec), why do we need to support it? What is the use case?
   
   Thank you.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cxf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org