Commit 50684660 authored by Stefan Fritsch's avatar Stefan Fritsch
Browse files

Restore proper attribution, which somehow got lost in the backport


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1235914 13f79535-47bb-0310-9956-ffa450edef68
parent 31667309
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ Changes with Apache 2.2.22
     mod_log_config: Fix segfault (crash) when the '%{cookiename}C' log format
     string is in use and a client sends a nameless, valueless cookie, causing
     a denial of service. The issue existed since version 2.2.17. PR 52256.
     [Stefan Fritsch]
     [Rainer Canavan <rainer-apache 7val com>]

  *) mod_proxy_ajp: Try to prevent a single long request from marking a worker
     in error. [Jean-Frederic Clere]