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 _______________________________________________ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )
