1. 06 Sep, 2002 2 commits
    • Greg Stein's avatar
      Simplify mod_dav's handler. · 1d4a2d8b
      Greg Stein authored
      The old mechanism would jam a handler name in whenever DAV was
      configured for a directory. i.e. there weren't really any tests other
      than "is DAV handling this directory?" The name was just a marker
      which was tested later.
      
      The new mechanism simplies performs the test right in the handler.
      This is now possible since all handlers are called (before, you *had*
      to set your own name so that your handler would be called). Since the
      test is actually quite straightforward, we actually gain overall: no
      more fixups hook, and a couple integer comparisons (rather than a
      string compare).
      
      And hoo... the code is simpler, too.
      
      This code has been verified with "litmus 0.8", my own little
      regression script, and some hand testing of static pages and CGIs. DAV
      continues to work, and it doesn't appear that the changes interfered
      with other operation.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96658 13f79535-47bb-0310-9956-ffa450edef68
      1d4a2d8b
    • Astrid Kessler's avatar
      Corrected the context of the remove* directives. · d7f05fcb
      Astrid Kessler authored
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96657 13f79535-47bb-0310-9956-ffa450edef68
      d7f05fcb
  2. 05 Sep, 2002 20 commits
  3. 04 Sep, 2002 4 commits
  4. 03 Sep, 2002 8 commits
  5. 02 Sep, 2002 2 commits
  6. 01 Sep, 2002 4 commits