Hello, we are upgrading from Tomcat 10 to Tomcat 10.1
We are currently using ServletFileUpload.isMultipartContent(request) (from org.apache.tomcat.util.http.fileupload.servlet.ServletFileUpload) It seems that the whole Servlet was removed in Tomcat 10.1 https://github.com/apache/tomcat/tree/main/java/org/apache/tomcat/util/http/fileupload/servlet I couldn't find any hints in the Tomcat 10.1 changelog. Is there a replacement for this servlet or any background information why it was removed? Thanks! Thomas