Allow WicketFilter to be configured to skip certain paths
---------------------------------------------------------

                 Key: WICKET-1753
                 URL: https://issues.apache.org/jira/browse/WICKET-1753
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
            Reporter: Igor Vaynberg
            Assignee: Igor Vaynberg
             Fix For: 1.4-M4


sometimes figuring out whether or not the request is meant for the wicket or 
not can be expensive, eg accessing a jcr repo and checking if some node exists. 
configuring a list of paths that the filter should skip right away will improve 
performance.

eg

<filter>
  <init-param>
    <param-name>ignorePaths</param-name>
    <param-value>/images/products,/documents/pdfs</param-value>
  </init-param>
</filter>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to