]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http: add the urlp_val ACL match
authorWilly Tarreau <w@1wt.eu>
Tue, 31 Jul 2012 05:51:48 +0000 (07:51 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Jul 2012 05:55:32 +0000 (07:55 +0200)
commita9fddca778f8aea16687699094fa486ec713ba81
tree5a033d67d00f591a3f3ef5cdf318c1a2707a2b7e
parent491c498d97bbe86e6ab50e4a2601767f685c09d7
MINOR: http: add the urlp_val ACL match

It's derived from other urlp_* matches, but there was no way to check for
an integer value and it seems like it's significantly used.
doc/configuration.txt
src/proto_http.c