https://bz.apache.org/bugzilla/show_bug.cgi?id=58505
Bug ID: 58505 Summary: getParameter but null Product: Tomcat 7 Version: 7.0.63 Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P2 Component: Catalina Assignee: dev@tomcat.apache.org Reporter: arliw...@gmail.com on i686 archlinux the ServletRequest.getParameterMap() size is 0 always when POST. but fine when GET. and fine when i read from ServletRequest.getInputStream().. only 7.0.62 work fine, i don't known what's happen. i try version 7.0.63,7.0.64,8.0.28, all same problem. that version i have manual download and run by root via bin/startup.sh, not by archlinux's package or archlinux's aur system. i try read something from changelog, but nothing about that. this's my env: [root@srv1-lb http]# uname -a Linux srv1-lb 4.2.3-1-ARCH #1 SMP PREEMPT Sat Oct 3 19:08:23 CEST 2015 i686 GNU/Linux [root@srv1-lb http]# java -version openjdk version "1.8.0_60" OpenJDK Runtime Environment (build 1.8.0_60-b24) OpenJDK Server VM (build 25.60-b23, mixed mode) [root@srv1-lb http]# ls /srv/http/apache-tomcat-7.0.6* /srv/http/apache-tomcat-7.0.62: bin lib logs RELEASE-NOTES temp work conf LICENSE NOTICE RUNNING.txt webapps /srv/http/apache-tomcat-7.0.63: bin lib logs RELEASE-NOTES temp work conf LICENSE NOTICE RUNNING.txt webapps /srv/http/apache-tomcat-7.0.64: bin lib logs RELEASE-NOTES temp work conf LICENSE NOTICE RUNNING.txt webapps [root@srv1-lb http]# cat /srv/http/apache-tomcat-7.0.64/conf/server.xml <?xml version="1.0" encoding="UTF-8"?> <Server port="8005" shutdown="SHUTDOWN"> <Service name="Catalina"> <Connector address="127.0.0.1" port="8080" maxHttpHeaderSize="8192" maxThreads="1000" minSpareThreads="10" maxSpareThreads="50" enableLookups="false" acceptCount="100" connectionTimeout="10000" connectionLinger="50" disableUploadTimeout="false" URIEncoding="UTF-8" maxPostSize="0" /> <Context reloadable="true" /> <Engine name="Catalina" defaultHost="arlihost"> <Host name="arlihost" appBase="/srv/http/arlihost/webroot/" unpackWARs="true" autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false"> <Alias>1fawu.com</Alias> </Host> </Engine> </Service> </Server> -- 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