You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Daniel (Jira)" <ji...@apache.org> on 2020/07/01 08:37:00 UTC

[jira] [Created] (SOLR-14612) Cannot register custom plugins in instances with hostname starting with "solr"

Daniel created SOLR-14612:
-----------------------------

             Summary: Cannot register custom plugins in instances with hostname starting with "solr"
                 Key: SOLR-14612
                 URL: https://issues.apache.org/jira/browse/SOLR-14612
             Project: Solr
          Issue Type: Bug
      Security Level: Public (Default Security Level. Issues are Public)
         Environment: Apache Solr 8.5.2
Debian 9/10
            Reporter: Daniel


This bug prevents to register custom plugins in instances which name starts with "solr" using the V2 API as is described in [https://lucene.apache.org/solr/guide/8_4/adding-custom-plugins-in-solrcloud-mode.html]

As "/solr" is replaced by "/api" in [https://github.com/apache/lucene-solr/blob/6eb7bc3b7bd6dea2a104448e921f7234973f0197/solr/core/src/java/org/apache/solr/pkg/PackageAPI.java#L418], the solr instance hostnames can't start with "/solr" because will be replaced with "/api" when the api endpoint is used.

*i.e:* "http://solrexample.domain/solr" will be converted to "http://apiexample.domain/api" and should be "http://solrexample.domain/api". 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org