[Zope-dev] Zope and Eclipse WEBDAV
Dieter Maurer
dieter at handshake.de
Tue Oct 5 15:04:16 EDT 2004
Nick Bower wrote at 2004-10-5 15:31 +0200:
>Hi - I'm trying to use Eclipse to connect to Zope over webdav and keep
>getting a 401 (unauthorised) on PROPFIND.
WebDAV access is protected in Zope.
Either allow it for "Anonymous" or tell Eclipse to authenticate you (and
ensure you have the necessary permission).
> I'm using the management user
>and security settings are in order.
Configure your "error_log" object to not ignore "Unauthorized".
Reproduce the error and look into the "error_log" for the
resulting traceback.
--
Dieter
More information about the Zope-Dev
mailing list