Add note to review and compare html post parsing code with another implementation.
This commit is contained in:
parent
997d8f206f
commit
bbe63f5f5e
@ -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='&
|
||||
|
Loading…
Reference in New Issue
Block a user