I am using this pattern with my application and I don't have the same 
problems. Are you using traversal? Can you post a more complete example of 
the problem being repeated? https://bitbucket.org/wwitzel3/riotoustools/ 
this is an example of the code I am using with groupfinder and the reify 
decorator. from what I know of the code I don't see any reason why accessing 
a static route would invoke the groupfinder unless you explicitly told the 
application to check for access. by default it should just allow static 
content to be viewed.

Here you can see, I've accessed the some css:

*
2011-04-19 19:00:32,093 debug_authorization of url 
http://localhost:6543/static/css/style.css (view name u'' against context 
<pyramid.static.StaticURLInfo object at 0x2570c50>): ACLDenied permission 
'__no_permission_required__' via ACE '<default deny>' in ACL '<No ACL found 
on any object in resource lineage>' on context <pyramid.static.StaticURLInfo 
object at 0x2570c50> for principals ['system.Everyone']
*

Wayne

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to