Commit b475336e authored by Christophe Jaillet's avatar Christophe Jaillet
Browse files

Add CHANGE entry

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1799786 13f79535-47bb-0310-9956-ffa450edef68
parent c4f1bbac
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
                                                         -*- coding: utf-8 -*-
Changes with Apache 2.5.0

  *) core: Avoid duplicate HEAD in Allow header.
     This is a regression in 2.4.24 (unreleased), 2.4.25 and 2.4.26.
     PR 61207. [Christophe Jaillet]

  *) core: Send a 404 response like other OSs do instead of 403 on Windows
     when a path segment or file requested uses a reserved word so Windows
     cannot be fingerprinted. PR55887 [Gregg Smith]