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