Zope and Eclipse WEBDAV
Hi - I'm trying to use Eclipse to connect to Zope over webdav and keep getting a 401 (unauthorised) on PROPFIND. I'm using the management user and security settings are in order. Does anyone know why this might be and if anyone has had success with Eclipse & Zope over webdav? Thanks, Nick
You should install VerboseSecurity to figure out why. -aj --On Dienstag, 5. Oktober 2004 15:31 Uhr +0200 Nick Bower <nicholas.bower@jrc.it> wrote:
Hi - I'm trying to use Eclipse to connect to Zope over webdav and keep getting a 401 (unauthorised) on PROPFIND. I'm using the management user and security settings are in order. Does anyone know why this might be and if anyone has had success with Eclipse & Zope over webdav?
Thanks, Nick
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org 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 )
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
participants (3)
-
Andreas Jung -
Dieter Maurer -
Nick Bower