* @see org.apache.wicket.protocol.http.WebApplication#newRequestCycleProcessor()
*/
@Override
protected IRequestCycleProcessor newRequestCycleProcessor()
{
return new WebRequestCycleProcessor()
{
@Override
protected IRequestCodingStrategy newRequestCodingStrategy()
{
WebRequestCodingStrategy.Settings stratSettings = new WebRequestCodingStrategy.Settings();