1. 29 Aug, 2005 2 commits
  2. 27 Aug, 2005 2 commits
  3. 26 Aug, 2005 1 commit
  4. 24 Aug, 2005 6 commits
  5. 23 Aug, 2005 2 commits
  6. 22 Aug, 2005 3 commits
  7. 21 Aug, 2005 1 commit
  8. 20 Aug, 2005 1 commit
  9. 19 Aug, 2005 1 commit
  10. 18 Aug, 2005 2 commits
  11. 11 Aug, 2005 1 commit
  12. 09 Aug, 2005 6 commits
  13. 08 Aug, 2005 4 commits
  14. 07 Aug, 2005 2 commits
  15. 06 Aug, 2005 2 commits
    • William A. Rowe Jr's avatar
      · 3bfdd4ef
      William A. Rowe Jr authored
        Clarify after the revert of the original backport; a number of
        concerns addressed to hopefully sync mod_proxy_http.c to trunk
        for request handling.
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@230595 13f79535-47bb-0310-9956-ffa450edef68
      3bfdd4ef
    • William A. Rowe Jr's avatar
      · 5bd7463a
      William A. Rowe Jr authored
        As much as it pains me, seriously, it seems that reviewing the re-backport
        of this code was too illegible for review, so it seems we will need to
        re-review a fresh backport from httpd trunk.  
      
        Vetoed this patch as it does not follow RFC 2616.  Specifically;
      
         * it does not respect the T-E over the C-L header
      
         * it introduces edge cases that allow the administrator to override the
           C-L T-E elections, without enough information to prevent splitting the
           request body due to misaligned C-L's
      
         * it does not attempt to determine if there is a 'small request body'
           to prefer a legitimate C-L when that option might be available to us
      
        A revised patch combining Jeff's efforts and mine is available at:
      
          http://people.apache.org/~wrowe/httpd-2.0.54-proxy-request.patch
      
        for review, which can be applied to httpd-2.0.54 and now, branches/2.0.x,
        which addresses all of the issues cited above.
      
        Note that I do not consider the correction of protocol.c to strip the C-L
        where T-E is present to fulfill the need for a correct implementation
        in proxy_http.c; modules have too much flexibility to modify the headers
        before they hit this logic in the proxy request body handling.
      
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@230592 13f79535-47bb-0310-9956-ffa450edef68
      5bd7463a
  16. 05 Aug, 2005 3 commits
  17. 04 Aug, 2005 1 commit