Sorry that you experienced problems with this Mark - although by the
Nabble thread it appears that you have caught the problem.  If you
need help implementing the Redis-based cache, please feel free to ask
questions here.

Regards,

Les

On Mon, Mar 11, 2013 at 9:55 PM, NabbleReallySucks
<[email protected]> wrote:
> org.apache.shiro.UnavailableSecurityManagerException: No SecurityManager
> accessible to the calling code, either bound to the
> org.apache.shiro.util.ThreadContext or as a vm static singleton.  This is an
> invalid application configuration.
>
> I have to be honest, I am getting a bit frustrated trying to get Shiro to
> work here. Now we are customizing it so that we have Redis as a Cache
> implementation etc.
>
> We have a custom Cache, CacheManager and ThreadLocalDelegatingCache that
> wraps around our Cache object looking in ThreadLocal for Session objects.
>
> We also have our own custom Realm.
>
> web.xml have the DelegatingFilterProxy called shiroFilter mapped to
> <filter-mapping>
>         <filter-name>shiroFilter</filter-name>
>         <url-pattern>/*</url-pattern>
>     </filter-mapping>
>
> This is our Spring xml config file
> http://shiro-user.582556.n2.nabble.com/SessionID-problem-td7578355.html
>
> I had posted it in another thread, so instead of reposting the config a link
> I think is better.
>
> Thanks for you help.
>
> Mark
>
>
>
>
>
>
>
>
> --
> View this message in context: 
> http://shiro-user.582556.n2.nabble.com/No-SecurityManager-in-a-Spring-MVC-Application-exception-tp7578357.html
> Sent from the Shiro User mailing list archive at Nabble.com.

Reply via email to