https://bz.apache.org/bugzilla/show_bug.cgi?id=59377
Bug ID: 59377
Summary: Missing POST parameter
Product: Tomcat 6
Version: 6.0.44
Hardware: Other
OS: Linux
Status: NEW
Severity: critical
Priority: P2
Component: Catalina
Assignee: [email protected]
Reporter: [email protected]
Our server hosted in CentOS, running tomcat 6.0.44, randomly we got problems
with parameter lost via POST.
In the fronted, it writes:
$.post(url, {
templateId: some integer, non-null value,
data: some base64 encoded string
}, function (result) {
...
});
And, the server side reads
String sTemplateId = controller.getParameter("templateId");
Most of the time, it runs OK. But randomly returns null, with a not slight
probability.
I search this problem over the internet, found it started ever since almost 12
year age, and yet I met it.
Here's some relative talks:
http://www.tek-tips.com/viewthread.cfm?qid=810751
http://stackoverflow.com/questions/13560023/request-parameters-are-dropped-in-tomcat
http://grokbase.com/t/tomcat/users/0933d46htg/tomcat-w-apr-data-lost-in-http-post-request
http://tomcat.10.x6.nabble.com/Missing-Request-Parameters-td2018269.html
--
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]