DO NOT REPLY [Bug 14279] - 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
- Additional Comments From lars@dybdahl.dk 2002-12-22 11:15 -------
To Joshua Slive: If you read the bug description you will see that this is NOT a
configuration problem, and that the php code is meant to work with
registerglobals=off, which is the default setting. I've found out that the error
doesn't happen on LAN, only when the post is done through a NAT IP router
(ingoing direction, from public ips to the server having a private ip). My guess
is that the tcp packages get split into several smaller packets and get
assembled incorrectly, duplicating some of the text and not other parts of the text.
In the example given, the first 329 bytes are only present once, but the bytes
from 329 to 830 are duplicated just after byte 830. Each http post makes only
one duplicate - the reason why there are more duplicates is because there were
more http posts involved in making that forum post.
Joshua, you should be more careful before telling people that this is not a bug.
It is.
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
Received on Sun Dec 22 11:14:00 2002
This archive was generated by hypermail 2.1.8
: Wed Aug 23 2006 - 16:44:14 EDT
|