Hi Dan, I looked at the ShiroAuthenticationProvider.java source code - why are you using a DelegatingSubject directly instead of using the Subject.Builder?
The DelegatingSubject class is mostly there as an implementation detail - it shouldn't typically be referenced directly. Regards, Les On Wed, Jan 12, 2011 at 6:27 PM, Dan Diephouse <[email protected]> wrote: > Funny you should ask, I was just working on that. Mule doesn't depend on the > servlet spec (we have alternate transports which are non servlet based), so > I can't reuse the servlet filters from Shiro. So I had to write a new > HttpUrlPatternFilter for mule. I just committed it to github and there's an > example in the README. > https://github.com/mulesoft/mule-module-shiro > Next up, getting the Shrio cookie integration working correctly... > Dan > > On Wed, Jan 12, 2011 at 4:56 PM, Les Hazlewood <[email protected]> > wrote: >> >> Hi Dan, >> >> This is awesome - thanks for sharing. I don't understand Mule >> filtering too well - does the blog example use the ShiroFilter and >> it's path-matching filter chain capabilities? >> >> Best, >> >> Les >> >> On Mon, Jan 10, 2011 at 3:33 PM, Dan Diephouse <[email protected]> wrote: >> > Hi folks, >> > Just thought I'd pass along that I wrote some integration for Mule (an >> > open >> > source ESB) this last week: >> > http://blogs.mulesoft.org/apache-shiro-support-for-mule/ >> > Let me know if you find it of use or have any feedback. Cheers, >> > Dan >> > -- >> > Dan Diephouse >> > http://netzooid.com/blog > > > > -- > Dan Diephouse > http://netzooid.com/blog
