Description
If you do a get on http://yoursite/yourapp?id=3 for the first time, Wicket will redirect to the home page and ignore the query params. The issue is on line 255 of WicketFilter where it builds the URL. It neglects to take into account the query params.