> Due to what Torsten found to make VFS IIS compatible I changed some checks.
> These checks are to determine if a file exists and is writeable.
> It still works with apache's dav and now also with IIS.

Thanks for applying it, mate.

But I reckon it's better to
use the DELETE verb for the
writeable check.

    protected boolean doIsWriteable() throws Exception
    {
        // Again to be IIS compatible
        // return hasAllowedMethods("POST");
        return hasAllowedMethods("DELETE");
    }

We also have byte range support
for webdav now. Would be good
if you could look over the
implementation and if it's
ok apply it as well :)

http://issues.apache.org/bugzilla/show_bug.cgi?id=35470

cheers
--
Torsten

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to