1. 14 Nov, 1996 1 commit
  2. 12 Nov, 1996 4 commits
  3. 10 Nov, 1996 2 commits
    • Ben Laurie's avatar
      Spelling misteaks. · fde0092d
      Ben Laurie authored
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@76972 13f79535-47bb-0310-9956-ffa450edef68
      fde0092d
    • Roy T. Fielding's avatar
      Fixed a bug in the header parsing code triggered when a continuation line · 0d4bc8d2
      Roy T. Fielding authored
      is a single space: the entire header field above it was ignored and the
      message terminated. This would normally only occur when cut-n-pasting from
      an xterm, but it revealed a bunch of other problems with the way we were
      looking for the request-line and header fields.  I fixed it by rewriting
      the routines so that they would be more natural and not discard the
      error conditions, and introduced a new routine to buff.* for looking
      at the top of the input stream without changing it.
      
      The good news is that we now handle input lines robustly and do not
      puke when an extra CRLF is placed at the end of a POST request.
      The bad news is that I have found several places where we should be
      responding with 400 or 414 (Request-URI Too Long) messages when our
      input buffer fills-up, but we have no apparent mechanism for die'ing
      inside http_protocol.c.  For now I am just letting the input be truncated,
      which is good enough for robust handling, but I would prefer to send an
      error response so that the webmaster can know about the invalid
      buffer-blowing attempts.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@76971 13f79535-47bb-0310-9956-ffa450edef68
      0d4bc8d2
  4. 08 Nov, 1996 2 commits
  5. 06 Nov, 1996 2 commits
  6. 04 Nov, 1996 8 commits
  7. 03 Nov, 1996 18 commits
  8. 01 Nov, 1996 3 commits