Quickstart web.xml ------------------ Key: WICKET-586 URL: https://issues.apache.org/jira/browse/WICKET-586 Project: Wicket Issue Type: Bug Components: wicket-quickstart Affects Versions: 1.3.0-beta1 Reporter: Sean Sullivan
Wicket 1.3 beta 1 In wicket-quickstart, the web.xml needs updating http://svn.apache.org/viewvc/incubator/wicket/trunk/jdk-1.4/wicket-quickstart/src/main/webapp/WEB-INF/web.xml?view=log Currently, web.xml contains the "filterPath" parameter. I believe this parameter is obsolete. I don't think there's a need to put the parameter in the web.xml because the WicketFilter has logic for parsing the web.xml to extract the filter pattern. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.