Hi, all:
I have to maintain a legacy projet, it's based on
struts and
servlet. All the path is configurate to root, like: /userLogin /membreLogin /other.
And, there are two different member system, I mean that, I want a filter mapping to :/a.do /b.do /c.do, another filter mapping to /e.do /f.do and /h.do. Is it possible? I have more than 10000 actions!
I'd like to configurate in web.xml, but I do not know how can my filter seperate different actions?
Thanks!