Hi, We're using a redirect map and converting from mixed case to lower case via:
http-request redirect location %[path,lower,map(/etc/haproxy/redirect.map)]
code 301 if { path,lower,map(/etc/haproxy/redirect.map) -m found } is_url
This seems to be breaking http redirects with a source including a number from
being able to match.
eg,
https://www.example.com/33PN --> https://www.example.com/33-papa-november
There doesn't seem to be a problem when the source lacks a number but the
destination still has one. Which leads me to think the implementation differs
slightly when it's the ACL?
eg,
https://www.example.com/papa-november --> https://www.example.com/33PN
Any ideas?
Cheers,
Jake
signature.asc
Description: Message signed with OpenPGP using AMPGpg

