1 Reply Latest reply on Aug 22, 2009 5:28 PM by asookazian

    Is it safe to change the master Seam Filter url pattern to *.seam?

      I'm thinking to add some Flex features to a Seam application using GraniteDS, which need to add its own filter to a specific AMF servlet whenever the request hits a url like /graniteamf/ .
      But the master Seam Filter by default captures all the requests by mapping /
      to it. I am wondering if it's safe to change the url pattern from / to .seam. I guess this means the master filter will only be active on JSF requests. Also there is no ContextFilter enabled in the seam application.


      Thanks in advance,


      Wei