PR: 26002
Submitted by: Scott Moore <apache nopdesign.com>
Reviewed by: Brad Nicholes, Jeff Trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@102453
13f79535-47bb-0310-9956-
ffa450edef68
Changes with Apache 1.3.30
+ *) mod_usertrack no longer overwrites other cookies.
+ PR 26002. [Scott Moore <apache nopdesign.com>]
+
*) Add fatal exception hook for running diagnostic code after a
crash. [Jeff Trawick]
PR 25772. [André Malo]
*) Forensic logging shouldn't log internal redirects.
- [Ivan Ristic <ivanr@webkreator.com>]
+ [Ivan Ristic <ivanr webkreator.com>]
*) Some syntax errors in mod_mime_magic's magic file can result
in a 500 error, which previously was unlogged. Now we log the
new_cookie = ap_pstrcat(r->pool, new_cookie, "; version=1", NULL);
}
- ap_table_setn(r->headers_out,
+ ap_table_addn(r->headers_out,
(dcfg->style == CT_COOKIE2 ? "Set-Cookie2" : "Set-Cookie"),
new_cookie);
ap_table_setn(r->notes, "cookie", ap_pstrdup(r->pool, cookiebuf)); /* log first time */