stas 2004/03/03 15:03:10
Modified: todo features_registry Log: summarize the acl support thread Revision Changes Path 1.2 +9 -0 modperl-2.0/todo/features_registry Index: features_registry =================================================================== RCS file: /home/cvs/modperl-2.0/todo/features_registry,v retrieving revision 1.1 retrieving revision 1.2 diff -u -u -r1.1 -r1.2 --- features_registry 3 Mar 2004 22:45:40 -0000 1.1 +++ features_registry 3 Mar 2004 23:03:10 -0000 1.2 @@ -30,6 +30,15 @@ - documentation +- acl support via 'filetest qw(access)'. It was decided that having + this feature by default will be too expensive, because of the + overhead it adds. The solution was to add a sub-class that will + provide that functionality. It wasn't decided whether it'll be in + the core or should live on CPAN. Also it wasn't decided whether + RegistryCooker should provide the necessary implementation + callbacks. See: + http://marc.theaimsgroup.com/?t=107636627000001&r=1&w=2 + ### optimizations ### - currently the default is to strip __DATA__|__END__ and everything