You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rp...@apache.org on 2016/08/30 14:45:11 UTC

[32/50] logging-log4j2 git commit: Test [LOG4J2-1502] CsvParameterLayout is inserting NUL character if data starts with {, (, [ or ".

Test [LOG4J2-1502] CsvParameterLayout is inserting NUL character 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/447ca8d9
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/447ca8d9
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/447ca8d9

Branch: refs/heads/LOG4J2-1010&LOG4J2-1447-injectable-contextdata&better-datastructure
Commit: 447ca8d9b54499b214b38b75e2911b9e76b6e87c
Parents: debb8ec
Author: Gary Gregory <gg...@apache.org>
Authored: Sun Aug 28 14:32:37 2016 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Sun Aug 28 14:32:37 2016 -0700

----------------------------------------------------------------------
 log4j-core/src/test/resources/log4j-cvs-json-parameter.xml | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/447ca8d9/log4j-core/src/test/resources/log4j-cvs-json-parameter.xml
----------------------------------------------------------------------
diff --git a/log4j-core/src/test/resources/log4j-cvs-json-parameter.xml b/log4j-core/src/test/resources/log4j-cvs-json-parameter.xml
index f47f69e..ad73a80 100644
--- a/log4j-core/src/test/resources/log4j-cvs-json-parameter.xml
+++ b/log4j-core/src/test/resources/log4j-cvs-json-parameter.xml
@@ -14,7 +14,6 @@
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
-
 -->
 <Configuration status="warn" name="CsvJsonParameterLayoutFileAppenderTest">
   <Appenders>
@@ -25,7 +24,6 @@
   </Appenders>
 
   <Loggers>
-
     <Root level="error">
       <AppenderRef ref="File"/>
     </Root>