https://issues.apache.org/bugzilla/show_bug.cgi?id=52256
--- Comment #2 from Rainer Canavan <[email protected]> 2011-11-28 16:31:25 UTC --- (In reply to comment #1) > Doesn't that mean that if the name is now empty you don't escape the value > either? - Or am I misreading this? I assume you are misreading the patch. If the name is empty, nothing will be returned for this cookie, the return ap_escape_logitem() is never called. Instead, the while loop simply proceeds with the next cookie. If no other cookie matches, NULL is returned at the exit of the function. Cookies with empty names are illegal according to rfc2109, so there's no need to consider the case that someone might want to log such things with %{}C. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
