Ondrej Lukas created ELY-615:
--------------------------------
Summary: Improvement for usage of file.mkdirs() in
FileSystemSecurityRealm.Identity
Key: ELY-615
URL:
https://issues.jboss.org/browse/ELY-615
Project: WildFly Elytron
Issue Type: Bug
Affects Versions: 1.1.0.Beta7
Reporter: Ondrej Lukas
Assignee: Darran Lofthouse
Priority: Minor
There is method {{tempPath()}} in
org.wildfly.security.auth.realm.FileSystemSecurityRealm.Identity which uses
{{file.mkdirs()}} without checking its return value. It is bad practice to ignore return
value of this method (since false means that file has not been created and it can result
to any unexpected and confusing failure later).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)