1. 31 Dec, 2001 5 commits
  2. 30 Dec, 2001 20 commits
  3. 29 Dec, 2001 10 commits
  4. 28 Dec, 2001 5 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
    • William A. Rowe Jr's avatar
      · bde797df
      William A. Rowe Jr authored
        Context mustn't be transformed in the insert_filters hook, it merely
        provides a point to insert filters already determined.  We can't wait
        for the insert_filters phase to 'redetermine' such things.
      
        Everything we are doing here can reliably occur in the fixup phase,
        after the types phase has completed.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92640 13f79535-47bb-0310-9956-ffa450edef68
      bde797df
    • William A. Rowe Jr's avatar
      · 5cb675d8
      William A. Rowe Jr authored
        Another example, wherein our example in code/conf doesn't match our
        recommended practices
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92639 13f79535-47bb-0310-9956-ffa450edef68
      5cb675d8