Add missing escapeSeqDecode, urlEncode and trimLeft/Right tfns to parser

This commit is contained in:
Victor Hora
2018-04-23 16:14:49 -04:00
committed by Felipe Zimmerle
parent a939d19fad
commit bb2ecdf4db
6 changed files with 7989 additions and 7796 deletions

View File

@@ -1,6 +1,8 @@
v3.0.3 - YYYY-MMM-DD (to be released)
-------------------------------------
- Add missing escapeSeqDecode, urlEncode and trimLeft/Right tfns to parser
[Issue #1752 - @victorhora]
- Fix STATUS var parsing and accept STATUS_LINE var for v2 backward comp.
[Issue #1738 - @victorhora]
- Fix memory leak in modsecurity::utils::expandEnv()