On 15/12/2013 5:11 p.m., Eliezer Croitoru wrote: > Hey, > > OK so now we know that there is a *bug* but I still do not think it > should affect any new revisions of squid which are out already. > > Since the "OK key=value" works as expected on all the basic helpers the > fix is to use new code but to consider that it will work only with only > specific cases.. > > Do we expect it to have any effect on the "OK k=v k_1=v_2" cases?
No this is about the squid 3.4 version and helper code being locked together. Such that new helper cannot be used with older squid and vice versa. We can still extend the key name character in future point when most helpers are upgraded. But right now there is no need for it to be that loose and the upgrade problem is avoidable by restricting the characters a little bit. Amos