[Repoze-dev] [issue57] _hasDefaultPage in repoze.zope2 returns false for some valid default pages

2012-03-16 Thread admin

System message:


--
status: done-cbb -> resolved

__
Repoze Bugs 

__
___
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev


[Repoze-dev] [issue57] _hasDefaultPage in repoze.zope2 returns false for some valid default pages

2009-01-25 Thread David Glick

David Glick  added the comment:

I discussed with chrism and applied a fix (and test) in r3357 (stripping off the
'@@' before doing the view lookup in _hasDefaultPage).  This fix doesn't address
the similar issue of using namespaced traversal to a default page, but we're
calling that a YAGNI for now.

--
assignedto: chrism -> davisagli
status: unread -> done-cbb

__
Repoze Bugs 

__
___
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev


[Repoze-dev] [issue57] _hasDefaultPage in repoze.zope2 returns false for some valid default pages

2009-01-25 Thread David Glick

New submission from David Glick :

With the ZPublisher I could publish an object which implemented
IBrowserPublisher and whose browserDefault method returned (self, '@@edit'). 
With repoze.zope2 this doesn't work because the _hasDefaultPage method of
Zope2ObobHelper isn't smart enough to strip off the @ symbols before trying to
do a view lookup.

--
assignedto: chrism
messages: 137
nosy: chrism, davisagli
priority: bug
status: unread
title: _hasDefaultPage in repoze.zope2 returns false for some valid default 
pages
topic: repoze.zope2

__
Repoze Bugs 

__
___
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev