]
Yeray Santana Borges commented on WFCORE-515:
---------------------------------------------
[~brian.stansberry] Any suggestions about what to do if there is no enough rights to write
in mainFile location?
ConfigurationFile.successfulBoot() may try to write in an unwriteable
dir
-------------------------------------------------------------------------
Key: WFCORE-515
URL:
https://issues.jboss.org/browse/WFCORE-515
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Reporter: Brian Stansberry
ConfigurationFile.successfulBoot() creates a temp file when persistOriginal is false. It
locates it in the same directory as mainFile, but in the !persistOriginal case, mainFile
may point to any location, not necessarily to something in the configuration dir, and its
directory may not be writable by the WildFly process.