You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by "Roy T. Fielding" <fi...@kiwi.ics.uci.edu> on 1999/02/10 12:18:38 UTC

Re: , was Re: cvs commit: apache-1.3/src/main http_core.c

>I think you missed out a bit of my patch when merging the
><LimitExcept> functionality into ap_limit_section: you want to change
>the initialisation of limited to
>	int limited = tog ? (1 << M_TRACE) : 0;
>otherwise TRACE will be limited unless it is mentioned explicitly.

It wasn't needed -- TRACE is handled before authentication is checked,
so there is no way to limit it.  No harm, no foul.

Cheers,

....Roy