Das Archive created LOG4J2-103: ---------------------------------- Summary: Log4jLogEvent proxies ThrowableProxy objects Key: LOG4J2-103 URL: https://issues.apache.org/jira/browse/LOG4J2-103 Project: Log4j 2 Issue Type: Bug Components: Core Affects Versions: 2.0-beta2 Reporter: Das Archive Attachments: Log4jLogEvent_ThrowableProxy.patch
While verifying LOG4J2-99 I stumbled across another small issue: When a Log4jLogEvent is reconstructed (in AsynchAppender, MapRewritePolicy or PropertiesRewritePolicy) the ThrowableProxy of the original LogEvent is used to construct the new Log4JLogEvent. There the ThrowableProxy is proxied again. During this the package resolution is repeated (mostly with slightly different result). I created a patch for Log4JLogEvent to reuse existing ThrowableProxy objects. Best Regards, Das -- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org For additional commands, e-mail: log4j-dev-h...@logging.apache.org