Re: NPE in org.apache.wicket.request.http.handler.RedirectRequestHandler.respond

2017-07-27 Thread Wayne W
Thanks Martin, I've put logging everywhere but still can't track it down. Its just this jetty instance causing not, not sure why. I'm going to side step the issue and upgrade to 7.8.10 as I need that replication fix live asap. Many thanks On Wed, Jul 26, 2017 at 11:51 AM, Martin Grigorov

Re: NPE in org.apache.wicket.request.http.handler.RedirectRequestHandler.respond

2017-07-26 Thread Martin Grigorov
I've added a check for 7.x and 8.x - https://git1-us-west.apache.org/repos/asf?p=wicket.git;a=commitdiff;h=5f3fc484;hp=3ec2c617f1e27f06df985032e233ca4799097b26 Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Wed, Jul 26, 2017 at 1:48 PM, Martin Grigorov

Re: NPE in org.apache.wicket.request.http.handler.RedirectRequestHandler.respond

2017-07-26 Thread Martin Grigorov
https://github.com/apache/wicket/blob/wicket-6.17.0/wicket-request/src/main/java/org/apache/wicket/request/http/handler/RedirectRequestHandler.java#L99 says that getRedirectUrl() returns null. So something calls RedirectRequestHandler's constructor with null url. Wicket doesn't instantiate this

Re: NPE in org.apache.wicket.request.http.handler.RedirectRequestHandler.respond

2017-07-26 Thread Wayne W
Still on 6.17.0 Martin. Not had the time/resources to move to 6.18 which I want because of that replication fix!! On Tue, Jul 25, 2017 at 7:55 PM, Martin Grigorov wrote: > Which version of Wicket do you use ? > > Martin Grigorov > Wicket Training and Consulting >

Re: NPE in org.apache.wicket.request.http.handler.RedirectRequestHandler.respond

2017-07-25 Thread Martin Grigorov
Which version of Wicket do you use ? Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, Jul 25, 2017 at 5:52 PM, Wayne W wrote: > Hi, > > I've got a strange issue I cannot get to the bottom of. Basically we have > our app deployed