3.) Tests with LOCK method expect as owner "/slide/users" (as replaced by "some owner"), but when being unauthenticated you are "/slide/unauthenticated". Shouldn't URI of unauthenticated be in users as well? Like "/slide/users/unauthenticated"? Or should "some owner" be less restrictive?
Could fix this by replacing
if "%DAV_AUTH%" == "none" set ROOT_USER_PATH=/%DAV_NAME%/users
with
if "%DAV_AUTH%" == "none" set ROOT_USER_PATH=/%DAV_NAME%/unauthenticated
in TProcessor.CMD
Is this the correct fix or should unauthenticated be in users collection instead?
Oliver
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
