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: [email protected]
ReportedBy: [email protected]
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.