On the Spring front, I would like to deprecate any Spring-specific ShiroFilter if we still have one.
Spring's DelegatingFilterProxy is a much better mechanism for Spring environments, since you can configure both the Shiro Filter as well as the Shiro SecurityManager and any of their dependencies nicely within Spring XML. I need to update the Spring webapp to reflect this approach. On Tue, Jan 19, 2010 at 5:16 AM, char_lee <[email protected]> wrote: > > Hi, I am trying to get my CXF REST services to use Shiro. I have notice in > trunk there is a Spring base filter. However it is using the deprecated > ShiroFilter class rather then the IniShiroFilter. What is the plan for this. > I am thinking of doing this myself. Any opinions? > > C > -- > View this message in context: > http://n2.nabble.com/Shiro-Sping-filter-tp4419140p4419140.html > Sent from the Shiro Developer mailing list archive at Nabble.com. >
