]> granicus.if.org Git - apache/commit
Fix strict Host: header checking on EBCDIC
authorEric Covener <covener@apache.org>
Tue, 20 Dec 2016 03:38:59 +0000 (03:38 +0000)
committerEric Covener <covener@apache.org>
Tue, 20 Dec 2016 03:38:59 +0000 (03:38 +0000)
commit1db2f476c567aa7fb19abed86cb80f5ec9d5f1ed
tree43ec3458b952dfde4087ce51b3c4ed91cf48faf8
parent14ade933dd5c3acef2372adc8fb3ac96ed993f51
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.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1775199 13f79535-47bb-0310-9956-ffa450edef68
server/vhost.c