For several reasons, I need to build my own user identification
system, distinct from what is built-in.
I am making good progresses, but I am hindered by the request
processor, which considers that pages at URL like
mypackage/admin/something need authentication...
Could anyone tell me if, where and/or how I can disable this "feature" ?
(for the moment, I bypassed it by putting my admin pages in a
administration directory, and it might even be possible to
leave the pages at that address, but I still am curious !)