On Mon, Oct 17, 2022 at 12:05 PM Ruediger Pluem <rpl...@apache.org> wrote: > > On 10/17/22 11:48 AM, yla...@apache.org wrote: > > > > Add a DAVLockDiscovery configuration directive that allows lockdiscovery to > > be > > disabled. Its argument is an Apache expression so that flexible > > configuration > > are possible (per-request). > > Why do we need to use an Apache expression here? Wouldn't it be sufficient to > have > DAVLockDiscovery as a flag (On/Off) with default to On that can be placed in > an > <If > block if expressions are needed?
Yes, that'd work equally and is probably more inline with other directives. I can change it that way after we're done discussing the suitability of the patch.. Regards; Yann.