--------------------- PatchSet 10287 Date: 2007/12/20 10:37:04 Author: adri Branch: s27_adri Tag: (none) Log: note my acl hack Members: ADRIAN_TODO:1.1.2.16->1.1.2.17 Index: squid/ADRIAN_TODO =================================================================== RCS file: /cvsroot/squid-sf//squid/Attic/ADRIAN_TODO,v retrieving revision 1.1.2.16 retrieving revision 1.1.2.17 diff -u -r1.1.2.16 -r1.1.2.17 --- squid/ADRIAN_TODO 20 Dec 2007 10:35:23 -0000 1.1.2.16 +++ squid/ADRIAN_TODO 20 Dec 2007 10:37:04 -0000 1.1.2.17 @@ -91,3 +91,9 @@ * Convert AND VERIFY that the different authentication methods work! - basic has been converted - the rest haven't thus far + +* some ACL code which calls httpHeaderGetString() uses a temporary C buffer now. + The regex code requires it. :( Revisit possibly migrating to PCRE later on + (benchmark, test, etc!) and then eliminate these and possibly other messy + strCDup()s. +