]
James Perkins updated LOGMGR-262:
---------------------------------
Security: (was: Security Issue)
Security Sensitive Issue: (was: This issue is security relevant)
When setting the close handlers on a log context the control
permission should be checked
-----------------------------------------------------------------------------------------
Key: LOGMGR-262
URL:
https://issues.redhat.com/browse/LOGMGR-262
Project: JBoss Log Manager
Issue Type: Bug
Components: core
Reporter: James Perkins
Assignee: James Perkins
Priority: Blocker
Fix For: 2.1.15.Final
The {{LogContext}} has a {{LogContext.setCloseHandlers(Collection<AutoCloseable>)}}
and {{LogContext.addCloseHandler(AutoCloseable)}} method which does not check the control
permission before just setting the values.