Added experiemental support for content injection.

This commit is contained in:
ivanr
2007-05-02 11:22:09 +00:00
parent 20c0b11dd9
commit e0a8602929
5 changed files with 164 additions and 2 deletions

View File

@@ -2,6 +2,12 @@
?? ??? 2007 - 2.2.0-trunk
-------------------------
* Added experimental support for content injection. Directive SecContentInjection
(On|Off) controls whether injection is taking place. Actions "prepend"
and "append" inject content when executed. Do note that it is your
responsibility to make sure the response is of the appropriate
content type (e.g. HTML, plain text, etc).
* Added string comparison operators with support for macro expansion:
@contains, @is, @beginsWith and @endsWith.