its no problem just sending patches here, but there's no harm in
just getting added to the httpd group, since this is a sub-project
of the httpd group, and you won't actually have cvs commit access
to anything beyond the httpd-apreq repository.
(i commited this patch.)
jim
On Dec 18, David N. Welton wrote:
>
> I am not part of the httpd group (as I haven't done work on the
> server), and it's ok with me to submit patches here. If that's
> problematic, I suppose it won't hurt to have me as part of the httpd
> group.
>
> ----------
> --- c/apache_cookie.c 2000/03/30 06:10:27 1.6
> +++ c/apache_cookie.c 2000/12/18 20:32:53
> @@ -161,6 +161,7 @@
> ++data;
> }
> key = ap_getword(r->pool, &pair, '=');
> + ap_unescape_url((char *)key);
> c = ApacheCookie_new(r, "-name", key, NULL);
> if (c->values) {
> c->values->nelts = 0;
> ----------
>
> --
> David N. Welton
> Personal: http://www.efn.org/~davidw/
> Free Software: http://people.debian.org/~davidw/
> Apache Tcl: http://tcl.apache.org