]> git.ipfire.org Git - thirdparty/squid.git/commit
Prevent truncation for large origin-relative domains (#427)
authorAmos Jeffries <yadij@users.noreply.github.com>
Fri, 12 Jul 2019 03:08:00 +0000 (03:08 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Fri, 12 Jul 2019 11:49:40 +0000 (11:49 +0000)
commit38aa10ef87e4e2eac60fe481f9def1c295a95c7e
treee3346b8dfabe9f954f005d5f2742e48c69b51db4
parentb339d00cb4db358576f145aa5ab35afd5073af69
Prevent truncation for large origin-relative domains (#427)

The domain in a URL must obey hostname length restrictions after
append_domain is applied, not just MAX_URL for the normalized
absolute-URL.
src/anyp/Uri.cc
src/anyp/Uri.h
src/internal.cc