1. 15 Sep, 2000 1 commit
    • 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. 14 Sep, 2000 8 commits
  3. 13 Sep, 2000 8 commits
  4. 12 Sep, 2000 5 commits
  5. 11 Sep, 2000 4 commits
  6. 10 Sep, 2000 2 commits
  7. 09 Sep, 2000 12 commits