The l7rule FILE_TYPE is not work as expected

Bug #2066165 reported by Nguyen Ngoc Hieu
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
octavia
New
Undecided
Unassigned

Bug Description

The L7 rule FILE_TYPE with compare type EQUAL_TO is converted to
'path_end -m str [value]' in the HAProxy configuration but does not
work as expected because '-m str' will override the path_end method.
In this case, '-m str' should not be used with path_end, or there
are some more suitable approaches such as:

- path_end [value]
- path_end -i [value]
- path -m end -i [value]

https://github.com/haproxy/haproxy/issues/2567

description: updated
description: updated
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.