[mod_python] long argument string is being truncated

Graham Dumpleton graham.dumpleton at gmail.com
Thu Jun 12 22:07:47 EDT 2008


Use method="POST", not method="GET" in your HTML input form. Arguments
then go as body of post and not in URL.

2008/6/13 Joe Landau <jrl at versaform.com>:
> In my first python/mod_python/apache effort, I've been successful at
> retrieving short arguments using FieldStorage.  However, when I try a longer
> argument, a little over 1000 bytes, It seems to be truncated at 600-some
> bytes.  When I write req.args to my log, I see the truncated string.  But
> the apache log access.log shows the entire string, so it is getting that far
> at least. Can anyone help?
> Joe Landau
> Joe Landau                            jrl at versaform.com
> VersaForm Systems Corp.               (408) 370 2662
> 591 W. Hamilton Ave., # 230           Campbell, CA 95008
> Excellence in Medical Software        http://www.versaform.com
> _______________________________________________
> Mod_python mailing list
> Mod_python at modpython.org
> http://mailman.modpython.org/mailman/listinfo/mod_python
>
>


More information about the Mod_python mailing list