https://bz.apache.org/bugzilla/show_bug.cgi?id=64290
--- Comment #5 from Mark Thomas <ma...@apache.org> --- Tomcat is going to continue to track HEAD for the various Apache Commons projects for which a local fork is maintained. Generally, a class being public doesn't make it part of Tomcat's public API. Tomcat's public API is defined in the RELEASE-NOTES file at the root of both the source and binary distributions. That said, we try to provide a lot more stability than the guarantees in that file. I can see why applications might be interested in the specific exception thrown. There are (ugly) ways to write code to handle both variations of class structure but in this instance I think it would be reasonable if we added back inner classes (deprecated and marked for removal in Tomcat 10) on an "as required" basis and have then simply extend the new classes. Markus, I'm assuming that the only class you need is FileUploadBase.FileSizeLimitExceededException -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org