I'm using webdav to update to access files from Dreamweaver and it is working fine but when I try to use windows web folders feature it fails with the following error in zope log. It seems that windows is requesting the PROPFIND before authenticating. Any clues? Zope Version (Zope 2.7.5-final, python 2.3.5, linux2) Python Version 2.3.5 (#2, May 4 2005, 08:51:39) [GCC 3.3.5 (Debian 1:3.3.5-12)] System Platform linux2 Time 2005/06/27 15:05:48.973 GMT-3 User Name (User Id) Anonymous User (None) Request URL http://my.server/clientes/PROPFIND Exception Type Unauthorized Exception Value <strong>You are not authorized to access this resource.</strong> Traceback (innermost last): * Module ZPublisher.Publish, line 92, in publish * Module ZPublisher.BaseRequest, line 449, in traverse * Module ZPublisher.HTTPResponse, line 680, in unauthorized Unauthorized: <strong>You are not authorized to access this resource.</strong> Thanks in advance, -- Luiz Fernando B. Ribeiro Engenho Soluções para a Internet +55 11 6959-7610
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Luiz Fernando B. Ribeiro wrote:
I'm using webdav to update to access files from Dreamweaver and it is working fine but when I try to use windows web folders feature it fails with the following error in zope log. It seems that windows is requesting the PROPFIND before authenticating. Any clues?
Zope Version (Zope 2.7.5-final, python 2.3.5, linux2) Python Version 2.3.5 (#2, May 4 2005, 08:51:39) [GCC 3.3.5 (Debian 1:3.3.5-12)] System Platform linux2
Time 2005/06/27 15:05:48.973 GMT-3 User Name (User Id) Anonymous User (None) Request URL http://my.server/clientes/PROPFIND Exception Type Unauthorized Exception Value <strong>You are not authorized to access this resource.</strong>
Traceback (innermost last):
* Module ZPublisher.Publish, line 92, in publish * Module ZPublisher.BaseRequest, line 449, in traverse * Module ZPublisher.HTTPResponse, line 680, in unauthorized
Unauthorized: <strong>You are not authorized to access this resource.</strong>
Thanks in advance,
The Windows WebFolder implementation has been non-compliant with the DAV spec from the beginning, and further broken in various ways in each version. The usual recommendation is to buy an alternative, e.g. Enfold Systems' PloneDesktop, or WebDrive. Tres. - -- =================================================================== Tres Seaver +1 202-558-7113 tseaver@palladion.com Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCwQL2+gerLs4ltQ4RAnrIAJ0dZsPX9iTFm10B4eEnqEkWWPY7EACfc7FK Ne1wmNpjfv+dVcp+9U2u0Lo= =HYFw -----END PGP SIGNATURE-----
On Tue, 2005-06-28 at 03:57 -0400, Tres Seaver wrote:
The Windows WebFolder implementation has been non-compliant with the DAV spec from the beginning, and further broken in various ways in each version.
The usual recommendation is to buy an alternative, e.g. Enfold Systems' PloneDesktop, or WebDrive.
The bug may be shallower than that. Luiz, have you tried using the URL syntax that includes a username and password when using "open as webfolder"? http://user:password@server:port/ Webfolders do work against Zope, just not very reliably. MS breaks them every so often in subtle fun ways. For instance, I read a blog post somewhere that said an update to Win 2K in January broke Webfolders against Zope completely... I haven't had such luck, my web folders still work sometimes <wink>. - C
Luiz Fernando B. Ribeiro wrote at 2005-6-27 16:00 -0300:
I'm using webdav to update to access files from Dreamweaver and it is working fine but when I try to use windows web folders feature it fails with the following error in zope log. It seems that windows is requesting the PROPFIND before authenticating. Any clues?
Zope Version (Zope 2.7.5-final, python 2.3.5, linux2) Python Version 2.3.5 (#2, May 4 2005, 08:51:39) [GCC 3.3.5 (Debian 1:3.3.5-12)] System Platform linux2
Time 2005/06/27 15:05:48.973 GMT-3 User Name (User Id) Anonymous User (None) Request URL http://my.server/clientes/PROPFIND Exception Type Unauthorized Exception Value <strong>You are not authorized to access this resource.</strong>
This, by itself, is completely normal. MS WebDAV Access should in this case show a login dialog. After providing the correct authentication info, you should be able to access the folder. The "MS WebDAV Access" in my Windows XP Professional behaves in this way. -- Dieter
Dieter Maurer wrote:
Luiz Fernando B. Ribeiro wrote at 2005-6-27 16:00 -0300:
I'm using webdav to update to access files from Dreamweaver and it is working fine but when I try to use windows web folders feature it fails with the following error in zope log. It seems that windows is requesting the PROPFIND before authenticating. Any clues?
Zope Version (Zope 2.7.5-final, python 2.3.5, linux2) Python Version 2.3.5 (#2, May 4 2005, 08:51:39) [GCC 3.3.5 (Debian 1:3.3.5-12)] System Platform linux2
Time 2005/06/27 15:05:48.973 GMT-3 User Name (User Id) Anonymous User (None) Request URL http://my.server/clientes/PROPFIND Exception Type Unauthorized Exception Value <strong>You are not authorized to access this resource.</strong>
This, by itself, is completely normal.
MS WebDAV Access should in this case show a login dialog. After providing the correct authentication info, you should be able to access the folder.
The "MS WebDAV Access" in my Windows XP Professional behaves in this way.
Hi Dieter, The login dialog is show but even with my manager password it's not able to login. The error message above is repeated after each atempt. With Netdrive or Dreamweaver it works fine but windows web folders is a good feature for simple "users". I thought that some kind of workaround was available. Even with Chris sugestion to use full url with user and password has failed. I'm using Windows XP SP2. Thanks, Luiz Fernando B. Ribeiro Engenho Soluções para a Internet
Note that MS has a Webfolders "fixer" program, see: http://chapters.marssociety.org/webdav (beginning "Some Windows XP machines have a broken Web Folders installation. Microsoft includes a Web Folders repair utility built in to Windows to correct the problem. Use the following steps to fix the problem:") See also http://teyc.editthispage.com/2005/06/02 - C On Wed, 2005-06-29 at 01:19 -0300, Luiz Fernando B. Ribeiro wrote:
Dieter Maurer wrote:
Luiz Fernando B. Ribeiro wrote at 2005-6-27 16:00 -0300:
I'm using webdav to update to access files from Dreamweaver and it is working fine but when I try to use windows web folders feature it fails with the following error in zope log. It seems that windows is requesting the PROPFIND before authenticating. Any clues?
Zope Version (Zope 2.7.5-final, python 2.3.5, linux2) Python Version 2.3.5 (#2, May 4 2005, 08:51:39) [GCC 3.3.5 (Debian 1:3.3.5-12)] System Platform linux2
Time 2005/06/27 15:05:48.973 GMT-3 User Name (User Id) Anonymous User (None) Request URL http://my.server/clientes/PROPFIND Exception Type Unauthorized Exception Value <strong>You are not authorized to access this resource.</strong>
This, by itself, is completely normal.
MS WebDAV Access should in this case show a login dialog. After providing the correct authentication info, you should be able to access the folder.
The "MS WebDAV Access" in my Windows XP Professional behaves in this way.
Hi Dieter,
The login dialog is show but even with my manager password it's not able to login. The error message above is repeated after each atempt. With Netdrive or Dreamweaver it works fine but windows web folders is a good feature for simple "users". I thought that some kind of workaround was available. Even with Chris sugestion to use full url with user and password has failed.
I'm using Windows XP SP2.
Thanks,
Luiz Fernando B. Ribeiro Engenho Soluções para a Internet _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
Luiz Fernando B. Ribeiro wrote at 2005-6-29 01:19 -0300:
... The login dialog is show but even with my manager password it's not able to login. The error message above is repeated after each atempt.
This is a more precise problem description :-) I analyse such problems with a TCP logger (my favorite one is Shane's "tcpwatch"). It allows you to verify whether the problem is the server or the client. -- Dieter
participants (4)
-
Chris McDonough -
Dieter Maurer -
Luiz Fernando B. Ribeiro -
Tres Seaver