[z3-five] SVN: Products.Five/branches/1.4/ Backported the traversal order changes from zope 2.10

yuppie y.2006_ at wcm-solutions.de
Tue Jul 25 23:02:10 CEST 2006


Hi!


Alec Mitchell wrote:
> Log message for revision 69121:
>   Backported the traversal order changes from zope 2.10

There's a bug in that change. HEAD requests (and I guess also other 
FTP/WebDAV requests) trigger this error:

ERROR Zope.SiteErrorLog http://www.example.org/mySite/virtual_hosting//
Traceback (innermost last):
   Module ZPublisher.Publish, line 106, in publish
   Module ZPublisher.BaseRequest, line 325, in traverse
   Module webdav.NullResource, line 66, in __bobo_traverse__
NotFound: The requested resource was not found.

The VirtualHostMonster adds 'virtual_hosting//' to the URL (don't ask me 
why). 'virtual_hosting' has to be acquired, but now a NullResource is 
created instead.


Cheers,

	Yuppie



More information about the z3-five mailing list