Maurizio Marini wrote:

if ((datestr = ap_table_get(resp_hdrs, "Set-Cookie")) != NULL)
ap_table_set(resp_hdrs, "Set-Cookie", proxy_cookie_reverse_map(r, datestr));

it cannot use a string var here; in fact cookies are zero delimited; if the backend send more than 1 cookie, datestr contains only the first of them
Cookies are definitely not zero delimited - your backend is definitely broken if it is trying to send them that way.

Regards,
Graham
--
-----------------------------------------
[EMAIL PROTECTED] "There's a moon
over Bourbon Street
tonight..."



Reply via email to