1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

* Set character set for HTML outputs generated by mod_ldap,

mod_proxy_balancer, mod_proxy_ftp, mod_info, mod_dav without a character
  set to ISO-8859-1.

Submitted by: jorton


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@606693 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ruediger Pluem
2007-12-24 11:45:22 +00:00
parent 897c00dfc0
commit b514669c7a
6 changed files with 21 additions and 5 deletions

View File

@@ -106,7 +106,7 @@ static int util_ldap_handler(request_rec *r)
return DECLINED;
}
ap_set_content_type(r, "text/html");
ap_set_content_type(r, "text/html; charset=ISO-8859-1");
if (r->header_only)
return OK;