You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2020/01/15 10:06:40 UTC

[tomcat] branch 9.0.x updated: Remove Tomcat 10 item

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

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


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 5de844f  Remove Tomcat 10 item
5de844f is described below

commit 5de844f18710e4ed55b887c3b6b5e56e0b917190
Author: remm <re...@apache.org>
AuthorDate: Wed Jan 15 11:06:25 2020 +0100

    Remove Tomcat 10 item
    
    No warning when using the default configuration source, the
    implementation looks decent enough for embedded and is what users
    usually expect. It is also a bit annoying to i18n and log too early.
---
 java/org/apache/tomcat/util/file/ConfigFileLoader.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/java/org/apache/tomcat/util/file/ConfigFileLoader.java b/java/org/apache/tomcat/util/file/ConfigFileLoader.java
index ce0f5ee..5ce18bd 100644
--- a/java/org/apache/tomcat/util/file/ConfigFileLoader.java
+++ b/java/org/apache/tomcat/util/file/ConfigFileLoader.java
@@ -32,7 +32,6 @@ public class ConfigFileLoader {
 
     public static final ConfigurationSource getSource() {
         if (ConfigFileLoader.source == null) {
-            // TODO: Add logging in Tomcat 10 when the default is silently used, or remove the default
             return ConfigurationSource.DEFAULT;
         }
         return source;


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