shithub: werc

Download patch

ref: 5e2b2fa9b942c156d1b05d760d2f82c4c9f46a80
parent: 4061f18dd84e55a23c34e17ac7b9d42bbce79620
author: sl <uriel@engel.se.cat-v.org>
date: Wed Feb 18 04:26:19 EST 2009

Add note to review and compare html post parsing code with another implementation.

--- a/bin/cgilib.rc
+++ b/bin/cgilib.rc
@@ -23,6 +23,7 @@
 
 
 # Note: should check if content type is application/x-www-form-urlencoded?
+# Should compare with http://www.shelldorado.com/scripts/cmds/urlgetopt.txt
 fn load_post_args {
     if(~ $REQUEST_METHOD POST && ~ $#post_args 0) {
         ifs='&