https://bz.apache.org/bugzilla/show_bug.cgi?id=64290

            Bug ID: 64290
           Summary: Regression: The commit from December 06 2019 on
                    FileUploadBase introduced an incompatible API change
           Product: Tomcat 8
           Version: 8.5.x-trunk
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Util
          Assignee: dev@tomcat.apache.org
          Reporter: sch...@gmail.com
  Target Milestone: ----

The commit 218ea934fc71a0948c1b2e313e9cf20dede2cc23 from December 6, 2019 moved
some Innerclasses from org.apache.tomcat.util.http.fileupload.FileUploadBase to
the package org.apache.tomcat.util.http.fileupload.impl .

Since some of those classes were public in FileUploadBase, they might have been
used somewhere in other projects. Our Application for example uses
org.apache.tomcat.util.http.fileupload.FileUploadBase.FileSizeLimitExceededException
.

This now ends in the fact, that compiled code will not run with newer 8.5.x
Versions of Tomcat. As long as such projects or libraries are not fixed,
customers cannot upgrade to newest Tomcat versions which will eventually end up
in tomcat installations with known security issues.

-- 
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

Reply via email to