-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[UNDERTOW-1901] - fix max entity handling for multipart #1082
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
This has been declined. Reason for this is that other two PRs have it as private method as those are maintenance. This method is actually on purpose in HSE, since its related to exchange. |
fl4via
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@baranowb Can you please split this fix into two parts? I'm adding a Jira and scheduling it for 2.3.x as this changes public class API, and for the time being, lets submit a copy of the 2.0.x fix to master.
|
@baranowb Alternatively, and even simpler, we can just change this PR Jira to UNDERTOW-1901, that one is assinged to Undertow 2.3.0.Final, and open a new one for UNDERTOW-1601 master that just cherry-picks the fix that was submitted for 2.0.x |
|
@fl4via yeah, sure. |
|
TODO: update target branch once 2.3.x is up |
7df574c to
7183727
Compare
7183727 to
ad9a6a2
Compare
Issue: https://issues.redhat.com/browse/UNDERTOW-1901
Ported to 2.4.x by #1821