ta796
Jan 4th, 2006, 04:22 PM
My application uses struts and spring integration using the spring plugin for struts. I then apply my custom security aspects to the actions which are defined in the spring config file. The security exception thrown by the security aspects are handled by the struts exception handler.
I want to now replace my custom security with acegi. What is the best way to approach this keeping the above mentioned structure in mind? Do i have to use filters to do the security or can I just apply security at struts action level using aspects or a combination of both ?
Any thougts will be appreciated
Thanks
I want to now replace my custom security with acegi. What is the best way to approach this keeping the above mentioned structure in mind? Do i have to use filters to do the security or can I just apply security at struts action level using aspects or a combination of both ?
Any thougts will be appreciated
Thanks