1. 31 Dec, 2001 7 commits
  2. 30 Dec, 2001 20 commits
  3. 29 Dec, 2001 10 commits
  4. 28 Dec, 2001 3 commits
    • Jeff Trawick's avatar
      get rid of an unused variable · a8bf3e2e
      Jeff Trawick authored
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92643 13f79535-47bb-0310-9956-ffa450edef68
      a8bf3e2e
    • William A. Rowe Jr's avatar
      · cf8161cf
      William A. Rowe Jr authored
        Improvements suggested by Brian Pane, first assure all OS's get to deal
        with handler 'server-parsed', do the xbithack bit tests before testing
        it's string values (protected against a null point).
      
        And make it [perhaps] more legible.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92642 13f79535-47bb-0310-9956-ffa450edef68
      cf8161cf
    • William A. Rowe Jr's avatar
      · 41b80f38
      William A. Rowe Jr authored
        Once again, if mod_dir will perform an internal redirect into a
        RESPONSE BODY (as opposed to 'something else' of it's own generation)
        it needs to make the caller aware of the results (e.g. an included
        subrequest) so the caller can decide if the result is suited (e.g.
        including text/html only, but refusing to include other binary results.)
      
        Since we can know everything about the results of the mod_dir processing
        by the fixups phase, let it perform all resolutions before the caller
        of ap_process_request_internal makes it's decisions.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92641 13f79535-47bb-0310-9956-ffa450edef68
      41b80f38