https://issues.apache.org/bugzilla/show_bug.cgi?id=56060
Bug ID: 56060
Summary: Request parameter is intermittently missing
Product: Tomcat 7
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: critical
Priority: P2
Component: Servlet & JSP API
Assignee: [email protected]
Reporter: [email protected]
Tomcat Version: 7.0.29
My server is handling requests in parallel.(Almost 50 requests per second)
I can tell the parameter is intermittently missing, which is very annoying.
To be specific, the parameter key is "app_code" and corresponding value is
"xxxxx"
At most time, I can get the value by invoking method
request.getParameter("app_code"). However, sometimes, when the request load is
high, I did get null.
Could you please inform me of how to trouble shoot this issue?
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]