From: pcs Date: Tue, 15 Apr 1997 13:31:10 +0000 (+0000) Subject: Add note that Apache pre-1.2 ignores last line when final newline X-Git-Tag: APACHE_1_2b9~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0835759978059e854daa425e6529bf3a4aee0042;p=apache Add note that Apache pre-1.2 ignores last line when final newline is missing. Apparently NCSA does not ignore the final line in this situation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77897 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/misc/compat_notes.html b/docs/manual/misc/compat_notes.html index d57ee33c9f..ba57b0f5e2 100644 --- a/docs/manual/misc/compat_notes.html +++ b/docs/manual/misc/compat_notes.html @@ -98,6 +98,12 @@ To map .foo and .bar to application/foo it added one automatically if the .asis file contained a Location header. 0.8.14 requires a Status header.

+

+

  • Apache versions before 1.2b1 will ignore the last line of configuration + files if the last line does not have a trailing newline. This affects + configuration files (httpd.conf, access.conf and srm.conf), and + htpasswd and htgroup files. + More to come when we notice them....