Github user jpeach commented on a diff in the pull request:

    https://github.com/apache/trafficserver/pull/971#discussion_r77714260
  
    --- Diff: proxy/Main.cc ---
    @@ -476,6 +476,18 @@ check_config_directories(void)
       }
     }
     
    +namespace {
    +  // Values with names that have this prefix are exempted from being 
considered "unrecognized".
    +  const char PLUGIN_CONFIG_RECORD_PREFIX[] = "proxy.config.plugin.";
    --- End diff --
    
    This is a big assumption. I have internal plugins that use configuration 
values that are not in this namespace.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to