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

Re: TLS 1.3 and post handshake authentication (PHA)

2025-06-13 Thread Mark Thomas
On 13/06/2025 18:26, Amit Pande wrote: Hello, When using "protocols" TLSv1.3 in SSLHostConfig with HTTP 1.1 protocol (Http11NioProtocol or Http11Nio2Protocol ) and certificateVerification=optional, we see below warning in logs: 13-Jun-2025 11:42:58.453 WARNING [catalina-exec-1] org.apache.

TLS 1.3 and post handshake authentication (PHA)

2025-06-13 Thread Amit Pande
Hello, When using "protocols" TLSv1.3 in SSLHostConfig with HTTP 1.1 protocol (Http11NioProtocol or Http11Nio2Protocol ) and certificateVerification=optional, we see below warning in logs: 13-Jun-2025 11:42:58.453 WARNING [catalina-exec-1] org.apache.tomcat.util.net.SSLUtilBase. The JSSE TLS

TLS 1.3 and post handshake authentication (PHA)

2025-06-13 Thread Amit Pande
Hello, When using "protocols" TLSv1.3 in SSLHostConfig with HTTP 1.1 protocol (Http11NioProtocol or Http11Nio2Protocol ) and certificateVerification=optional, we see below warning in logs: 13-Jun-2025 11:42:58.453 WARNING [catalina-exec-1] org.apache.tomcat.util.net.SSLUtilBase. The JSSE TLS

Re: FileCountLimitExceededException with 10.1.42 / 11.0.8

2025-06-13 Thread Matthias Reischenbacher
Thanks for your quick answer. I think the chosen default value of "10" is very low and will possibly break many existing applications. Hopefully it can be increased. Thanks & Best regards, Matthias On 13/06/2025 13:46, Mark Thomas wrote: https://tomcat.apache.org/tomcat-11.0-doc/config/http.

Re: FileCountLimitExceededException with 10.1.42 / 11.0.8

2025-06-13 Thread Mark Thomas
https://tomcat.apache.org/tomcat-11.0-doc/config/http.html You'll need to increase maxPartCount Mark On 13/06/2025 15:13, Matthias Reischenbacher wrote: Hi, after upgrading from 11.0.6 to 11.0.8 a form multi part POST stopped working with the exception: org.apache.tomcat.util.http.Invalid

FileCountLimitExceededException with 10.1.42 / 11.0.8

2025-06-13 Thread Matthias Reischenbacher
Hi, after upgrading from 11.0.6 to 11.0.8 a form multi part POST stopped working with the exception: org.apache.tomcat.util.http.InvalidParameterException: org.apache.tomcat.util.http.fileupload.impl.FileCountLimitExceededException: attachment org.apache.catalina.connector.Request.doParsePa

FileCountLimitExceededException with 10.1.42 / 11.0.8

2025-06-13 Thread Matthias Reischenbacher
Hi, after upgrading from 11.0.6 to 11.0.8 a form multi part POST stopped working with the exception: org.apache.tomcat.util.http.InvalidParameterException: org.apache.tomcat.util.http.fileupload.impl.FileCountLimitExceededException: attachment org.apache.catalina.connector.Request.doParsePa