Re: Possible issue in Localizer - Wicket Version 6.13.0

2014-02-19 Thread Martin Grigorov
Just checked Wicket's source and the only place where Wicket adds IStringResourceLoaders is in ResourceSettings' constructor. None of them is null Martin Grigorov Wicket Training and Consulting On Wed, Feb 19, 2014 at 10:44 AM, René Hartwig < rene.hart...@befine-solutions.com> wrote: > Hi, > >

Re: Possible issue in Localizer - Wicket Version 6.13.0

2014-02-19 Thread René Hartwig
Hi, unfortunately I have not been able to reproduce it again. I am not using custom IStringResourceLoaders and the Exception occured within an Acunetix security scan. When operating the page manually, this Exception never occurs. Will inform yo

Re: Possible issue in Localizer - Wicket Version 6.13.0

2014-02-18 Thread Martin Grigorov
Hi, any application can add custom IStringResourceLoaders with IResourceSettings#getStringResourceLoaders().add(mine) Now the question is: is there a bug in Wicket or in your app ? Please investigate :-) I think there were no changes in Wicket related to this functionality for a fairly long time