Commit 6094b011 authored by Colm MacCarthaigh's avatar Colm MacCarthaigh
Browse files

Put the SECURITY notices at the top again.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@390517 13f79535-47bb-0310-9956-ffa450edef68
parent 9b12975a
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
                                                         -*- coding: utf-8 -*-
Changes with Apache 2.0.56
  *) keep the Content-Length header for a HEAD with no response body.
     PR 18757 [Greg Ames]
    
  *) SECURITY: CVE-2005-3357 (cve.mitre.org)
     mod_ssl: Fix a possible crash during access control checks if a
@@ -17,6 +15,9 @@ Changes with Apache 2.0.56
     ap_escape_html so we escape quotes.  Reported by JPCERT.
     [Mark Cox]
  *) keep the Content-Length header for a HEAD with no response body.
     PR 18757 [Greg Ames]
 
  *) Modify apr[util] .h detection to avoid breakage on VPATH builds
     using Solaris make (amoung others) and avoid breakage in ./buildconf
     when srclib/apr[-util] are symlinks rather than directories proper.