Commit 34df1b97 authored by Martin Kraemer's avatar Martin Kraemer
Browse files

Some time ago I noticed that

  <IfModule ! modname.c>  -> TRUE, no matter what 'modname' is.
  <IfModule !modname.c>   -> works as documented
So, to avoid problems when people add a space by mistake, I
changed the RAW_ARGS to a TAKE1 because the trailing "modname.c>" or
"!modname.c>" is always one arg, and we do not intend to allow
anything after the '>' character anyway.

Reviewed by: Ken Coar, Brian Behlendorf


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81974 13f79535-47bb-0310-9956-ffa450edef68
parent 299f624d
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment