Re: Re: Re: {Disarmed} Antwort: [TEST] Apache Struts 7.0.0-M10 test build is ready

2024-11-14 Thread Lukasz Lenart
wt., 12 lis 2024 o 08:28 napisał(a): > > Hallo Lukasz, > > for sure - the Test and Action is quite simple > > > > public class DispatcherTest extends StrutsJUnit4TestCase { > > @Test > > public void testParameters() throws UnsupportedEncodingException, > ServletException { > > request.addParamete

Antwort: Re: Re: {Disarmed} Antwort: [TEST] Apache Struts 7.0.0-M10 test build is ready

2024-11-11 Thread Michael . Hintenaus
location = "index.jsp?foo=bar")) @Override public String execute() throws Exception { return super.execute(); } } -"Lukasz Lenart" schrieb: - An: michael.hinten...@silbergrau.com Von: "Lukasz Lenart" Datum: 11.11.2024 17

Re: Re: {Disarmed} Antwort: [TEST] Apache Struts 7.0.0-M10 test build is ready

2024-11-11 Thread Lukasz Lenart
pon., 11 lis 2024 o 08:45 napisał(a): > > Hello Lukasz, > > look good to me, our Unit-Tests are fine again. Is it possible to share your unit test in this case? I would like to understand how you use "parameters". Thanks in advance Łukasz ---

Antwort: Re: {Disarmed} Antwort: [TEST] Apache Struts 7.0.0-M10 test build is ready

2024-11-10 Thread Michael . Hintenaus
Re: {Disarmed} Antwort: [TEST] Apache Struts 7.0.0-M10 test build is ready Michael please take a look https://github.com/apache/struts/pull/1123 If this works I'm going to do the same trick with all other scopes. śr., 6 lis 2024 o 09:54 Lukasz Lenart napisał(a): > > Thanks for findi

Re: {Disarmed} Antwort: [TEST] Apache Struts 7.0.0-M10 test build is ready

2024-11-09 Thread Lukasz Lenart
apache.org > > Von: Michael Hintenaus/silbergrau > > Datum: 05.11.2024 08:49 > > Kopie: "Struts Developers List" > > Betreff: Antwort: [TEST] Apache Struts 7.0.0-M10 test build is ready > > > > Hello, > > > > the fix for WW-4788 MailSca

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

2024-11-09 Thread Lukasz Lenart
And follow up https://github.com/apache/struts-site/pull/254 sob., 9 lis 2024 o 09:45 Lukasz Lenart napisał(a): > > https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=293046977#Struts6.x.xto7.x.xmigration-Fileupload > > sob., 9 lis 2024 o 09:21 Lukasz Lenart napisał(a): > > > > sob

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

2024-11-09 Thread Lukasz Lenart
https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=293046977#Struts6.x.xto7.x.xmigration-Fileupload sob., 9 lis 2024 o 09:21 Lukasz Lenart napisał(a): > > sob., 9 lis 2024 o 08:06 Greg Huber napisał(a): > > I noticed also that needs to be > > removed now. Can this be 6.7 also as

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

2024-11-09 Thread Lukasz Lenart
sob., 9 lis 2024 o 08:06 Greg Huber napisał(a): > I noticed also that needs to be > removed now. Can this be 6.7 also as its not related to jarkata? Makes > sure the new upload works before the migration. Good point, this interceptor has been removed in Struts 7, I will point this out in the m

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

2024-11-08 Thread Greg Huber
mes created using FreeMarker, you will need to search & replace "parameters" with "attributes". See more details in WW-5465. Thanks, Burton -- Original Message -- From "Lukasz Lenart" To "Struts Developers List" Date 11/3/2024 8:48:35 AM

Re: {Disarmed} Antwort: [TEST] Apache Struts 7.0.0-M10 test build is ready

2024-11-06 Thread Lukasz Lenart
lukaszlen...@apache.org > Von: Michael Hintenaus/silbergrau > Datum: 05.11.2024 08:49 > Kopie: "Struts Developers List" > Betreff: Antwort: [TEST] Apache Struts 7.0.0-M10 test build is ready > > Hello, > > the fix for WW-4788 MailScanner has detected definite fraud

{Disarmed} Antwort: [TEST] Apache Struts 7.0.0-M10 test build is ready

2024-11-05 Thread Michael . Hintenaus
: 05.11.2024 08:49 Kopie: "Struts Developers List" Betreff: Antwort: [TEST] Apache Struts 7.0.0-M10 test build is ready Hello, the fix for WW-4788 https://github.com/apache/struts/commit/d828484 seems to be dropped. https://issues.apache.org/jira/browse/WW-4788 best regards -"Lukasz L

{Disarmed} Antwort: [TEST] Apache Struts 7.0.0-M10 test build is ready

2024-11-05 Thread Michael . Hintenaus
4 15:49 Betreff: [TEST] Apache Struts 7.0.0-M10 test build is ready Hello, This is another milestone of Struts 7.x series, which is based on JakartaEE 6. Please take the time and test the bits - any help is appreciated. Please report any problems you will spot. Please read the Migration guide as

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

2024-11-04 Thread Lukasz Lenart
gt; >templates or Themes created using FreeMarker, you will need to search & > >replace "parameters" with "attributes". See more details in WW-5465. > > > Thanks, > Burton > > -- Original Message -- > From "Lukasz Lenart&qu

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

2024-11-04 Thread Burton Rhodes
created using FreeMarker, you will need to search & replace "parameters" with "attributes". See more details in WW-5465. Thanks, Burton -- Original Message -- From "Lukasz Lenart" To "Struts Developers List" Date 11/3/2024 8:48:35 AM Subj

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

2024-11-03 Thread Greg Huber
Works great for me. Quite alot of changes in this one.  Don't forget to update all your .ftl template mods. On 03/11/2024 14:48, Lukasz Lenart wrote: Hello, This is another milestone of Struts 7.x series, which is based on JakartaEE 6. Please take the time and test the bits - any help is app

[TEST] Apache Struts 7.0.0-M10 test build is ready

2024-11-03 Thread Lukasz Lenart
Hello, This is another milestone of Struts 7.x series, which is based on JakartaEE 6. Please take the time and test the bits - any help is appreciated. Please report any problems you will spot. Please read the Migration guide as this version includes stronger security options https://cwiki.apache