1. 07 Aug, 2001 4 commits
    • Cliff Woolley's avatar
      Fixed an error in ap_ssi_get_tag_and_value(). It was not placing the · 653448d0
      Cliff Woolley authored
      null terminator in the right spot for the tag_val if the value contained
      backslashes.  This caused #if, #elif, and #else expressions with backslashes
      to be incorrectly evaluated.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89980 13f79535-47bb-0310-9956-ffa450edef68
      653448d0
    • William A. Rowe Jr's avatar
      Formatted output changes only... · f37a8c70
      William A. Rowe Jr authored
           Introduced new mod_autoindex IndexOptions flags; SuppressIcon to
           drop the icon column and SuppressRules to drop the <hr> elements.
           These are necessary for HTML 3.2 final formatting rules.
      
           Introduced HTMLTable to create rudimentary HTML table listings
           (implies FancyIndexing).  Necessary for alternate charsets, since
           the columns are borked by multibyte characters.
      
           Re-Introduced the mod_autoindex IndexOptions flag TrackModified
           from Apache 1.3.15.  This is needed for two reasons, first, given
           multiple machines within a server farm, ETags and Last-Modified
           stamps won't correspond from machine to machine, and second, many
           Unixes don't capture changes to the date or time stamp of existing
           files, since these don't modify the dirent itself.
           [Originally for 1.3 by me]
      
           Re-Introduced the mod_autoindex InextOptions flag FoldersFirst
           and DirectoryWidth options from Apache 1.3.10.
           [Originally for 1.3 by Ken Coar]
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89979 13f79535-47bb-0310-9956-ffa450edef68
      f37a8c70
    • Cliff Woolley's avatar
      Fix a segfault (was getting triggered by mod_include at least) caused · 4d3526bb
      Cliff Woolley authored
      by calling ap_allow_options() before setting rnew->per_dir_config.
      
      This is the "easy looking" fix but might have side effects of which I'm
      unaware... please double-check this change for correctness.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89978 13f79535-47bb-0310-9956-ffa450edef68
      4d3526bb
    • William A. Rowe Jr's avatar
      · f98a027a
      William A. Rowe Jr authored
        A debatable change, to return (an absolute) 404 if some of the extentions
        of every matching file isn't decodable by mod_mime, instead of 500.
        Adopted 404 as the result, per Roy Fielding.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89975 13f79535-47bb-0310-9956-ffa450edef68
      f98a027a
  2. 06 Aug, 2001 23 commits
  3. 05 Aug, 2001 2 commits
  4. 04 Aug, 2001 4 commits
  5. 03 Aug, 2001 7 commits