From 5f9347f245171eeefda75418823f82673930f7e9 Mon Sep 17 00:00:00 2001 From: Uriel Date: Wed, 18 Feb 2009 09:26:19 +0000 Subject: [PATCH] Add note to review and compare html post parsing code with another implementation. --- bin/cgilib.rc | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/cgilib.rc b/bin/cgilib.rc index a0656c0..2803c7f 100644 --- a/bin/cgilib.rc +++ b/bin/cgilib.rc @@ -23,6 +23,7 @@ fn post_redirect { http_redirect $1 '303 See Other' } # 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='&