within header=... matches only the header value
authorHeikki Levanto <heikki@indexdata.dk>
Mon, 22 Jul 2013 09:40:49 +0000 (11:40 +0200)
committerHeikki Levanto <heikki@indexdata.dk>
Mon, 22 Jul 2013 09:40:49 +0000 (11:40 +0200)
commit19a8cbdf62b7307503fd4213a5b9626ec0d88f1c
treeebabba7b022bee306bb84c92bb4df92557778f8c
parent9385dfd8322690a4fb9fadc474787a2e081a1d24
within header=... matches only the header value

Used to match the whole header line, but we need to use
^$ anchoring for host-relative regexps, and they need to
anchor at the ends of the value. MP-470.
src/filter_http_rewrite.cpp