DAV is hosed on the trunk

Bug #98120 reported by Philipp von Weitershausen
2
Affects Status Importance Assigned to Milestone
Zope 3
Fix Released
High
Unassigned

Bug Description

When connecting to Zope 3 with a DAV client, e.g.::

  $ cadaver http://localhost:8080

I am not only asked for my credentials (it shouldn't be that way), but when I pass a set of right credentials (such as a manger account), the client returns with a 500 Server Error.

From the Z3 log:

127.0.0.1 - zope.anybody [22/Feb/2005:12:11:06 +0200] "OPTIONS / HTTP/1.1" 200 272 "" "neon/0.23.9 cadaver/0.20.5"
127.0.0.1 - zope.anybody [22/Feb/2005:12:11:06 +0200] "PROPFIND / HTTP/1.1" 401 216 "" "neon/0.23.9 cadaver/0.20.5"
------
2005-02-22T12:11:08 ERROR SiteError Exception while getting view on exception
Traceback (most recent call last):
  File "/Users/philipp/dev/Zope3/src/zope/app/publication/zopepublication.py", line 296, in handleException
    name = zapi.getDefaultViewName(exception, request)
  File "/Users/philipp/dev/Zope3/src/zope/app/publisher/browser/__init__.py", line 76, in getDefaultViewName
    context, request)
ComponentLookupError: ("Couldn't find default view name", None, <zope.publisher.http.HTTPRequest instance URL=http://localhost:8080>)
127.0.0.1 - zope.sample_manager [22/Feb/2005:12:11:08 +0200] "PROPFIND / HTTP/1.1" 500 308 "" "neon/0.23.9 cadaver/0.20.5"

Tags: bug core
Revision history for this message
Stephan Richter (srichter) wrote :

Changes: submitter email, importance (critical => urgent)

Revision history for this message
Jim Fulton (jim-zope) wrote :

Status: Pending => Resolved

Fixed according to CHANGES.txt.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.