[ZCM] [ZC] 1145/ 3 Accept "WebDAV broken in 2.7.0-b3"

Collector: Zope Bugs, Features, and Patches ... zope-coders-admin at zope.org
Mon May 17 14:28:28 EDT 2004


Issue #1145 Update (Accept) "WebDAV broken in 2.7.0-b3"
 Status Accepted, Zope/bug medium
To followup, visit:
  http://zope.org/Collectors/Zope/1145

==============================================================
= Accept - Entry #3 by ajung on May 17, 2004 2:28 pm

 Status: Pending => Accepted

 Supporters added: ajung

Initial HTTP traffic between MSIE and Zope (recorded with WebDAV):


GET / HTTP/1.1
Accept: */*
Accept-Language: de
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; .NET CLR 1.1.4322)
Host: 192.168.0.12:7000
Connection: Keep-Alive
Cookie: __ac="YWp1bmc6cG5tYXN0ZXI%3D%0A"; _ZopeId="59935622A1UUBEaLfTM"
Authorization: Basic YWp1bmc6cG5tYXN0ZXI=

HTTP/1.1 500 Internal Server Error
Server: Zope/(unreleased version, python 2.3.3, linux2) ZServer/1.1 Plone/2.0.1
Date: Mon, 17 May 2004 18:23:06 GMT
Bobo-Exception-Line: 582
Content-Length: 797
Bobo-Exception-Value: See the server error log for details
Content-Type: text/html
Bobo-Exception-Type: AttributeError
Etag: 
Bobo-Exception-File: Resource.py

<html>
  <head><title>Zope</title></head>
  <body bgcolor="#FFFFFF">


  <h2>Site Error</h2>

  <p>An error was encountered while publishing this resource.
  </p>
  
  <p>
  <strong>Error Type: AttributeError</strong><br />
  <strong>Error Value: manage_FTPget</strong><br /> 
  </P>
 
  <hr noshade="noshade" />
 
  <p>Troubleshooting Suggestions</p>

  <ul>
    <li>The URL may be incorrect.</li>
  <li>The parameters passed to this resource may be incorrect.</li>
  <li>A resource that this resource relies on may be encountering
      an error.</li>
  </ul>

  <p>For more detailed information about the error, please
  refer to the HTML source for this page.
  </p>

  <p>If the error persists please contact the site maintainer.
  Thank you for your patience.
  </p>

  

  </body>
</html>


The problem seems to depend somehow on the Cookie or Authorization header. The object that is causing the error
is the application object which does not have manager_FTPget
defined....no clue about the problem behind.
________________________________________
= Comment - Entry #2 by abbatini on May 12, 2004 4:33 am

This same behaviour observed at Firefox 0.8 Mozilla/5.0 (Windows; U; Windows NT 5.1; pl-PL; rv:1.6) Gecko/20040206 Firefox/0.8.

But "WebDAV Explorer":http://www.ics.uci.edu/%7Ewebdav/ work.
________________________________________
= Request - Entry #1 by Anonymous User on Dec 7, 2003 11:30 am

All attempts to use WebDAV via MSIE6 results in the following error:

 Site Error
 An error was encountered while publishing this resource. 

 Error Type: AttributeError
 Error Value: manage_FTPget

 ...etc...

 ----------------------------------------------------
 Zope Error Log entry says:

 Time 2003/12/07 16:25:32.095 GMT 
 User Name (User Id) Adminstrator (Administrator) 
 Request URL http://somesite.com:1980/manage_DAVget 
 Exception Type AttributeError 
 Exception Value manage_FTPget  

 Traceback (innermost last): 

 Module ZPublisher.Publish, line 100, in publish 
 Module ZPublisher.mapply, line 88, in mapply 
 Module ZPublisher.Publish, line 40, in call_object 
 Module webdav.Resource, line 581, in manage_DAVget 

 AttributeError: manage_FTPget 

==============================================================




More information about the Zope-Collector-Monitor mailing list