Artifacts are uploaded twice in the case of HTTP redirection
------------------------------------------------------------

                 Key: MNG-4268
                 URL: http://jira.codehaus.org/browse/MNG-4268
             Project: Maven 2
          Issue Type: Bug
          Components: Deployment
    Affects Versions: 2.1.0
         Environment: Debian unstable, Sun JDK 6.0u14
            Reporter: Alex Hvostov
            Priority: Minor


When deploying to an HTTP (not DAV) repository, if the request is redirected, 
the artifact is uploaded twice: once for the original request, and then again 
at the redirect location.

Please consider using "Expect: 100-continue" when uploading, so as not to waste 
bandwidth in the case of a redirect. See RFC 2616 section 8.2.3.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to