]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Add the escapehtml function to the expression API
authorRuediger Pluem <rpluem@apache.org>
Tue, 10 Jun 2025 15:31:19 +0000 (15:31 +0000)
committerRuediger Pluem <rpluem@apache.org>
Tue, 10 Jun 2025 15:31:19 +0000 (15:31 +0000)
commit9771a826fd30380c9371812b04d3899b22bfbaa7
treee8ea099c3e2043447f2f3c8599dc511fe4732be2
parentaf61c91eb967f28d22627090f58a287a7a5366b7
Add the escapehtml function to the expression API

Add the escapehtml function to the expression API, allowing to escape HTML
strings to guard against HTML injections.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1926342 13f79535-47bb-0310-9956-ffa450edef68
changes-entries/escapehtml.txt [new file with mode: 0644]
docs/manual/expr.xml
server/util_expr_eval.c