]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Trim leading empty lines [skip ci]
authorYann Ylavic <ylavic@apache.org>
Tue, 14 Dec 2021 15:42:43 +0000 (15:42 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 14 Dec 2021 15:42:43 +0000 (15:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1895957 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 63ff1a9337b8f7074a0e57ba363d63164c1da52f..de3bbe22d627de0a0845fbb9fba6a568a456b8f3 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,6 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.1
 
-
-
-
   *) http: Enforce that fully qualified uri-paths not to be forward-proxied
      have an http(s) scheme, and that the ones to be forward proxied have a
      hostname, per HTTP specifications.  [Ruediger Pluem, Yann Ylavic]