durusmail: quixote-users: RELEASED: Quixote 2.0a2
RELEASED: Quixote 2.0a2
2004-11-23
2004-11-23
2004-11-23
2004-11-23
2004-11-24
2004-11-24
2004-11-25
2004-11-24
Re: R: [Quixote-users] RELEASED: Quixote 2.0a2
2004-11-25
2004-11-28
2004-11-28
2004-11-28
2004-11-29
2004-11-23
RELEASED: Quixote 2.0a2
Oleg Broytmann
2004-11-23
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.

reply