On 03.10.2009 14:21, Graham Leggett wrote:
> Ruediger Pluem wrote:
>
>> Hm, why don't we do the ap_meets_conditions test here like in the
>> quick handler
>>
>> rv = ap_meets_conditions(r);
>> if (rv != OK) {
>>
>> /* Return cached status. */
>> return rv;
>> }
>
> This code path is a normal handler, we don't need to.
> ap_meets_conditions() is already done by the core.
Where?
The default handler in the core calls it explicitly and
mod_cgi / mod_cgid / mod_asis do so via ap_scan_script_header_err
Regards
RĂ¼diger