From: hno <> Date: Sun, 28 Jan 2001 23:23:36 +0000 (+0000) Subject: From Robert Collins: X-Git-Tag: SQUID_3_0_PRE1~1628 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e0daf2f9c68b56ce16fddba9595516aaa0f1c9c;p=thirdparty%2Fsquid.git From Robert Collins: The req_mime_type acl was parsed as a word list and matched as a regex :-/ --- diff --git a/src/acl.cc b/src/acl.cc index 254a40baf0..80af56f4b9 100644 --- a/src/acl.cc +++ b/src/acl.cc @@ -1,6 +1,6 @@ /* - * $Id: acl.cc,v 1.241 2001/01/12 00:37:14 wessels Exp $ + * $Id: acl.cc,v 1.242 2001/01/28 16:23:36 hno Exp $ * * DEBUG: section 28 Access Control * AUTHOR: Duane Wessels @@ -823,7 +823,7 @@ because no authentication schemes are fully configured.\n", A->cfgline); break; #endif case ACL_REQ_MIME_TYPE: - aclParseWordList(&A->data); + aclParseRegexList(&A->data); break; case ACL_NONE: default: