[LOG4J2-1502] CsvParameterLayout and CsvLogEventLayout insert NUL
characters if data starts with {, (, [ or "Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/b46c23c9 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/b46c23c9 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/b46c23c9 Branch: refs/heads/LOG4J2-1010&LOG4J2-1447-injectable-contextdata&better-datastructure Commit: b46c23c9c6e4e272a747356aef94edc3e9e4bcdc Parents: f9a5d55 Author: Gary Gregory <[email protected]> Authored: Mon Aug 29 12:50:11 2016 -0700 Committer: Gary Gregory <[email protected]> Committed: Mon Aug 29 12:50:11 2016 -0700 ---------------------------------------------------------------------- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/b46c23c9/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 10be4c8..672e23d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -100,7 +100,7 @@ org.apache.logging.log4j.core.appender.routing.IdlePurgePolicy not working correctly. </action> <action issue="LOG4J2-1502" dev="ggregory" type="fix" due-to="Sumit Singhal"> - CsvParameterLayout is inserting NUL character if data starts with {, (, [ or " + CsvParameterLayout and CsvLogEventLayout insert NUL characters if data starts with {, (, [ or " </action> <action issue="LOG4J2-1181" dev="mikes" type="add"> Scala API.
