Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-1753

Allow WicketFilter to be configured to skip certain paths

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.4-RC1
    • wicket
    • None

    Description

      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>

      Attachments

        Activity

          People

            ivaynberg Igor Vaynberg
            ivaynberg Igor Vaynberg
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: