https://issues.apache.org/bugzilla/show_bug.cgi?id=45478
Summary: R flag in RewriteRule does not honor 400 and 500 range
error code
Product: Apache httpd-2
Version: 2.0.59
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: mod_rewrite
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
R flag in RewriteRule does not accept 400s and 500s error code.
To reproduce:
RewriteEngine On
RewriteCond %{THE_REQUEST} "HTTP/1.[01]$"
RewriteRule .* - [R=400]
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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]