]
Kabir Khan updated ELY-1055:
----------------------------
Fix Version/s: 1.1.0.Beta37
(was: 1.1.0.Beta36)
Missing privileged section in Elytron FileSystemRealm
-----------------------------------------------------
Key: ELY-1055
URL:
https://issues.jboss.org/browse/ELY-1055
Project: WildFly Elytron
Issue Type: Bug
Reporter: Josef Cacek
Assignee: Jan Kalina
Priority: Blocker
Fix For: 1.1.0.Beta37
Calling Elytron {{SecurityDomain.authenticate()}} method results in
{{AccessControlException}} (missing {{FilePermission}}) when Elytron
{{FileSystemSecurityRealm}} is used for the domain and server runs with security manager
enabled.
This file permission check must not be propagated to the calling user. The only
permissions required for him/her should be the {{ElytronPermission}} ones.