]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Backport: r1610383
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 9 Nov 2016 14:23:00 +0000 (14:23 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 9 Nov 2016 14:23:00 +0000 (14:23 +0000)
commit971ddfa11d769c2ad541ce3ab641a44c5a074a0b
tree3b300844357e27edcba62dcbc43dee8ae8656337
parente5ff80be1ecf597ad1cc6e25ab1afbed131ca123
Backport: r1610383
Submitted by: jailletc36
Simplify code.

Cases where 'loc' doesn't have any ':' or is  starting with ':' are already
handled by 'ap_is_url()'
Calling 'apr_isascii()' seems useless.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x-merge-http-strict@1768969 13f79535-47bb-0310-9956-ffa450edef68
modules/http/http_filters.c