2 Replies Latest reply on Apr 14, 2008 12:20 AM by modoc

    How to add multiple url-patterns to the web:context-filter?

    modoc

      I know that after Servlet 2.5 spec, you can specify multiple url-patterns for a Servlet Filter.


      However, I'm not sure how to set that up for the seam context filter.


      Currently I have:


           


      <web:context-filter url-pattern="/video/*" />
      




      in my components.xml to allow a servlet to handle streaming out video files.  I want to add a servlet to stream out large image files under the "/image/*" pattern.  How do I configure that in the components.xml?


      Thanks!


      Devon