Why does the Authentication handler been called many times unnecessarily for
a url pattern like (http://localhost/test), Is there any way to ignore
within the handler it self.

Is it advisable to use  $r->is_initial_req;  and return OK.

<Location /test>

....

.....


</Location>
-- 
View this message in context: 
http://www.nabble.com/mod_perl-Authentication-handler---multiple-times-tf3096100.html#a8595653
Sent from the mod_perl - General mailing list archive at Nabble.com.

Reply via email to