From: William A. Rowe Jr Date: Wed, 9 Nov 2016 14:20:45 +0000 (+0000) Subject: Backport: r1546860 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5ff80be1ecf597ad1cc6e25ab1afbed131ca123;p=thirdparty%2Fapache%2Fhttpd.git Backport: r1546860 Submitted by: jailletc36 Fix missing space in message of protocol.c (other r1546860 changes ignored) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x-merge-http-strict@1768968 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/protocol.c b/server/protocol.c index 66ab924aefb..d11bbcdccc8 100644 --- a/server/protocol.c +++ b/server/protocol.c @@ -947,7 +947,7 @@ AP_DECLARE(void) ap_get_mime_headers_core(request_rec *r, apr_bucket_brigade *bb else if (ap_has_cntrl(value)) { err = HTTP_BAD_REQUEST; ap_log_rerror(APLOG_MARK, APLOG_INFO, 0, r, APLOGNO(02427) - "Request header field '%.*s' contains" + "Request header field '%.*s' contains " "control character", (int)LOG_NAME_MAX_LEN, last_field); }