]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix incorrect external_acl_type codes
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 4 Jun 2013 06:58:07 +0000 (00:58 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 4 Jun 2013 06:58:07 +0000 (00:58 -0600)
commitb9d312f1a203c23099e175183a747011013cf7ea
tree509254b5949c1bb058de667edcf1ba90f8eacb56
parent0346599e6ad16610e1db1d3f8d229366b0899760
Fix incorrect external_acl_type codes

Documentation describes %USER_CA_CERT_* codes for outputing the CA cert
attributes. However the directive parser and internals were all
referencing it as %CA_CERT_*.

This updates the internals to match documentation, and adds an upgrade
notice for any installations using the old token name.

Also, Prepare external_acl_type format codes for libformat upgrade.
Add upgrade warnings for the %> and %< header codes which will change
radically in a future version when libformat is integrated.

Also, while we are at it support the other logformat codes which map 1:1
but silently for now and only on parse.
src/external_acl.cc