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

           Summary: Ant get task does not interact well with transparent
                    proxies
           Product: Ant
           Version: 1.8.1
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: critical
          Priority: P2
         Component: Core tasks
        AssignedTo: [email protected]
        ReportedBy: [email protected]


We have squid as a transparent proxy and if cache hit happens, it returns
content with Content-Encoding: gzip. If the content missed from cache, it is
returned normally. As result, the ant get task downloads and saves content in
gzip-ed or normal form depending on cache state, and this is not what most ant
scripts are expecting. 

Note, that in the case of cache hit, Content-Length: header is returned with
length of gziped content.

The more technical details on this problem are available in this Ivy bug
https://issues.apache.org/jira/browse/IVY-1194 , which was also affected by
this problem.

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

Reply via email to