https://issues.apache.org/bugzilla/show_bug.cgi?id=54866

--- Comment #2 from [email protected] ---
OK
you probably not familiar with mod_rewrite.
Normally space character was used to separate mod_rewrite expression
It already has meaning in rewrite line.

such as
RewriteCond %{THE_REQUEST} ^GET\ \/somethinggreat [NC]
mean match the regular expression with case insensitive
(you see [NC] is not part of regular expression)
but if I want to use space character in regular expression itself
I have to escape it with backslash
thus the backslash is required in this case.

And it not listed in error log even just "500 error".

-- 
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