i10 [
https://community.jboss.org/people/i10] created the discussion
"isCallerInRole(...) returns wrong result"
To view the discussion, visit:
https://community.jboss.org/message/739984#739984
--------------------------------------------------------------
A query to isCallerInRole("VIP") returns the following results:
|| *User* || *Roles* || *Expected Result
* || *Effective Result
* ||
| tom | Customer | false | false |
| sam | Customer, VIP | true | *false* |
| mike | VIP | true | true |
In JBoss 4,5 and 6 the query works fine. With JBoss 7 the result for user sam is false
instead of true.
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/739984#739984]
Start a new discussion in JBoss AS 7 Development at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]