1. 27 Aug, 2001 2 commits
    • Ryan Bloom's avatar
      Allow mod_ssl to send back an error message if an HTTP request is sent · 0adbf1ad
      Ryan Bloom authored
      over an HTTPS connection.  This also adds an ap_remove_input_filter
      function, which should be used to remove the SSL input filter in this
      case, as soon as this code is stressed a bit more.
      
      For right now, we are sending the same message that we used to send in
      mod_ssl for Apache 1.3.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90724 13f79535-47bb-0310-9956-ffa450edef68
      0adbf1ad
    • William A. Rowe Jr's avatar
      · 2fc2c498
      William A. Rowe Jr authored
        Clean up location_walk, so that this step performs a minimum
        amount of redundant effort (it must be run twice, but it will no
        longer reparse all <Location > blocks when the request uri
        hadn't changed.)
      
        The location walk block is refactored, with some significant changes
        in variable names for legibility.  Cooler still, it uses pool data
        instead of 'notes' for the important cache info :)
      
        Note the patch builds the <Location > per dir config from _nothing_,
        and then merges it into the per_dir_config.  When the underlying
        per_dir_config changes between passes, the location_walk can simply
        tack back on this preconstruct onto the new per_dir_config.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90713 13f79535-47bb-0310-9956-ffa450edef68
      2fc2c498
  2. 26 Aug, 2001 2 commits
    • William A. Rowe Jr's avatar
      · 238a9d6e
      William A. Rowe Jr authored
        Eliminate proxy: (and all other 'special') processing from the
        ap_directory_walk() phase.  Modules that want to use special
        walk logic should refer to the mod_proxy map_to_location example,
        with it's proxy_walk and proxysection implementation.  This makes
        either directory_walk flavor much more legible, since that phase
        only runs against real <Directory > blocks.
      
        On a technical note, this patch also forces the Directory to be
        canonical (unless it is "/" or a regex.)  It also allows us to
        be more explicit when declaring <Directory > block errors.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90684 13f79535-47bb-0310-9956-ffa450edef68
      238a9d6e
    • Cliff Woolley's avatar
      Fix a security problem which would allow an SSI document · 554005ae
      Cliff Woolley authored
      to be passed to the client unparsed.
      
      Reported by:	Brian Pane
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90668 13f79535-47bb-0310-9956-ffa450edef68
      554005ae
  3. 25 Aug, 2001 2 commits
    • William A. Rowe Jr's avatar
      · 12c80eba
      William A. Rowe Jr authored
        Introduce the map_to_storage hook, which allows modules to bypass
        the directory_walk and file_walk for non-file requests.  TRACE
        shortcut moved to http_protocol.c as APR_HOOK_MIDDLE, and the
        directory_walk/file_walk happen as APR_HOOK_VERY_LAST in core.c.
      
        A seperate patch to mod_proxy is required to short circuit both the
        TRACE and directory_walk/file_walk stuff.  That patch is next.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90665 13f79535-47bb-0310-9956-ffa450edef68
      12c80eba
    • Ryan Bloom's avatar
      Add the ability for mod_include to add the INCLUDES filter · 50dc7fb6
      Ryan Bloom authored
      if the file is configured for the server-parsed handler.
      This makes the configuration for .shtml files much easier
      to understand, and allows mod_include to honor Apache 1.3
      config files.   Based on Doug MacEachern's patch to PHP
      to do the same thing.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90655 13f79535-47bb-0310-9956-ffa450edef68
      50dc7fb6
  4. 24 Aug, 2001 3 commits
  5. 23 Aug, 2001 1 commit
    • Paul J. Reder's avatar
      · f00c1e7f
      Paul J. Reder authored
      Fix for mod_include. Ryan's patch to check error
      codes put a return in the wrong place. Also, the
      include handler return code wasn't being checked.
      I don't like macros with returns, so I converted
      SPLIT_AND_PASS_PRETAG_BUCKETS into a function.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90554 13f79535-47bb-0310-9956-ffa450edef68
      f00c1e7f
  6. 22 Aug, 2001 3 commits
  7. 21 Aug, 2001 1 commit
  8. 20 Aug, 2001 3 commits
  9. 19 Aug, 2001 3 commits
  10. 18 Aug, 2001 7 commits
  11. 17 Aug, 2001 2 commits
  12. 16 Aug, 2001 11 commits