1. 03 Oct, 2001 4 commits
    • William A. Rowe Jr's avatar
      · 63a6a733
      William A. Rowe Jr authored
        One more note on the last commit - the 'cannot serve an absolute path'
        bug was identified by, and debugged with hints and examples provided by
        Ryan Morgan <rmorgan@covalent.net> --- his example module demonstrating
        the problem was invaluable :)
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91255 13f79535-47bb-0310-9956-ffa450edef68
      63a6a733
    • William A. Rowe Jr's avatar
      · 6b6246f0
      William A. Rowe Jr authored
        Correct file lookups when we are given a file within the same directory
        as the parent request.  Also pulls a bunch of notes and code that was
        set aside, we don't need this with the other optimizations introduced.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91254 13f79535-47bb-0310-9956-ffa450edef68
      6b6246f0
    • Jeff Trawick's avatar
      rename variable "except" to avoid colliding with a macro of the · 50b69c71
      Jeff Trawick authored
      same name on Tru64
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91253 13f79535-47bb-0310-9956-ffa450edef68
      50b69c71
    • William A. Rowe Jr's avatar
      · 7e556468
      William A. Rowe Jr authored
        Fix a mismatching issue, where index.html.foo.en had recognized .html and
        .en components, and exceptions index and foo.  This patch will ignore the
        'missing' exception html from the request, and go on to test the exception
        foo in the list.
      
        This does -not- imply that a request for index.foo will succeed, in the
        example above.  The pattern match tests index.foo[.*] so we wouldn't find
        index.html.foo.anything.  The pattern matching proposed at one time by
        Francis Daly would allow index.foo to succeed as well [although many to
        many matching is dangerous, see comments in this patch.]
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91249 13f79535-47bb-0310-9956-ffa450edef68
      7e556468
  2. 02 Oct, 2001 11 commits
  3. 01 Oct, 2001 13 commits
  4. 30 Sep, 2001 4 commits
  5. 29 Sep, 2001 8 commits