Skip to content
  1. Sep 25, 2002
    • Dirk-Willem van Gulik's avatar
      · 14c2f7b8
      Dirk-Willem van Gulik authored
      Scratched a major itch - got bitten by config directory globbing sucking
      in an editor backup file once too many. Applied the patch as submitted
      by Sander van Zoest (Bug id 12712) whichs makes it possible to limit
      the scope with simple but effective wild cards.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@96979 13f79535-47bb-0310-9956-ffa450edef68
      14c2f7b8
  2. Sep 21, 2002
  3. Sep 20, 2002
  4. Sep 18, 2002
  5. Sep 17, 2002
  6. Sep 13, 2002
  7. Sep 10, 2002
  8. Sep 07, 2002
  9. Sep 05, 2002
  10. Sep 04, 2002
  11. Sep 03, 2002
  12. Sep 01, 2002
    • Justin Erenkrantz's avatar
      Fix FileETag None directive. · c367f579
      Justin Erenkrantz authored
      - Fix segfault on strlen computation on the empty string in vlv case
      - If the etag is "", don't set the ETag header to be "" - leave the
        header NULL instead.
      
      Andrew's patch would change ap_meets_condition to accept "", but Justin
      thinks it would be better just to sidestep it all together and not set
      ETag when it would be "".
      
      (Backport of patch applied to httpd-2.0 as original 1.3 code has the
      same flaws.)
      
      PR: 12202
      Submitted by: Andrew Ho <andrew@tellme.com>
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@96610 13f79535-47bb-0310-9956-ffa450edef68
      c367f579
  13. Aug 21, 2002
  14. Aug 20, 2002
  15. Aug 19, 2002
  16. Aug 12, 2002
  17. Jul 30, 2002
  18. Jul 24, 2002
  19. 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
  20. Jul 17, 2002
  21. Jul 16, 2002
  22. Jul 12, 2002
  23. Jul 09, 2002
  24. Jul 08, 2002
  25. Jun 27, 2002