joakime commented on PR #12240: URL: https://github.com/apache/camel/pull/12240#issuecomment-1830536368
Is Camel using Jetty 12 with the ee10 environment? These changes seem to be for Jetty 11, which is for Servlet 5.0. This API spec behavior, where fileSizeThreshold value of 0 is documented, first shows up on Servlet 6.0. That language is _not_ present in the API spec on Servlet 5.0. - https://github.com/jakartaee/servlet/blob/5.0.0-RELEASE/api/src/main/java/jakarta/servlet/annotation/MultipartConfig.java#L65-L70 Jetty 12 on the ee10 environment already supports this spec behavior. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org