How to make RMI work with Apache Shiro?
Each calls on a method with @RequireRoles("..") execute on different thread
shared by multiple clients.Is there a way to intercept this AOP, set the current Subject for this thread (threadLocal), then unset it at the end of the method? Thank you for your help -- View this message in context: http://shiro-user.582556.n2.nabble.com/How-to-make-RMI-work-with-Apache-Shiro-tp7581467.html Sent from the Shiro User mailing list archive at Nabble.com.
