Community
Participate
Working Groups
Build Identifier: 7.1.5.v20100705 ContextHandler$Context#log(String) is implemented as follows: _logger.info(msg, null, null); Logger#info(String, Object…) treats the vararg parameter as an array of values to be formatted as strings, which appends two "null" strings to the end of every log statement. Reproducible: Always Steps to Reproduce: 1. Log anything using ContextHandler$Context#log(String)
Committed r2154. Thanks a lot for the report.