https://issues.apache.org/bugzilla/show_bug.cgi?id=53349
Priority: P2
Bug ID: 53349
Assignee: [email protected]
Summary: CONTENT_TYPE erroneously seen as empty string for <if>
Severity: normal
Classification: Unclassified
OS: Linux
Reporter: [email protected]
Hardware: PC
Status: NEW
Version: 2.5-HEAD
Component: Core
Product: Apache httpd-2
Reverse proxy on httpd 2.4.2
On the client i see the header "Content-Type" with value.
However, the only <if> i get to work is:
<if "-z %{CONTENT_TYPE}"> # ("-z" is empty string)
And as expected then, "-n" (not-empty string) does not work. (Neither does any
regex i tried).
--
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]