]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 4877: Add missing text about external_acl_type %DATA changes (#276) M-staged-PR276
authorAmos Jeffries <yadij@users.noreply.github.com>
Wed, 5 Sep 2018 18:17:48 +0000 (18:17 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Wed, 5 Sep 2018 18:17:51 +0000 (18:17 +0000)
commit2fb65892e515a6d9d5ae2a928b5bf3f2cd2825bd
tree54f87053371e583880df677e868e7ffb7f001e80
parentc202be8a6afcc684f854bb33d5d7890360cb08bd
Bug 4877: Add missing text about external_acl_type %DATA changes (#276)

Conversion of external_acl_type to using logformat macros was
not quite seamless. The %DATA macro now expands to a dash '-' to
fix helpers using it explicitly from receiving incorrect number
of fields (and misaligned input) on their input lines.

Unfortunately that also results in the implicit use of that
macro expanding to non-whitespace ('-'). That small fact was not
documented in the initial v4 release notes and config texts.
doc/release-notes/release-4.sgml
src/cf.data.pre