]> granicus.if.org Git - apache/commit
Add support for escaping all non-ascii chars to ap_escape_html, and use
authorNick Kew <niq@apache.org>
Wed, 31 Dec 2008 02:27:24 +0000 (02:27 +0000)
committerNick Kew <niq@apache.org>
Wed, 31 Dec 2008 02:27:24 +0000 (02:27 +0000)
commit15ad1d5eb2fb1b4fe89cc61e19f7618424394bf9
tree64cb706e26dee731c37d2e7a055c5e2bd61a027f
parente1a658ed85864502715c4f758ea2a790b4e8bf6d
Add support for escaping all non-ascii chars to ap_escape_html, and use
it to fix PR#25202: encoding="entity" doesn't work as advertised in
mod_include.
For backport, this'll need an ABI-preserving version that'll be
a minor MMN bump.  But if we do that in /trunk/, it'll never change.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730296 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
include/ap_mmn.h
include/httpd.h
modules/filters/mod_include.c
server/util.c