parse_http_url(): Only hide the path if FEATURE_HTTPS_INSPECTION in unavailable
authorFabian Keil <fk@fabiankeil.de>
Fri, 28 Feb 2020 08:33:25 +0000 (09:33 +0100)
committerFabian Keil <fk@fabiankeil.de>
Mon, 1 Jun 2020 08:06:41 +0000 (10:06 +0200)
commitb40487eec42668166a0dd9feb10626a03faea635
tree8682d624f0acf8607e95a61f46d956a9c928c25a
parent6cf41422b99349e14b58d20b5b845ee2d4e578b8
parse_http_url(): Only hide the path if FEATURE_HTTPS_INSPECTION in unavailable

This is relevant for the show-url-info CGI page
which should consider the whole URL when matching
with FEATURE_HTTPS_INSPECTION available.

Sponsored by: Robert Klemme
urlmatch.c