Parent Directory
|
Revision Log
|
Patch
| revision 642978, Mon Mar 31 12:29:05 2008 UTC | revision 730296, Wed Dec 31 02:27:24 2008 UTC | |
|---|---|---|
| # | Line 1192 static apr_status_t handle_echo(include_ | Line 1192 static apr_status_t handle_echo(include_ |
| 1192 | echo_text = ap_escape_uri(ctx->dpool, val); | echo_text = ap_escape_uri(ctx->dpool, val); |
| 1193 | break; | break; |
| 1194 | case E_ENTITY: | case E_ENTITY: |
| 1195 | echo_text = ap_escape_html(ctx->dpool, val); | /* PR#25202: escape anything non-ascii here */ |
| 1196 | echo_text = ap_escape_html2(ctx->dpool, val, 1); | |
| 1197 | break; | break; |
| 1198 | } | } |
| 1199 |
|
||||||||
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |