]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[BUG] http: redirect rules were processed too early
authorWilly Tarreau <w@1wt.eu>
Mon, 6 Jul 2009 14:34:52 +0000 (16:34 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 6 Jul 2009 14:34:52 +0000 (16:34 +0200)
commit06b917c7abcd7313263d551eaecda1b31b9c03b1
treeaf392faf3c348657eea53bc7be4c651cba1d7963
parentdc340a900d9d2e7258888ade8192796c36a8a389
[BUG] http: redirect rules were processed too early

redirect rules are documented as being processed last before
use_backend but were mistakenly processed before block rules.
Fortunately very few people use a mix of block and redirect
rules, so this bug has never been reported yet.
src/proto_http.c