users@grizzly.java.net

filter-mapping and Grizzly

From: amrit <amritjyotibaruah_at_gmail.com>
Date: Tue, 11 Jan 2011 04:13:37 -0800 (PST)

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-tp30643018p30643018.html
Sent from the Grizzly - Users mailing list archive at Nabble.com.