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

http://issues.apache.org/bugzilla/show_bug.cgi?id=42996





------- Additional Comments From [EMAIL PROTECTED]  2007-07-31 02:31 -------
This looks exactly like what I saw with the NIO connector; POST parameters
sometimes went missing. It happened very infrequently, and when I tried to
produce an isolated test case (which I spent several hours on), I could not
reproduce it. Note that my requests in which this happened had POST params only
and no GET params.

When debugging in my application I saw behavior that I found suspect: the
parametersParsed flag on the Request was sometimes true even though the
parameters had not been parsed yet, causing all the POST params to not be parsed
and the parameters map to be empty. Unfortunately this problem happened so
infrequently that I only caught it in the debugger once, and was not able to
determine how this could come about.

The strange thing is, that the problem went away in my application (I don't know
what caused it to go away), and I have not seen it since. I figured it may have
been incorrect synchronization on my part...

Regards,
Sebastiaan

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to