Xavier Hanin wrote:
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?

Yeah, that is a bit odd. It's a hangover from developing something else. The entire method is no longer used - I've removed it. Thanks.

Al

Reply via email to