mirror of
https://github.com/apache/httpd.git
synced 2025-11-08 04:22:21 +03:00
allow <= and >= for filter dispatcher
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105507 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -275,7 +275,9 @@ struct ap_filter_provider_t {
|
||||
REGEX_MATCH,
|
||||
INT_EQ,
|
||||
INT_LT,
|
||||
INT_LE,
|
||||
INT_GT,
|
||||
INT_GE,
|
||||
DEFINED
|
||||
} match_type;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user