mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
* Always trust content types that we set literally
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918814 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -200,7 +200,7 @@ static int util_ldap_handler(request_rec *r)
|
||||
st = (util_ldap_state_t *) ap_get_module_config(r->server->module_config,
|
||||
&ldap_module);
|
||||
|
||||
ap_set_content_type(r, "text/html; charset=ISO-8859-1");
|
||||
ap_set_content_type_ex(r, "text/html; charset=ISO-8859-1", 1);
|
||||
|
||||
if (r->header_only)
|
||||
return OK;
|
||||
|
Reference in New Issue
Block a user