]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Reduce complexity and fix a regex.t based on observation by rpluem;
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 16 Sep 2010 18:14:32 +0000 (18:14 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 16 Sep 2010 18:14:32 +0000 (18:14 +0000)
commitfb6d2cd8e20d3435ac6fa6e50741f308f537deaf
tree5ef4d9d0f38520c919e584b6a120ea05e63993f6
parentedb04a3c9f38ce5f82466c8083c8f438dca26464
Reduce complexity and fix a regex.t based on observation by rpluem;

 - follow the same logic of '=' for >[=] and <[=], skipping p->type chars
   for the resulting p->pattern

 - introduce pskip logic to greatly simplify logging, track negation '!', '=',
   and new comparators ">/<[=]", backspacing only for the purpose of logging.
   It's trivial to expand this to the -X operators in the future.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@997869 13f79535-47bb-0310-9956-ffa450edef68
modules/mappers/mod_rewrite.c