[Bug 64290] Regression: The commit from December 06 2019 on FileUploadBase introduced an incompatible API change

2020-03-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64290 --- Comment #10 from Mark Thomas --- There isn't a clear dividing line between what is and is not part of the public API. The only absolute guarantees are what is in the release notes. Those are deliberately minimal. Everything else we try not

[Bug 64290] Regression: The commit from December 06 2019 on FileUploadBase introduced an incompatible API change

2020-03-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64290 --- Comment #9 from Markus Schlegel --- I will change our code. Thank you guys for digging into this! I'll also check if we used some other inofficial classes. When I got you right, we should not use the tomcat classes at all but rather the apa

[Bug 64290] Regression: The commit from December 06 2019 on FileUploadBase introduced an incompatible API change

2020-03-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64290 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 64290] Regression: The commit from December 06 2019 on FileUploadBase introduced an incompatible API change

2020-03-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64290 --- Comment #7 from Markus Schlegel --- (In reply to Mark Thomas from comment #5) > 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 d

[Bug 64290] Regression: The commit from December 06 2019 on FileUploadBase introduced an incompatible API change

2020-03-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64290 --- Comment #6 from Michael Osipov --- (In reply to Markus Schlegel from comment #3) > "Do you > org.apache.tomcat.util.http.fileupload.FileUploadBase. > FileSizeLimitExceededException from #getCause()?" > > We are using Tomcat Embedded and we

[Bug 64290] Regression: The commit from December 06 2019 on FileUploadBase introduced an incompatible API change

2020-03-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64290 --- Comment #5 from Mark Thomas --- 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 p

[Bug 64290] Regression: The commit from December 06 2019 on FileUploadBase introduced an incompatible API change

2020-03-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64290 --- Comment #4 from Michael Osipov --- (In reply to Remy Maucherat from comment #2) > Fileupload as it is included is considered the same as if it was internal > Tomcat code, so releases or snapshots are not relevant. If so, we should not add

[Bug 64290] Regression: The commit from December 06 2019 on FileUploadBase introduced an incompatible API change

2020-03-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64290 --- Comment #3 from Markus Schlegel --- "Do you org.apache.tomcat.util.http.fileupload.FileUploadBase.FileSizeLimitExceededException from #getCause()?" We are using Tomcat Embedded and we have built a Jax-Rs resource for the Fileupload, which

[Bug 64290] Regression: The commit from December 06 2019 on FileUploadBase introduced an incompatible API change

2020-03-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64290 --- Comment #2 from Remy Maucherat --- Fileupload as it is included is considered the same as if it was internal Tomcat code, so releases or snapshots are not relevant. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 64290] Regression: The commit from December 06 2019 on FileUploadBase introduced an incompatible API change

2020-03-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64290 Michael Osipov changed: What|Removed |Added OS||All --- Comment #1 from Michael Osipo