CXF-8746: Support force GET on redirections#977
CXF-8746: Support force GET on redirections#977ypiel-talend wants to merge 1 commit intoapache:3.6.x-fixesfrom
Conversation
|
@ypiel-talend my apologies, I have difficulties to understand this change, the sections you are referring to note that:
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. |
|
Superseded by #2952 with a cleaner, non-API-breaking approach. Instead of threading a |
|
Superseded by #2952 which implements this with a minimal, non-API-breaking approach using a contextual property. |
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.