1. 27 Jun, 2002 2 commits
  2. 26 Jun, 2002 2 commits
  3. 24 Jun, 2002 2 commits
  4. 23 Jun, 2002 2 commits
    • Brian Pane's avatar
      Convert the hostname to all-lowercase in fix_hostname() so that · b8b4571d
      Brian Pane authored
      the implementation matches the comments.  (Note: The current virtual
      hosting code does case-insensitive host matching, so this fix is useful
      mostly to help ensure that custom modules and any future vhosting code
      don't get tripped up by case-sensitivity issues.)
      Submitted by:	Perry Harrington <pedward@webcom.com>
      Reviewed by:	Brian Pane
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95866 13f79535-47bb-0310-9956-ffa450edef68
      b8b4571d
    • William A. Rowe Jr's avatar
      · 3e90bd6b
      William A. Rowe Jr authored
        Fixes Win32 cgi 500 errors when QUERY_ARGS or other strings include
        extended characters (non US-ASCII) in non-utf8 format.  This brings
        Win32 back into CGI/1.1 compliance, and leaves charset decoding up
        to the cgi application itself.
      
        Accomplished this by utf-8 encoding of plain octets for user and header
        data, so that the apr_proc_create() translates back to single unicode
        characters.  This won't necessarily translate into the correct octet
        depending on the codepage used by the cgi app.  That's the next task.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95865 13f79535-47bb-0310-9956-ffa450edef68
      3e90bd6b
  5. 22 Jun, 2002 2 commits
  6. 21 Jun, 2002 1 commit
  7. 19 Jun, 2002 2 commits
  8. 17 Jun, 2002 4 commits
  9. 16 Jun, 2002 2 commits
  10. 15 Jun, 2002 5 commits
  11. 14 Jun, 2002 3 commits
  12. 13 Jun, 2002 3 commits
  13. 12 Jun, 2002 1 commit
  14. 11 Jun, 2002 4 commits
  15. 10 Jun, 2002 2 commits
  16. 07 Jun, 2002 2 commits
  17. 06 Jun, 2002 1 commit