[7.0.0-M1] Actions not setting parameters with Multi-part forms

2024-01-22 Thread Burton Rhodes
The biggest issue I'm having at the moment is with all of my multi-part forms that include parameter data and a file. The action does receive the file, but the parameter "team.company" is set to the String value of stream, for example:

Re: [TEST] Apache Struts 7.0.0-M1 test build is ready

2024-01-22 Thread Burton Rhodes
Lukasz - Great work on this and all the others involved! I am just testing this out already have a few issues/questions. Is this the best place to voice those? Or another mailing list? Thanks, Burton -- Original Message -- From "Lukasz Lenart" To "Struts Developers List" Date

Re: [7.0.0-M3] Error message

2024-02-09 Thread Burton Rhodes
2/9/2024 9:34:36 AM Subject Re: [7.0.0-M3] Error message pt., 9 lut 2024 o 16:21 Burton Rhodes napisał(a): I haven't had time yet, but I will try this weekend. Could you share a use case when it can happen? Cheers Lukasz ---

Re: [7.0.0-M3] Error message

2024-02-09 Thread Burton Rhodes
ated in my error logs. -- Original Message -- From "Burton Rhodes" To "Struts Developers List" Date 2/9/2024 9:38:12 AM Subject Re: [7.0.0-M3] Error message The easiest example is when a custom "saveDir" is not accessible. (e.g. no secu

Re: [7.0.0-M3] Error message

2024-02-09 Thread Burton Rhodes
weekend pon., 5 lut 2024 o 16:51 Burton Rhodes napisał(a): When catching a FileUploadException in the AbstractMultiPartRequest.parse() method, if the final "else" is reached, the default message "struts.messages.upload.error.FileUploadException=Error uploading: {0}!" (str

Re: [7.0.0-M3] Error message

2024-02-09 Thread Burton Rhodes
nterceptor: Could not find a Content-Type for upload. Verify that a valid file was submitted. -- Original Message -- From "Burton Rhodes" To "Struts Developers List" Date 2/9/2024 9:43:18 AM Subject Re: [7.0.0-M3] Error message Also, I am finding quite a few of the

Re: [7.0.0-M1] Actions not setting parameters with Multi-part forms

2024-01-27 Thread Burton Rhodes
FWIW, the non-streaming parser works just fine for my applications needs. -- Original Message -- From "Lukasz Lenart" To "Struts Developers List" 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

Re: [7.0.0-M1] Actions not setting parameters with Multi-part forms

2024-01-23 Thread Burton Rhodes
the *.tmp extension breaks functionality in my application (although it's fairly trivial to fix on my end) so my vote would be to keep the original file extension - but perhaps this is a security issue? Thanks, Burton -- Original Message -- From "Burton Rhodes" To "Stru

Re: [7.0.0-M1] Actions not setting parameters with Multi-part forms

2024-01-23 Thread Burton Rhodes
t;Struts Developers List" Date 1/23/2024 10:32:19 AM Subject Re: [7.0.0-M1] Actions not setting parameters with Multi-part forms wt., 23 sty 2024 o 15:23 Burton Rhodes napisał(a): A bit more testing reveals a few clues/issues: If I switch the parser to "jakarta" (instea

[7.0.0-M3] Error message

2024-02-05 Thread Burton Rhodes
When catching a FileUploadException in the AbstractMultiPartRequest.parse() method, if the final "else" is reached, the default message "struts.messages.upload.error.FileUploadException=Error uploading: {0}!" (struts-messages.properties) always displays the "{0}" instead of replacing it with

[7.0.0-M3] Build/Run Test :: freemarker.core package does not exist

2024-02-05 Thread Burton Rhodes
I can build and install the struts code base [struts2-parent] when skipping tests; however, I am unable to run any test due to a test build error. I get "package freemarker.core does not exist" in several classes containing "import freemarker.core.*" within the [struts2-core] package. Any

Re: [TEST] Apache Struts 7.0.0-M2 test build is ready

2024-02-03 Thread Burton Rhodes
Lukasz, Just circling back on this. Is the M2 build ready to be tested now? -- Original Message -- From "Lukasz Lenart" To "Struts Developers List" Date 2/1/2024 9:10:02 AM Subject Re: [TEST] Apache Struts 7.0.0-M2 test build is ready There is one issue I need to address -

Re: [EXTERNAL] [TEST] Apache Struts 7.0.0-M3 test build is ready

2024-02-26 Thread Burton Rhodes
If I'm not mistaken, M3 represents the 3rd version of "one" major initiative which includes 2 main refactors: 1) the migration from javax -> jakarta packaging and 2) upgrading to use Java JDK 17+. If you want to see all the issues related to the Struts 7.0.0 release, you can view them here

Struts 7.0 Update?

2024-04-05 Thread Burton Rhodes
Lukasz, I just thought I would check in to see how the S2 7.0.0 update was coming along. There was a lot of activity there for awhile, but things have been pretty quiet lately. Anything I can help with? FWIW, I have been running 7.0.0-M3 in production without issue for the past few weeks.

Re: Struts 7.0 Update?

2024-04-08 Thread Burton Rhodes
Thanks for the update. Your work is much appreciated. -- Original Message -- From "Lukasz Lenart" To "Struts Developers List" Date 4/7/2024 1:04:08 AM Subject Re: Struts 7.0 Update? pt., 5 kwi 2024 o 15:04 Burton Rhodes napisał(a): Lukasz, I just t

Re: [TEST] Apache Struts 7.0.0-M6 test build is read

2024-04-20 Thread Burton Rhodes
It should be 7.0.0-M6 -- Original Message -- From "Greg Huber" To "Struts Developers List" Date 4/20/2024 5:11:19 AM Subject Re: [TEST] Apache Struts 7.0.0-M6 test build is read What would be the pom fix value we need to use? 7.0.0-M6-SNAPSHOT org.apache.struts

Re: [EXTERNAL] Re: Struts2 7.x official release

2024-05-17 Thread Burton Rhodes
e work being done here, > don't get me wrong. > > -Original Message- > From: Burton Rhodes > Sent: Friday, May 17, 2024 12:07 PM > To: Struts Developers List > Subject: [EXTERNAL] Re: Struts2 7.x official release > > [You don't often get email

Re: Struts2 7.x official release

2024-05-17 Thread Burton Rhodes
To add to Greg‘s comment, we are using M6 and production without issue. Your mileage may vary though. > On May 17, 2024, at 11:00 AM, Greg Huber wrote: > > I am not sure there is a date, but M6 is quite good and stable. > >> On 17/05/2024 10:55, Sai Charan Teja Pratti wrote: >> Hi, >> >>