Skip to content
  1. Aug 18, 2005
  2. Aug 11, 2005
  3. Aug 09, 2005
  4. Aug 08, 2005
  5. Aug 07, 2005
  6. Aug 06, 2005
    • 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
  7. Aug 05, 2005
  8. Aug 04, 2005
  9. Aug 03, 2005
  10. Aug 02, 2005
  11. Jul 28, 2005
  12. Jul 27, 2005
  13. Jul 19, 2005
  14. Jul 18, 2005
  15. Jul 17, 2005
  16. Jul 15, 2005