[mod_python] multiple requests to authenhandler for a single url

Gregory (Grisha) Trubetskoy grisha at modpython.org
Wed Oct 5 23:20:05 EDT 2005



On Wed, 5 Oct 2005, Jim Gallacher wrote:

> It's not too much of a stretch to imagine that it may call the auth 
> handler once for each subdirectory in a url as well.

This is exactly how it works - the handler is called once for every 
directory. One way to think of it is to ask a question - How else would 
you get an opportunity to check whether a directory is allowed to be seen 
from outside?

Grisha


More information about the Mod_python mailing list