]
Darran Lofthouse resolved WFLY-5316.
------------------------------------
Resolution: Rejected
The auth directory is expected to be in the tmp directory of the mode the server is
running in - so to auth directories is correct.
Duplicate auth directories in Wildfly 10
----------------------------------------
Key: WFLY-5316
URL:
https://issues.jboss.org/browse/WFLY-5316
Project: WildFly
Issue Type: Bug
Components: Build System, Security
Reporter: Fernando Nasser
Assignee: Darran Lofthouse
Fix For: 10.0.0.CR2
The Wildfly 10 build creates two "auth" directories, one under each config:
WILDFLY_HOME/domain/tmp: auth
WILDFLY_HOME/standalone/tmp: auth
while in Wildfly 8 there was a single "auth" dir at top-level:
WILDFLY_HOME/auth
Apparently there is no changes to the code changing where the 'auth' directory is
looked for so this may be an issue with the new build system (or was an issue with the old
one, but that is not documented). And as the code creates it if it does not exist this
may have been unnoticed in either case.
We need to get this sorted out asap so we make sure these directories (or directory) are
(or is) created with the right permissions.