Hi,
Whlie browsing the wicket1.x code, I've stumble upon a piece of code which
seems strange in the WicketFilter class:
public void setServletMode(boolean servletCompatibilityMode)
{
this.servletMode = true;
}Shouldn't the servletMode be assigned to servletCompatibilityMode? - Xavier
