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: dev@tomcat.apache.org
          Reporter: haperk...@gmail.com

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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to