#105 closed enhancement (fixed)
sub_filter: an ability to specify it multiple times & regular expressions
Reported by: | maks3004@… | Owned by: | xeioex |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | nginx-module | Version: | 1.0.x |
Keywords: | sub_filter, multiple times, regular expressions | Cc: | |
uname -a: | |||
nginx -V: | not applicable |
Description
Хотелось бы предложить немного улучшить функционал sub_filter:
- Добавить возможность многократного указания директивы в контексте location.
- Возможность использования регулярных выражений с выделениями, включая регистронезависимые.
Change History (3)
comment:1 Changed 4 years ago by maxim
- Owner changed from somebody to xeioex
- sensitive set to 0
- Status changed from new to assigned
comment:2 Changed 4 years ago by xeioex
comment:3 Changed 4 years ago by maxim
- Resolution set to fixed
- Status changed from assigned to closed
Currently we have no plans for regexp support in sub_filter.
Note: See
TracTickets for help on using
tickets.
Implemented Sub filter: support of multiple strings to replace
Implemented Sub filter: support of variables in the strings to replace