1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00
Files
apache/server
Jeff Trawick 2a2e34443e Fix a bug parsing configuration file containers. With a sequence
like this in the config file

       <IfModule mod_kilroy.c>
       any stuff
       </IfModule>
       <IfModule mod_lovejoy.c>
       (blank line)
       any stuff
       </IfModule>

the second container would be terminated at the blank line due to
sediment in the buffer from reading the prior </IfModule> and an
error message would be generated for the real </IfModule> for the
second container.  Also due to this problem, any two characters
could be used for "</" in the close of a container.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86233 13f79535-47bb-0310-9956-ffa450edef68
2000-09-15 16:50:39 +00:00
..
PR:
2000-04-28 19:58:06 +00:00
PR:
2000-05-30 22:56:36 +00:00
PR:
2000-05-30 22:56:36 +00:00
2000-08-26 10:02:03 +00:00
2000-09-14 05:08:42 +00:00