***************
*** 250,259 ****
*v = '\0';
}
Ns_DStringTrunc(&kds, 0);
- k = Ns_DecodeUrlWithEncoding(&kds, k, encoding);
if (v != NULL) {
Ns_DStringTrunc(&vds, 0);
- Ns_DecodeUrlWithEncoding(&vds, v+1, encoding);
*v = '=';
v = vds.string;
}
--- 250,259 ----
*v = '\0';
}
Ns_DStringTrunc(&kds, 0);
+ k = Ns_DecodeFormWithEncoding(&kds, k, encoding);
if (v != NULL) {
Ns_DStringTrunc(&vds, 0);
+ Ns_DecodeFormWithEncoding(&vds, v+1, encoding);
*v = '=';
v = vds.string;
}
--
AOLserver - http://www.aolserver.com/
To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of
your email blank.