[zope2-tracker] [Bug 180155] Re: HEAD requests in presents of browser:defaultView gives AttributeError in publisher

Martin Aspeli optilude at gmx.net
Sun Oct 4 07:54:38 EDT 2009


It's not implemented (at least not in Zope 2.12) and this is still a
problem.

If you register a defaultView on a folder, for example, it's impossible
to access the folder via WebDAV because of this error. It tries to
traverse to the default view when doing the initial PROPFIND request,
causing an error.

I actually think the correct solution should be to not traverse to the
defaultView for WebDAV requests.  It's not quite clear to me whether it
should happen on HEAD requests always, or only if the "maybe WebDAV
client" flag is set.

-- 
HEAD requests in presents of browser:defaultView gives AttributeError in publisher
https://bugs.launchpad.net/bugs/180155
You received this bug notification because you are a member of Zope 2
Developers, which is subscribed to Zope 2.


More information about the zope2-tracker mailing list