https://bz.apache.org/bugzilla/show_bug.cgi?id=69710
--- Comment #7 from Christopher Schultz <ch...@christopherschultz.net> --- There is no difference between "files" and "non-files" when it comes to multipart requests. There are only names and values. The fact that your application treats the differently comes down to application semantics. So we can't really count files separately from "normal" parameters in a multipart request. If you need more than 10 parameters (including both files and non-files), then you will have to change the configuration to allow that. If you distribute a WAR file to your customers, you *must* have some kind of configuration guide for the environment into which it is deployed. Something like ensuring there is enough heap space, the right resources are available (e.g. JNDI, JDBC, SMTP), etc. Your application can inspect the Tomcat configuration on start-up and issue a warning / error if it doesn't meet your application's requirements. -- 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