APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2004/08/26 20:50:17 $]
+Last modified at [$Date: 2004/08/26 21:06:13 $]
Release:
analogus patch to mod_cgid)
http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/generators/mod_cgi.c?r1=1.167&r2=1.168
+1: stoddard, trawick
+ nd: I'd like to add 1.169
*) util_ldap: Validate the file path of the trusted certificate file
at the time the LDAPTrushedCA directive is handled. PR#30782
like Set-Cookie to be logged properly. PR 27787 (2.0 + 1.3)
modules/loggers/mod_log_config.c: r1.116
jerenkrantz asks: Isn't this what apr_table_merge is for?
+ nd replies: yep. But cookies won't be merged, because browsers don't
+ support it.
+1: nd
*) Fix memory leak in mod_rewrite. PR 27862. (2.0 + 1.3)
modules/filters/mod_include.c: r1.296
jerenkrantz: ISTR, we forbid recursive checks elsewhere, but I've
completely forgotten where.
+ nd: we stop recursions in the core now (for subrequests and internal
+ redirects). Therefore the check here is no longer necessary.
+1: nd
*) mod_dav: Send an EOS at the end of the multistatus brigade.