The req_mime_type acl was parsed as a word list and matched as a regex :-/
Index: acl.c
===================================================================
RCS file: /cvsroot/squid/squid/src/acl.c,v
retrieving revision 1.16
diff -u -r1.16 acl.c
--- acl.c 2001/01/12 08:20:32 1.16
+++ acl.c 2001/01/28 11:48:56
@@ -823,7 +823,7 @@
break;
#endif
case ACL_REQ_MIME_TYPE:
- aclParseWordList(&A->data);
+ aclParseRegexList(&A->data);
break;
case ACL_NONE:
default:
Received on Sun Jan 28 2001 - 04:49:18 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:13:26 MST