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

            Bug ID: 69328
           Summary: Apache config is not rejecting the requests if the URI
                    contains the spaces
           Product: Apache httpd-2
           Version: 2.4.62
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_access
          Assignee: bugs@httpd.apache.org
          Reporter: venkigoud...@gmail.com
  Target Milestone: ---

My config:
 RewriteCond %{QUERY_STRING} \s
 RewriteRule ^ - [R=404,L]

My request: https://ip/a/b? $1

one space in query string, but above Apache config is not returning 404 and
request went to backend serve.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to