You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2010/10/28 15:27:11 UTC

DO NOT REPLY [Bug 50171] New: get-task handles status code 102 incorrectly

https://issues.apache.org/bugzilla/show_bug.cgi?id=50171

           Summary: get-task handles status code 102 incorrectly
           Product: Ant
           Version: 1.8.0
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core tasks
        AssignedTo: notifications@ant.apache.org
        ReportedBy: per@qmplus.net


When we try to download a file that responds with "HTTP-Status: 102 Processing"

Ant then saves the message part to the indicated file and exits successful. The
propper behaviour should be, that it waits for a while, and then either gets
the data or fails. (see http://tools.ietf.org/html/rfc2518#section-10.1 )

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.