Re: 'get' decompressing tar.gz files on-the-fly, sometimes

2007-07-23 Thread Simon P. Ditner
It seems that apache2 was triggering it. I commented out 'AddEncoding x-gzip gz tgz' from my apache2.conf, and that seems to be enough for it to arrive still compressed. On Sat, 21 Jul 2007, Alex Egg wrote: > Could apache be doing it?? > > On 7/21/07, Simon P. Ditner <[E

Re: 'get' decompressing tar.gz files on-the-fly, sometimes

2007-07-21 Thread Simon P. Ditner
It seems that apache2 was triggering it. I commented out 'AddEncoding x-gzip gz tgz' from my apache2.conf, and that seems to be enough for it to arrive still compressed. On Sat, 21 Jul 2007, Alex Egg wrote: > Could apache be doing it?? > > On 7/21/07, Simon P. Ditner <[E

'get' decompressing tar.gz files on-the-fly, sometimes

2007-07-21 Thread Simon P. Ditner
I have a simple build file downloading a few .tar.gz files from my web server running a stock Apache2 from Ubuntu 6.06, using Ant 1.7.0. One command in my build.xml is: http://myserver/project1/file1.tar.gz"; dest="src/file1.tar.gz" /> And then I have a second command that is nearly identical: