1. 28 Sep, 2002 1 commit
  2. 27 Sep, 2002 3 commits
  3. 25 Sep, 2002 3 commits
    • Dirk-Willem van Gulik's avatar
      Scratch another its - this patchs allows me to hugely simply auth modules · 3d27a9b3
      Dirk-Willem van Gulik authored
      which use non 4xx methods for auth (such as cookies, referers ,etc).
      
      Submitted by Sander van Zoest (for a slightly different reason) - see
      explanation below.
      
      From: Sander van Zoest
      To: dev@httpd.apache.org
      
      It is common practice to set Cookie's to pass along on HTTP
      redirects for "login" authentication.
      
      When implementing P3P <http://www.w3.org/P3P/> using
      mod_headers.c the Header directive only sets r->headers_out
      and does not pass the headers along for non-2XX responses
      such as error pages and redirects.
      
      To provide this functionality we added the ErrorHeader
      directive which populates r->err_headers_out instead.
      
      Below follows a patch for 1.3.X by Michael Radwin <radwin_at_yahoo-inc.com>.
      
      I have some code that attempts to add Directive to 2.0.X, but
      it seems that output_filters are shortcuted on 3XX responses.
      While now by setting the Header directive it also passes the headers
      along at for all non-2XX responses except 3XX responses.
      
      Cheers,
      
      --
      Sander van Zoest
      
      PR: 9181
      Obtained from: Michael Radwin
      Submitted by: Sander van Zoest
      Reviewed by: Dirk-Willem van Gulik
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@96981 13f79535-47bb-0310-9956-ffa450edef68
      3d27a9b3
    • Dirk-Willem van Gulik's avatar
      · 92bf3e9d
      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.
      
      
      PR: 12712
      Obtained from: Sander van Zoest
      Submitted by: Sander van Zoest
      Reviewed by: Dirk-Willem van Gulik
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@96980 13f79535-47bb-0310-9956-ffa450edef68
      92bf3e9d
    • 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
  4. 21 Sep, 2002 1 commit
  5. 20 Sep, 2002 1 commit
  6. 18 Sep, 2002 1 commit
  7. 17 Sep, 2002 1 commit
  8. 13 Sep, 2002 1 commit
  9. 10 Sep, 2002 4 commits
  10. 07 Sep, 2002 1 commit
  11. 05 Sep, 2002 2 commits
  12. 04 Sep, 2002 2 commits
  13. 03 Sep, 2002 2 commits
  14. 01 Sep, 2002 1 commit
    • 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
  15. 21 Aug, 2002 2 commits
  16. 20 Aug, 2002 1 commit
  17. 19 Aug, 2002 1 commit
  18. 12 Aug, 2002 2 commits
  19. 30 Jul, 2002 1 commit
  20. 24 Jul, 2002 1 commit
  21. 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
  22. 17 Jul, 2002 2 commits
  23. 16 Jul, 2002 2 commits
  24. 12 Jul, 2002 1 commit
  25. 09 Jul, 2002 2 commits