Hi,
Can anyone please let me know which Grizzly API s should be used if I want
to use the filter-mapping from web.xml file along with "url-pattern"? e.g.
<filter-mapping>
<filter-name>AFilter</filter-name>
<url-pattern>/url/*</url-pattern>
</filter-mapping>
So I want to acces "AFilter" only when the URL pattern matches to "/url/*".
The following link says that the faeature is not supported, is that true
still?
http://markmail.org/message/u5scsjxwbn4hmfc2
Regards,
Amrit
--
View this message in context: http://old.nabble.com/filter-mapping-and-Grizzly-tp30643017p30643017.html
Sent from the Grizzly - Users mailing list archive at Nabble.com.