Description
Making request like http://host:port/?paramName= will result in empty PageParameters.
The problem is in org.apache.wicket.request.mapper.AbstractMapper.extractPageParameters(Request, int, IPageParametersEncoder) because it skips the first parameter if its value is empty.
This is made because most of the time this is the PageComponentInfo part of the URL.