Skip to content
  1. Aug 19, 2002
  2. Aug 12, 2002
  3. Jul 30, 2002
  4. Jul 24, 2002
  5. Jul 22, 2002
    • 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
  6. Jul 17, 2002
  7. Jul 16, 2002
  8. Jul 12, 2002
  9. Jul 09, 2002
  10. Jul 08, 2002
  11. Jun 27, 2002
  12. Jun 26, 2002
  13. Jun 22, 2002
  14. Jun 21, 2002
  15. Jun 20, 2002
  16. Jun 19, 2002
  17. Jun 18, 2002