jaxp/src/com/sun/org/apache/xml/internal/serializer/ToStream.java
changeset 16953 a44e04deb948
parent 12902 0a840d92fa30
child 24888 2e493ac78624
--- a/jaxp/src/com/sun/org/apache/xml/internal/serializer/ToStream.java	Wed Jul 05 18:46:58 2017 +0200
+++ b/jaxp/src/com/sun/org/apache/xml/internal/serializer/ToStream.java	Mon Feb 18 11:33:35 2013 -0800
@@ -22,6 +22,7 @@
  */
 package com.sun.org.apache.xml.internal.serializer;
 
+import com.sun.org.apache.xalan.internal.utils.SecuritySupport;
 import java.io.IOException;
 import java.io.OutputStream;
 import java.io.UnsupportedEncodingException;
@@ -140,7 +141,7 @@
      * extension attribute xalan:line-separator.
      */
     protected char[] m_lineSep =
-        System.getProperty("line.separator").toCharArray();
+        SecuritySupport.getSystemProperty("line.separator").toCharArray();
 
     /**
      * True if the the system line separator is to be used.