diff options
author | Nick Kew <niq@apache.org> | 2008-12-31 03:27:24 +0100 |
---|---|---|
committer | Nick Kew <niq@apache.org> | 2008-12-31 03:27:24 +0100 |
commit | 15ad1d5eb2fb1b4fe89cc61e19f7618424394bf9 (patch) | |
tree | 64cb706e26dee731c37d2e7a055c5e2bd61a027f /include/ap_mmn.h | |
parent | PR#13603 - clarify description of DOCUMENT_URI (diff) | |
download | apache2-15ad1d5eb2fb1b4fe89cc61e19f7618424394bf9.tar.xz apache2-15ad1d5eb2fb1b4fe89cc61e19f7618424394bf9.zip |
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
Diffstat (limited to 'include/ap_mmn.h')
-rw-r--r-- | include/ap_mmn.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ap_mmn.h b/include/ap_mmn.h index 0055cba4f3..42a454eb0d 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -184,6 +184,8 @@ * 20081201.0 (2.3.0-dev) Rename several APIs to include ap_ prefix. * 20081201.1 (2.3.0-dev) Added ap_args_to_table and ap_body_to_table. * 20081212.0 (2.3.0-dev) Remove sb_type from process_score in scoreboard.h. + * 20081231.0 (2.3.0-dev) Switch ap_escape_html API: add ap_escape_html2, + * and make ap_escape_html a macro for it. */ #define MODULE_MAGIC_COOKIE 0x41503234UL /* "AP24" */ |