Changes with Apache 2.0.49
+ *) mod_usertrack no longer overwrites other cookies.
+ PR 26002. [Scott Moore <apache nopdesign.com>]
+
*) worker MPM: fix stack overlay bug that could cause the parent
process to crash. [Jeff Trawick]
APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2004/01/29 21:15:39 $]
+Last modified at [$Date: 2004/01/29 21:30:48 $]
Release:
modules/experimental/cache_cache.c r1.5
+1: jwoolley, bnicholes, rederpj
- * Don't let mod_usertrack overwrite other cookies. (2.0 + 1.3)
- PR 26002.
- modules/metadata/mod_usertrack.c: r1.44
- +1: nd, bnicholes, trawick
-
* mod_usertrack: Use always the Cookie header to determine
the cookie name (2.0 + 1.3). PR 11475.
modules/metadata/mod_usertrack.c: r1.45
NULL);
}
- apr_table_setn(r->headers_out,
+ apr_table_addn(r->headers_out,
(dcfg->style == CT_COOKIE2 ? "Set-Cookie2" : "Set-Cookie"),
new_cookie);
apr_table_setn(r->notes, "cookie", apr_pstrdup(r->pool, cookiebuf)); /* log first time */