~squid/squid/bug3389

Viewing all changes in revision 12777.

  • Committer: Alex Rousskov
  • Date: 2013-04-16 04:46:27 UTC
  • Revision ID: rousskov@measurement-factory.com-20130416044627-wfqb5jn0q2x2kmqd
Fixed parsing ACLs following the new acess_log format.

ACLs were treated as name=value options because the options loop lacked
the termination condition (other than the end of all tokens on the line).
The correct termination condition is a non-option token (the one that does
not contain '=').

As a side-effect of this change, ACL parts of http_access, access_log and
other ACL-driven rules support inclusion of ACL names from files using
standard quoted "filename" syntax.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: