dgaudet 98/02/19 23:02:44
Modified: src CHANGES Log: Fix <FooMatch> sections. I bungled them before. Submitted by: Martin Kraemer Revision Changes Path 1.640 +2 -1 apache-1.3/src/CHANGES Index: CHANGES =================================================================== RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v retrieving revision 1.639 retrieving revision 1.640 diff -u -r1.639 -r1.640 --- CHANGES 1998/02/18 22:41:50 1.639 +++ CHANGES 1998/02/20 07:02:42 1.640 @@ -15,7 +15,8 @@ *) Previously Apache would permit </Files> to end <FilesMatch> (and similary for Location and Directory), now this is diagnosed as an error. Improve error messages for mismatched sections (<Files>, - <FilesMatch>, <Directory>, <DirectoryMatch>, ...). [Dean Gaudet] + <FilesMatch>, <Directory>, <DirectoryMatch>, ...). + [Dean Gaudet, Martin Kraemer] *) <Files> is not permitted within <Location> (because of the semantic ordering). [Dean Gaudet] PR#379