Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 12710 invoked from network); 17 Jun 2010 11:57:49 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 Jun 2010 11:57:49 -0000 Received: (qmail 34779 invoked by uid 500); 17 Jun 2010 11:31:08 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 34696 invoked by uid 500); 17 Jun 2010 11:31:06 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 34689 invoked by uid 99); 17 Jun 2010 11:31:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jun 2010 11:31:06 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jun 2010 11:31:03 +0000 Received: from thor.apache.org (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5HBUgeP007844 for ; Thu, 17 Jun 2010 11:30:42 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o5HBUfgW007843; Thu, 17 Jun 2010 07:30:41 -0400 (EDT) Date: Thu, 17 Jun 2010 07:30:41 -0400 (EDT) From: bugzilla@apache.org To: notifications@ant.apache.org Subject: DO NOT REPLY [Bug 49453] New: Ant get task does not interact well with transparent proxies X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ant X-Bugzilla-Component: Core tasks X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: constantine.plotnikov@gmail.com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: notifications@ant.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org 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: notifications@ant.apache.org ReportedBy: constantine.plotnikov@gmail.com 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.