[jboss-jira] [JBoss JIRA] (WFLY-3011) Management audit logging logs mutated operations
Brian Stansberry (JIRA)
issues at jboss.org
Mon Feb 24 18:03:47 EST 2014
Brian Stansberry created WFLY-3011:
--------------------------------------
Summary: Management audit logging logs mutated operations
Key: WFLY-3011
URL: https://issues.jboss.org/browse/WFLY-3011
Project: WildFly
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Domain Management
Affects Versions: 8.0.0.Final
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Fix For: 8.0.1.Final
OperationContextImpl caches operation ModelNodes for later logging, but it does not clone them first. As a result, the ModelNodes get mutated during op execution (e.g. headers can be added) and the log record shows that mutated state instead of the original user input. That can be misleading.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list