Hi All,
I don't understand if the following wildcard behavior is normal or not:
the user permission is: "applicationA:*"
if i check subject.isPermitted("*:something") return false
the method return true if I remove the wildcard from one of the two ex:
user permission: "applicationA:something"
subject.isPermitted("*:something")
or
user permission: "applicationA:*"
subject.isPermitted("applicationA:something")
Any help you can provide would be greatly appreciated.
Thanks, Andrea
--
View this message in context:
http://shiro-user.582556.n2.nabble.com/wildcard-permission-matching-question-tp7581588.html
Sent from the Shiro User mailing list archive at Nabble.com.