I followed the instructions on setting up Webdav for Windows 7, but I am still experiencing problems.
I know the server is up and running because the rest and restxq interfaces are working. But I can't get Windows 7 to use it as a webdav server. I get the usual "The folder you entered does not appear to be valid/ Please choose another".
This site (http://shon.org/blog/2010/03/04/howto-fix-windows-7-64bit-webdav/ [1]) claims Windows 7 will not use basic auth, but points to the same MS page that shows how to change the registry. Is there a way to setup Webdav on basex so it uses digest authentication"?
In case I missed something stupid, here is what my webdav parameters are in the registry…
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetservicesWebClientParameters]
"SupportLocking"=dword:00000001
"InternetServerTimeoutInSec"=dword:0000001e
"ServiceDllUnloadOnStop"=dword:00000001
"ServerNotFoundCacheLifeTimeInSec"=dword:0000003c
"ClientDebug"=dword:00000000
"FileSizeLimitInBytes"=dword:02faf080
"SendReceiveTimeoutInSec"=dword:0000003c
"LocalServerTimeoutInSec"=dword:0000000f
"FileAttributesLimitInBytes"=dword:000f4240
"AcceptOfficeAndTahoeServers"=dword:00000001
"ServiceDebug"=dword:00000000
"ServiceDll"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,
00,74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,
77,00,65,00,62,00,63,00,6c,00,6e,00,74,00,2e,00,64,00,6c,00,6c,00,00,00
"BasicAuthLevel"=dword:00000002
Bob
Links: ------ [1] http://shon.org/blog/2010/03/04/howto-fix-windows-7-64bit-webdav/