You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Kurt Newman <kn...@globaldataguard.com> on 2004/12/16 18:29:42 UTC

[users@httpd] CGI applications receiving incomplete parameter list

I'm using RedHat 9's Apache 2.0.40-21

Whenever a user submits enough parameters to the CGI perl script, it's
not getting every parameter.  I've confirmed this by using CGI.pm's
Dump() subroutine.

Basically, if the user submits enough parameters, then POSTS the form,
it appears normal until the very end where it arbitrarily chops off the
arguement (e.g. arg=value1&arg=value2&arg=valu).

I've already recompiled Apache a couple times to increase some maximum
buffer limits, but this has not helped.

Any help is appreciated.

-Kurt