Re: Filter mapping to URL

2006-04-09 Thread Yang Sun
Hi, Chuanjiang: I am not very clear on your question. But in general, if you have something difficult to use the built-in authentication method, you can overwrite the processRoles() method in your customized RequestProcessor and register your processor with the actionservlet in the configuration f

Filter mapping to URL

2006-04-09 Thread chuanjiang lo
Hi all, I have a module (/module) with three functions For e.g. Function a -> module/functiona.do Function b - > module/functionb.do Function c -> module/functionc.do, module/functionc1.do I have two roles, say Role A can access the whole module. Role B can onl access Function C For Role A, the