You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2002/11/06 00:15:36 UTC

DO NOT REPLY [Bug 14279] New: - http post is broken

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14279>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14279

http post is broken

           Summary: http post is broken
           Product: Apache httpd-2.0
           Version: 2.0.40
          Platform: PC
               URL: http://www.euroeliteforce.net/forum/thread.php?id=3839
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: All
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: lars@dybdahl.dk


When html form posting large amounts of text from hidden <input> fields or from
large <textarea> fields, the php-script sometimes receives too much text or
garbled text. A good example is this post:

http://www.euroeliteforce.net/forum/thread.php?id=3736

As you can see, the text entered by the user was repeated several times. The
error is 100% reproducible, and only occurs with certain texts, and never on
very small text amounts. The php code I used to verify that it's not the php
script's fault, is:

$content=$_REQUEST["content"];
echo $content;

System: Apache/2.0.40 (Red Hat Linux 8.0 version) running PHP Version 4.2.3
configured as  './configure' '--with-apxs2' '--with-interbase' '--enable-ftp'
'--with-gd' '--without-mysql' '--with-gettext'

More information available upon request.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org