]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r1775199, r1775664 from trunk:
authorJim Jagielski <jim@apache.org>
Fri, 23 Dec 2016 12:34:28 +0000 (12:34 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 23 Dec 2016 12:34:28 +0000 (12:34 +0000)
commit181d684d5c484bb0c38615310e62efde7a4862d7
treefbb94618b82e42ba4ccaa52a35e60cc9a396f839
parentf2271926f19c8181b0c86713e1bfc54e27aa9a12
Merge r1775199, r1775664 from trunk:

Fix strict Host: header checking on EBCDIC

on zOS, isascii() really means 7 bit ascii, but our strings
are in ebcdic for 99.95% of the lifetime of the server.

remove initial isascii check entirely

We are already checking an even narrower set of characters
just below.

Submitted by: covener
Reviewed/backported by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1775827 13f79535-47bb-0310-9956-ffa450edef68
STATUS
server/vhost.c