[Zope-dev] Zope and Eclipse WEBDAV

2004-10-05 Thread Nick Bower
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  -  [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 )


Re: [Zope-dev] Zope and Eclipse WEBDAV

2004-10-05 Thread Andreas Jung
You should install VerboseSecurity to figure out why.
-aj
--On Dienstag, 5. Oktober 2004 15:31 Uhr +0200 Nick Bower 
[EMAIL PROTECTED] 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  -  [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 )


___
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 )


Re: [Zope-dev] Zope and Eclipse WEBDAV

2004-10-05 Thread Dieter Maurer
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 )