Skip to content
  1. Sep 15, 2000
    • Jeff Trawick's avatar
      Fix a bug parsing configuration file containers. With a sequence · 4862563f
      Jeff Trawick authored
      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
      4862563f
  2. Sep 14, 2000
  3. Sep 13, 2000
  4. Sep 12, 2000
  5. Sep 11, 2000
  6. Sep 10, 2000
  7. Sep 09, 2000