Re: Webdav - Files sent twice with <limit PUT>

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 26 May 2010, at 11:18, Remi wrote:

> Hi all,
> 
> I have a server running apache with mod_dav enabled.
> I try to set up a directory where only valid users can put files. Anonymous can get these files.
> I have an issue with this configuration. Below is the behavior when a valid user put a file on the server :

Your trouble is you've "limited the limits", so clients don't know they're going to
be asked to authenticate until they send the PUT (or POST/etc) request.
At the same time, you evidently have clients that are either new or too dumb
to remember their credentials (a debug client might present itself as new
more often than an operational one).

If the upload is actually happening, it also means HTTP's conditional request
(Expect / 100-Continue) isn't happening.  That could be for many reasons:
hopefully it's not a server bug(!)  Does it happen with all clients?  Is there a
proxy involved?  What Apache version?

-- 
Nick Kew
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx




[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux