wiggles
Feb 1st, 2005, 02:24 PM
I'm slowly moving my design with no framework to Spring. Everything seems very intuitive, except I don't know how to replace the filters that I have. I used to have all requests go through a filter along with access conrol information. The filter would check the users's permissions against this information and bounce them if needed. What's the best way to implement custom access conrol using Spring? Thanks!