You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (JIRA)" <ji...@apache.org> on 2016/12/25 21:11:58 UTC

[jira] [Created] (WAGON-476) HTTP Provider follows redirects on PUT and changes request method

Michael Osipov created WAGON-476:
------------------------------------

             Summary: HTTP Provider follows redirects on PUT and changes request method
                 Key: WAGON-476
                 URL: https://issues.apache.org/jira/browse/WAGON-476
             Project: Maven Wagon
          Issue Type: Bug
          Components: wagon-http
    Affects Versions: 2.11
            Reporter: Michael Osipov
             Fix For: 2.12


By default {{HttpClient}} follows redirects with {{DefaultRedirectStrategy}} when nothing is configured or redirects aren't explicitly disabled. While this is fine for {{HEAD}} or {{GET}}, this causes errors at runtime and in tests for {{PUT}} requests. {{AbstractHttpClientWagon#put()}} handles redirects manually, but they never arrive there because the client automatically follows them and may -- dependend on the status code -- change request method, resulting in {{Not Found}} and not a re-{{PUT}}.

{{HttpClient}}-side redirect handling must be disabled for {{PUT}} requests and handled with the given code.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)