Re: Multipart fixes in 2.5.12 and non-file payloads

2017-07-17 Thread Lukasz Lenart
2017-07-17 14:35 GMT+02:00 Adam Brin : > In the automated testing we run on our application there was not one test > that passed that used a browser backend be it Chrome or HtmlUnit without > adjusting the regular expression. Is there a way to involve you and your

Re: JasperReports plugin - confused on a NullPointerException

2017-07-17 Thread Jon Eskin
Sure, I’ll get a JIRA ticket registered for that. And I would be happy to contribute the example. > On Jul 17, 2017, at 3:45 AM, Lukasz Lenart wrote: > > 2017-07-14 12:16 GMT+02:00 Jon Eskin : >> I just tried switching to 2.5.12 but I'm seeing the

Re: Multipart fixes in 2.5.12 and non-file payloads

2017-07-17 Thread Adam Brin
In the automated testing we run on our application there was not one test that passed that used a browser backend be it Chrome or HtmlUnit without adjusting the regular expression. On Mon, Jul 17, 2017 at 5:29 AM, Adam Brin wrote: > Hi Lukasz, > Yes, > > - adam > >

Re: Multipart fixes in 2.5.12 and non-file payloads

2017-07-17 Thread Adam Brin
Hi Lukasz, Yes, - adam On Sun, Jul 16, 2017 at 11:03 PM, Lukasz Lenart wrote: > I assume that this is the related ticket to this [1], right? > > [1] https://issues.apache.org/jira/browse/WW-4818 > > 2017-07-14 15:46 GMT+02:00 Adam Brin : >

Re: JasperReports plugin - confused on a NullPointerException

2017-07-17 Thread Lukasz Lenart
2017-07-14 12:16 GMT+02:00 Jon Eskin : > I just tried switching to 2.5.12 but I'm seeing the same error. Looks like a bug in the plugin - could you register a ticket in JIRA? Also do you mind contributing your example to https://github.com/apache/struts-examples ? The best

Re: Multipart fixes in 2.5.12 and non-file payloads

2017-07-17 Thread Adam Brin
Our build testing is automated, so if it’s a matter of pulling in a maven artifact and kicking off a build, i’m willing. Otherwise, I’m happy to share a bit of what we do on the testing front to integrate into the automated testing that’s part of struts. --

Re: Multipart fixes in 2.5.12 and non-file payloads

2017-07-17 Thread Lukasz Lenart
2017-07-17 17:21 GMT+02:00 Adam Brin : > Our build testing is automated, so if it’s a matter of pulling in a maven > artifact and kicking off a build, i’m willing. Otherwise, I’m happy to share > a bit of what we do on the testing front to integrate into the automated

Re: Multipart fixes in 2.5.12 and non-file payloads

2017-07-17 Thread Lukasz Lenart
I assume that this is the related ticket to this [1], right? [1] https://issues.apache.org/jira/browse/WW-4818 2017-07-14 15:46 GMT+02:00 Adam Brin : > We have a number of API components that include a textBody as part of the > multipart request. In 2.5.12, these