RE: WebDAV Bug?

"Dennis E. Hamilton" <[email protected]> Thu, 12 Dec 2013 09:19:17 -0800
Newsgroups gmane.ietf.webdav
Organization NuovoDoc
Message-ID <[email protected]>
There might also be a MIME-type problem, depending on how the original =
file was split up and the parts renamed. =20

I would suggest renaming bits like that to have *.bin names to see if =
that overcomes it (and assuming the WebDav host has a MIME type rule for =
*.bin).

-----Original Message-----
From: ken [mailto:[email protected]]=20
Sent: Wednesday, December 11, 2013 16:31
To: Jim Schatzman
Cc: [email protected]
Subject: Re: WebDAV Bug?

On 12/09/2013 10:03 PM 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

I'm guessing that the problem isn't with apache or webdav, but rather=20
wtih the browser.  Check its settings -> applications to see if some app =

is automatically unzipping the first file, test_xaa.