Skip to content
  1. Sep 20, 2017
    • Luca Toscano's avatar
      mod_rewrite,core: avoid Vary:Host (part 2) · 2958118a
      Luca Toscano authored
      This is a follow up of r1808746 after a chat
      with Yann on dev@:
      
      - the HTTP:Host variable suffers from the same problem
      - the strcasecmp should be used to allow case-sensitive
        comparisons.
      - in mod_rewrite is less cumbersome and more clean to just
        make the Host header check in lookup_header, so it will
        be automatically picked up by every part of the code
        that uses it. It shouldn't be a relevant overhead for
        mod_rewrite.
      
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1809028 13f79535-47bb-0310-9956-ffa450edef68
      2958118a
  2. Sep 19, 2017
  3. Sep 18, 2017
  4. Sep 16, 2017
  5. Sep 15, 2017
  6. Sep 14, 2017
  7. Sep 13, 2017
  8. Sep 12, 2017
  9. Sep 11, 2017
  10. Sep 10, 2017
  11. Sep 09, 2017