
bugzilla at apache
Jun 1, 2012, 12:29 PM
Post #1 of 1
(78 views)
Permalink
|
|
[Bug 53349] New: CONTENT_TYPE erroneously seen as empty string for <if>
|
|
https://issues.apache.org/bugzilla/show_bug.cgi?id=53349 Priority: P2 Bug ID: 53349 Assignee: bugs [at] httpd Summary: CONTENT_TYPE erroneously seen as empty string for <if> Severity: normal Classification: Unclassified OS: Linux Reporter: petterb [at] gmail 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: bugs-unsubscribe [at] httpd For additional commands, e-mail: bugs-help [at] httpd
|