Re: Test errors after upgrading to Wicket 8.7.0

2020-01-10 Thread Martin Grigorov
Hi Francesco, This was a bug in Wicket, a security related one. You will need to fix your code. The change should look something like this: - tester.getRequest().setParameter("select", page.option1.getValue()); - tester.getRequest().setParameter("text", "text is

Re: Test errors after upgrading to Wicket 8.7.0

2020-01-10 Thread Francesco Chicchiriccò
On 2020/01/10 12:24:49, Martin Grigorov wrote: > Hi Francesco, > > This was a bug in Wicket, a security related one. > You will need to fix your code. > > The change should look something like this: > > > - tester.getRequest().setParameter("select", > page.option1.getValue());

Re: Test errors after upgrading to Wicket 8.7.0

2020-01-10 Thread Francesco Chicchiriccò
Worked like a charm, thanks! https://github.com/apache/syncope/commit/f5f0bf05cd88e8d5ab6e682f7e1bb6f3c3249c82#diff-1b179dcf722c88b5094875ab9d08d6e3R65 Regards. On 2020/01/10 13:02:20, Martin Grigorov wrote: > On Fri, Jan 10, 2020 at 2:55 PM Francesco Chicchiriccò > wrote: > > > On

Re: Test errors after upgrading to Wicket 8.7.0

2020-01-10 Thread Martin Grigorov
On Fri, Jan 10, 2020 at 2:55 PM Francesco Chicchiriccò wrote: > On 2020/01/10 12:24:49, Martin Grigorov wrote: > > Hi Francesco, > > > > This was a bug in Wicket, a security related one. > > You will need to fix your code. > > > > The change should look something like this: > > > > > > -

[ANNOUNCE] WicketStuff 7.16.0 Released

2020-01-10 Thread Maxim Solodovnik
WicketStuff core 7.16.0 based on Apache Wicket 7.16.0 is released and soon will be available at Maven Central! The changelog is: Maxim Solodovnik (4): Switching to the next development version Jamon tests are fixed Some dependencies are updated wicketstuff-core-7.16.0 is

[ANNOUNCE] WicketStuff 8.7.0 Released

2020-01-10 Thread Maxim Solodovnik
WicketStuff core 8.7.0 based on Apache Wicket 8.7.0 is released and soon will be available at Maven Central! The changelog is: Andrea Del Bene (1): Response content type set as first step. Christoph Jost (1): fix for list flattening #685 Martin Tzvetanov Grigorov (2): Issue