Re: [7.0.0-M1] Actions not setting parameters with Multi-part forms
"Burton Rhodes" <[email protected]>
| Newsgroups | gmane.comp.jakarta.struts.devel |
|---|---|
| Message-ID | <[email protected]> |
FWIW, the non-streaming parser works just fine for my applications needs. ------ Original Message ------ From "Lukasz Lenart" <[email protected]> To "Struts Developers List" <[email protected]> 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: [email protected] >For additional commands, e-mail: [email protected] >