Re: FileCountLimitExceededException with 10.1.42 / 11.0.8

2025-06-16 Thread Fabian Hahn
upgrading to 11.0.8/10.1.42? Best, Fabian > Am 16.06.2025 um 08:28 schrieb Mark Thomas : > > On 14/06/2025 07:37, Fabian Hahn wrote: >> An easy way to increase the number of form input-fields past 10 for a >> multipart request >> in Tomcat 11.0.8 would be

Re: FileCountLimitExceededException with 10.1.42 / 11.0.8

2025-06-13 Thread Fabian Hahn
An easy way to increase the number of form input-fields past 10 for a multipart request in Tomcat 11.0.8 would be: /usr/local/tomcat/conf/server.xml ... ... Mark, is there a solution in HttpServlet#doPost, #init(), or @MultipartConfig? Greetings, Fabian Mark Thomas wrote - F