You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Chia-liang Kao <cl...@clkao.org> on 2008/03/05 19:25:27 UTC

[PATCH] mod_dontdothat allowing replay

Hi,

Attached is a patch that makes mod_dontdothat not to see
replay requests as expensive ones like update by default,
with a config option to disallow it.

[[

* mod_dontdothat/mod_dontdothat.c:
  Add no_replay flag to config entry.
  (start_element): respect no_replay in config when rejecting replay requests.

* mod_dontdothat/READER:
  Document the DontDoThatDisallowReplay directive.
]]

Cheers,
CLK