- From: Julian Reschke <julian.reschke@gmx.de>
- Date: Wed, 11 Dec 2013 10:15:25 +0100
- To: Jim Schatzman <James.Schatzman@fulab.com>, w3c-dist-auth@w3.org
On 2013-12-10 04:03, Jim Schatzman wrote: > Can anyone explain the following behavior and how to fix it? > > I am running WebDAV with Apache2 version 2.2.15. > > I take a tgz file and split it. The files are named > > test_xaa test_xab test_xac etc. > > I then attempt to download the files through a browser. I have tried several browsers and the result is always the same. > > test_xab, test_xac, etc download without difficulty. > > However test_xaa gets renamed "test_xaa.tar" and it is, in fact unzipped, sort of. This a problem because it is invalid, since it was not unzipped with the other files attached. It cannot be just re-zipped and then the collection of files unsplit and unzipped, because zipping does not reproduce the original file. There does not seem to be any way to recover. > > Equally oddly, if I rename test_xaa to test_xaa.tgz, then it downloads without difficulty. It is not renamed, and it is not unzipped. > > I can find no reference to this behavior in online WebDAV manuals. > > Thanks! > > Jim a) Does this happen with other browsers as well? b) Do you have an HTTP trace? Best regards, Julian
Received on Wednesday, 11 December 2013 09:15:55 UTC