]
Brian Stansberry updated WFCORE-1348:
-------------------------------------
Fix Version/s: 2.2.0.CR1
Specify filesystem rights for deployment content
------------------------------------------------
Key: WFCORE-1348
URL:
https://issues.jboss.org/browse/WFCORE-1348
Project: WildFly Core
Issue Type: Enhancement
Components: Domain Management
Affects Versions: 2.0.10.Final
Reporter: ehsavoie Hugonnet
Assignee: ehsavoie Hugonnet
Fix For: 2.2.0.CR1, 3.0.0.Alpha1
Currently when we add a content to the ContentRepository we are using
Files.createTempFile whitout specifying the file attributes. On GNU/Linux this may create
a file with only read write rights for the user (and not the group or other). We should
change that as this could lead to some strange errors.