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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user