Closed
Bug 401248
Opened 18 years ago
Closed 17 years ago
Form post-data is randomly truncated
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: dacmaja, Unassigned)
Details
(Keywords: dataloss)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.8) Gecko/20071009 SeaMonkey/1.1.5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.8) Gecko/20071009 SeaMonkey/1.1.5
Sometimes the post-data of a form with a huge amount of fields (>1000) is truncated.
Reproducible: Sometimes
Steps to Reproduce:
1. Use a form with more than 1000 text fields and form action = "POST"
2. Submit the form
Actual Results:
When i capture the post-data with livehttpheaders the information is randomly truncated (only a few kilo bytes are missing at the end of the post-data string)
Expected Results:
The browser should always send the same post-data for a form with a huge amount of fields.
Comment 1•18 years ago
|
||
We need much more details:
Can you try SeaMonkey 1.1.9 ?
Is this a regression ?
Does trunk v2.0a1pre has the same issue ?
Which version of LiveHTTPHeaders are you using ? (version 0.13.1 ?)
Are you sure the issue is not caused by that extension ?
An example URL, or testcase, would help...
Version: unspecified → SeaMonkey 1.1 Branch
Comment 2•17 years ago
|
||
(1 month later)
No reply from reporter.
R.Incomplete
Reopen if you can reproduce with SeaMonkey v1.1.9.
You need to log in
before you can comment on or make changes to this bug.
Description
•