Bug 50171

Summary: get-task handles status code 102 incorrectly
Product: Ant Reporter: Per Abich <per>
Component: Core tasksAssignee: Ant Notifications List <notifications>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 1.8.0   
Target Milestone: ---   
Hardware: PC   
OS: Linux   

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 )