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

This commit is contained in:
uriel 2009-02-18 09:26:19 +00:00
parent 997d8f206f
commit bbe63f5f5e

View File

@ -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='&