git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@562503
13f79535-47bb-0310-9956-
ffa450edef68
Changes with Apache 2.3.0
[Remove entries to the current 2.0 and 2.2 section below, when backported]
+ *) mod_info: mod_info outputs invalid XHTML 1.0 transitional.
+ PR 42847 [Rici Lake <rici ricilake.net>]
+
*) mime.types: add registered Apple installer type
PR 40379 [Peter Bierman <pmb+apache apple.com>]
ap_escape_html(r->pool, cmd->name),
cmd->name[0] == '<' ? ">" : "");
if (cmd->errmsg) {
- ap_rputs(cmd->errmsg, r);
+ ap_rputs(ap_escape_html(r->pool, cmd->errmsg), r);
}
ap_rputs("</i></tt></dd>\n", r);
}