Just so you know, Acegi is not working with the latest cvs version of Spring. I'm not sure yet how many problems there are, but I'm currently running into the fact that Acegi expects org.springframework.util.PathMatcher to contain a static "boolean match(String, String)" but PathMatcher is now an interface. I'm currently trying to patch my version of Acegi to use an implementation of PathMatcher (AntPathMatcher). This problem is happening in PathBasedFilterInvocationDefinitionMap.
- Andy ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Home: http://acegisecurity.sourceforge.net Acegisecurity-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer
