Jason Gerlowski created SOLR-18059:
--------------------------------------

             Summary: Expose "allowPath" logic in helper/utility class.
                 Key: SOLR-18059
                 URL: https://issues.apache.org/jira/browse/SOLR-18059
             Project: Solr
          Issue Type: Improvement
            Reporter: Jason Gerlowski


Much of the logic for Solr's "allowPath" validation already lives in a utility 
class called "SolrPaths", which is great.  But the actual set of allowed-paths 
is loaded and known only to CoreContainer.  The end result is that 
path-validation can't be done in the code without a reference to a 
CoreContainer object.

This ticket proposes refactoring this logic into a new utility class (or 
perhaps expanding SolrPaths by giving it state), so that solr-core can do path 
checking without needing an entire SolrCore.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to