You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2016/08/29 19:50:13 UTC

logging-log4j2 git commit: [LOG4J2-1502] CsvParameterLayout and CsvLogEventLayout insert NUL characters if data starts with {, (, [ or "

Repository: logging-log4j2
Updated Branches:
  refs/heads/master f9a5d552a -> b46c23c9c


[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/master
Commit: b46c23c9c6e4e272a747356aef94edc3e9e4bcdc
Parents: f9a5d55
Author: Gary Gregory <gg...@apache.org>
Authored: Mon Aug 29 12:50:11 2016 -0700
Committer: Gary Gregory <gg...@apache.org>
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.