[WICKET-7035] fileCountMax is added#561
Conversation
martin-g
left a comment
There was a problem hiding this comment.
I think it would be also fine to use long (primitive) as https://github.com/apache/commons-fileupload/blob/c4f32a13298f6b9561c136b61b23c9e2c6d82368/src/main/java/org/apache/commons/fileupload/FileUploadBase.java#L172
I doubt the default value of -1 will ever change.
|
@martin-g I would like to add |
|
Other than that everything seems to work :) |
You mean to call |
yes
in this particular case |
|
In that case maybe it would be better to not do anything at line 225 but add logic to |
|
+1
…On Fri, Mar 24, 2023, 07:27 Maxim Solodovnik ***@***.***> wrote:
@martin-g <https://github.com/martin-g>, @bitstorm
<https://github.com/bitstorm> I guess this one should be backported to
8.x as well?
—
Reply to this email directly, view it on GitHub
<#561 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABYUQUUD2EI5CNUSNFPD3TW5UWFZANCNFSM6AAAAAAWA2AIVM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
be8af4b to
5b3974a
Compare
|
I'll merge this one into master after #565 |
POC, please review :)
I'll add some tests a bit later