Bug 50171 - get-task handles status code 102 incorrectly
Summary: get-task handles status code 102 incorrectly
Status: NEW
Alias: None
Product: Ant
Classification: Unclassified
Component: Core tasks (show other bugs)
Version: 1.8.0
Hardware: PC Linux
: P2 normal (vote)
Target Milestone: ---
Assignee: Ant Notifications List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-28 09:27 UTC by Per Abich
Modified: 2010-10-28 09:27 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Per Abich 2010-10-28 09:27:07 UTC
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 )