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

Reply via email to