https://bz.apache.org/bugzilla/show_bug.cgi?id=63772

            Bug ID: 63772
           Summary: Directive Require, ReqireAll don't work with tabular
                    indentation
           Product: Apache httpd-2
           Version: 2.4.25
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: minor
          Priority: P2
         Component: mod_authz_core
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

When formatting a Require and/or ReqireAll section with tabulator, patterns
never match.
_Example_
 <Location /my/location>
     <RequireAll>
      Require expr %{MyVariable} in { \
        'MyPattern', \
        'NextPattern' \
        [....]
      }
      Require expr %{NextVariable} in { \ 
        'SomeMorePattern', \
        [...]
      }
    </RequireAll>
  </Location>

When the above section is fomatted with [[:space:]], all works fine. When done
with [[:tabulator:]], it does not.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to