The req_mime_type acl was parsed as a word list and matched as a regex :-/
/*
- * $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
break;
#endif
case ACL_REQ_MIME_TYPE:
- aclParseWordList(&A->data);
+ aclParseRegexList(&A->data);
break;
case ACL_NONE:
default: