You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Dick Davies <ra...@hellooperator.net> on 2009/10/13 11:06:21 UTC

[users@httpd] DAV locktokens clashing?

Any help with this would be very much appreciated - if this is the wrong
list please let me know where it should go.

I've got a reasonably biggish vhost with WebDAV over SSL enabled.
Users are only allowed to access their own parts of the site.
(I block them out with

<Location /a>
  Require user foo
</Location>
<Location /b>
  Require user bar
</Location>
)

Now and again, I'm seeing errors along the lines of:

user 'foo' submitted a  locktoken created by user 'bar'

when user foo is trying to create resources under /a.

I can't understand how this is possible. Has anyone seen this before?
The DavLockDB is per-vhost, so I suppose it's possible the UUIDs are
clashing (but then they're not *U*UIDs, I suppose).

Clients are various flavours of DreamWeaver.

Thanks for any suggestions.

---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org