You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2020/01/27 16:38:55 UTC

[tomcat] branch 7.0.x updated: Remove references to REPLACE_SYSTEM_PROPERTIES - not present in 7.0.x

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/7.0.x by this push:
     new b8d3cd8  Remove references to REPLACE_SYSTEM_PROPERTIES - not present in 7.0.x
b8d3cd8 is described below

commit b8d3cd8b9a29fdc5aba656f0ad17795e2c0d3aa4
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Jan 27 16:38:15 2020 +0000

    Remove references to REPLACE_SYSTEM_PROPERTIES - not present in 7.0.x
    
    This was added my mistake (mine) when back-porting
    Digester$EnvironmentPropertySource
---
 webapps/docs/config/systemprops.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/webapps/docs/config/systemprops.xml b/webapps/docs/config/systemprops.xml
index d35623d..049b22c 100644
--- a/webapps/docs/config/systemprops.xml
+++ b/webapps/docs/config/systemprops.xml
@@ -46,19 +46,11 @@
       <p>Use this to add a property source, that will be invoked when
          <code>${parameter}</code> denoted parameters are found in the XML files
          that Tomcat parses.</p>
-      <p>Property replacement from the specified property source on the JVM
-         system properties can also be done using the
-         <code>REPLACE_SYSTEM_PROPERTIES</code> system property.</p>
       <p><code>org.apache.tomcat.util.digester.Digester$EnvironmentPropertySource</code>
          can be used to replace parameters from the process' environment
          variables, e.g. injected ConfigMaps or Secret objects in container
          based systems like OpenShift or Kubernetes.</p>
     </property>
-    <property name="org.apache.tomcat.util.digester. REPLACE_SYSTEM_PROPERTIES">
-      <p>Set this boolean system property to <code>true</code> to cause
-         property replacement from the digester property source on the JVM
-         system properties.</p>
-    </property>
   </properties>
 
 </section>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org