FWIW, the non-streaming parser works just fine for my applications needs.

------ Original Message ------
From "Lukasz Lenart" <lukaszlen...@apache.org>
To "Struts Developers List" <dev@struts.apache.org>
Date 1/27/2024 2:07:09 AM
Subject Re: [7.0.0-M1] Actions not setting parameters with Multi-part forms

I'm still working on this but basically it doesn't make sense to use
JakartaStreamMultiPartRequest any more - the current implementation
streams the uploaded files into disk anyway, but in a bit different
way how JakartaMultiPartRequest is doing it - that's why you see
different temporary file names and that's why some settings don't
work.

To take full advantage of the Streaming API, a large refactoring is
needed to allow streaming the uploaded files directly into action
instead of keeping file references in the parser.


Regards
Ɓukasz

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org

Reply via email to