]
James Perkins updated LOGMGR-278:
---------------------------------
Fix Version/s: (was: 2.2.0.Final)
(was: 2.3.0.Beta1)
(was: 2.1.17.Final)
PeriodicRotatingFileHandler may fail to rotate a file with a security
permission
--------------------------------------------------------------------------------
Key: LOGMGR-278
URL:
https://issues.redhat.com/browse/LOGMGR-278
Project: JBoss Log Manager
Issue Type: Bug
Components: core
Reporter: James Perkins
Assignee: James Perkins
Priority: Major
During rotate the {{File.lastModified()}} time is used to determine if the file is ready
to rotate. In situations such as a deployment on WildFly the deployment itself may fail to
log a message as the security context is that of the deployment. The reason for the
failure is the deployment does not have read permissions for the file.