before mod_log_forensic could attach its id to it.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=693292
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1410954 13f79535-47bb-0310-9956-
ffa450edef68
-*- coding: utf-8 -*-
Changes with Apache 2.5.0
+ *) mod_log_forensic: Don't log a spurious "-" if a request has been rejected
+ before mod_log_forensic could attach its id to it. [Stefan Fritsch]
+
*) ap_expr: Add SERVER_PROTOCOL_VERSION, ..._MAJOR, and ..._MINOR
variables. [Stefan Fritsch]
apr_size_t l, n;
apr_status_t rv;
- if (!cfg->fd) {
+ if (!cfg->fd || id == NULL) {
return DECLINED;
}