I noted ajax request going for all request from our application due to ajax4jsf allowing /* in the url pattern. Is it possible to set specific url alone instead of all requests? Tried with with certain url then ajax not working. Any one guide on this please.
<filter-mapping>
<filter-name>ajax4jsf</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
Thanks
Bala