[MEDIUM] acl: support maching on 'path' component
authorWilly Tarreau <w@1wt.eu>
Sun, 10 Jun 2007 19:28:46 +0000 (21:28 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 10 Jun 2007 19:28:46 +0000 (21:28 +0200)
commit737b0c12a6b3daf8873bb8c4aceb3850bc53aafc
treedab2bbe278ce581aff3a9716ab58508403439f15
parent33a7e6901fb8eac0c84c1c4aa6fef2bf0da53757
[MEDIUM] acl: support maching on 'path' component

'path', 'path_reg', 'path_beg', 'path_end', 'path_sub', 'path_dir'
and 'path_dom' have been implemented to process the path component
of the URI. It starts after the host part, and stops before the
question mark.
src/proto_http.c