AW: Struts 6.3 Issue Uploading Files

2024-03-05 Thread Patrick Arnoldy
://tomcat.apache.org/tomcat-9.0-doc/changelog.html (look for "Tomcat 9.0.0.M1 (markt)") Regards Patrick Arnoldy -Ursprüngliche Nachricht- Von: Lukasz Lenart Gesendet: Mittwoch, 6. März 2024 08:10 An: Struts Users Mailing List Betreff: Re: Struts 6.3 Issue Uploading Files Ca

Re: Struts 6.3 Issue Uploading Files

2024-03-05 Thread Lukasz Lenart
Can you take a look at this PR? Can you test it? https://github.com/apache/struts/pull/892 śr., 6 mar 2024 o 07:51 Lukasz Lenart napisał(a): > > pon., 4 mar 2024 o 00:28 Zoran Avtarovski > napisał(a): > > I tried to raise a ticket to include some logging in the isMultipartRequest > > function

Re: Struts 6.3 Issue Uploading Files

2024-03-05 Thread Lukasz Lenart
pon., 4 mar 2024 o 00:28 Zoran Avtarovski napisał(a): > I tried to raise a ticket to include some logging in the isMultipartRequest > function to record why it failed but I don't have an account anymore. I've created the ticket https://issues.apache.org/jira/browse/WW-5401 Cheers Lukasz -

Re: Struts 6.3 Issue Uploading Files

2024-03-03 Thread Zoran Avtarovski
Thanks Lukasz, I'm not sure that is the issue. I did a simple verification test and added some debugging around the request content type I got the following : Request Content Type: multipart/form-data; boundary=---22500187869113554433768726201 Using default regex string c

Re: Struts 6.3 Issue Uploading Files

2024-02-29 Thread Lukasz Lenart
The request must match the following regex [1], more details in the docs [2], yet I notice there is no logging around this logic, feel free to create a ticket to improve that. [1] https://github.com/apache/struts/blob/master/core/src/main/java/org/apache/struts2/dispatcher/Dispatcher.java#L110 [2

Re: Struts 6.3 Issue Uploading Files

2024-02-29 Thread Zoran Avtarovski
>From "Zoran Avtarovski" <mailto:zo...@sparecreative.com>> To "Struts Users Mailing List" mailto:user@struts.apache.org>> Date 2/28/2024 4:27:48 PM Subject Struts 6.3 Issue Uploading Files >Hi Guys, > > > >We are unable to upload

Re: Struts 6.3 Issue Uploading Files

2024-02-29 Thread Burton Rhodes
ng comes up in the logs. Thanks, Burton -- Original Message -- From "Zoran Avtarovski" To "Struts Users Mailing List" Date 2/28/2024 4:27:48 PM Subject Struts 6.3 Issue Uploading Files Hi Guys, We are unable to upload files to our first 6.3 application using HT

Struts 6.3 Issue Uploading Files

2024-02-28 Thread Zoran Avtarovski
Hi Guys, We are unable to upload files to our first 6.3 application using HTTP requests, but the strange thing is they work with ajax requests. I suspect we are overlooking something in the config which is required in 6.3. We are using 6.3.0.2 running on Tomcat 9. The file object is null