On Tue, Nov 23, 2004 at 12:55:29PM -0500, Neil Schemenauer wrote: > We have decided to use utility functions for access > control. E.g. > > class MyDirectory(Directory): > > def _q_index(self): > check_access() > ... That is, you test auth on every request "manually" in the every published method? And if you forget - the method is public? Oleg. -- Oleg Broytmann http://phd.pp.ru/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.