Looks nice. A few remarks (in separate messages)
addFilter(..., Map....) looks quite non fluent.
why not have
descriptor.addFilter(SecureFilter.class, "/secure/*")
| .addParameter("foo", "bar")
| .addParameter("foo", "bar")
| .addFilter(MyFilter.class, "/free/*")
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4257353#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...