/[Apache-SVN]
ViewVC logotype

Revision 1809028


Jump to revision: Previous Next
Author: elukey
Date: Wed Sep 20 13:03:41 2017 UTC (6 years, 7 months ago)
Changed paths: 3
Log Message:
mod_rewrite,core: avoid Vary:Host (part 2)

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.



Changed paths

Path Details
Directoryhttpd/httpd/trunk/CHANGES modified , text changed
Directoryhttpd/httpd/trunk/modules/mappers/mod_rewrite.c modified , text changed
Directoryhttpd/httpd/trunk/server/util_expr_eval.c modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26