Hi all, In Tomcat 11 a jersey Api multipart-formdata is registered with Multipart feature.Also an inbound filter in front reading request.getparamater fails with "unable to process parts as no multi-part configuration has been provided." In Tomcat 11 it fails. In Tomcat 10 same setup works continuing parts as empty list.
Is this expected and valid change and if so any suggestion how to avoid this?