1. 12 Aug, 2002 2 commits
  2. 30 Jul, 2002 1 commit
  3. 24 Jul, 2002 1 commit
  4. 22 Jul, 2002 1 commit
    • Martin Kraemer's avatar
      Tomcat with mod_jk2 sometimes omits the Reason-Phrase from the · 7f4171df
      Martin Kraemer authored
      response line ("HTTP/1.1 200 \r\n"). It looks like RFC2616 allows this,
      but ap_getline() strips the trailing blank, and that lead to
      an error in ap_proxy_read_response_line() for proxy-requests to
      Tomcat+mod_jk2 servers. (It replaced the NIL after the "200" by
      a space, and so the resulting response line had an extra NL appended).
      Now the SP character which was deleted by ap_getline() is reappended,
      avoiding the erroneous '\0'->' ' change, and preserving RFC2616's
      requirement
           Status-Line = HTTP-Version SP Status-Code SP Reason-Phrase CRLF
           Reason-Phrase = *<TEXT, excluding CR, LF>
      (thus there is now always a SP after the Status-Code).
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@96144 13f79535-47bb-0310-9956-ffa450edef68
      7f4171df
  5. 17 Jul, 2002 2 commits
  6. 16 Jul, 2002 2 commits
  7. 12 Jul, 2002 1 commit
  8. 09 Jul, 2002 2 commits
  9. 08 Jul, 2002 3 commits
  10. 27 Jun, 2002 3 commits
  11. 26 Jun, 2002 2 commits
  12. 22 Jun, 2002 2 commits
  13. 21 Jun, 2002 1 commit
  14. 20 Jun, 2002 1 commit
  15. 19 Jun, 2002 7 commits
  16. 18 Jun, 2002 9 commits