You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by br...@apache.org on 2021/04/28 12:33:36 UTC

[solr] branch main updated: SOLR-15340: Fix allowUrls doc.

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

broustant pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new b625dd6  SOLR-15340: Fix allowUrls doc.
b625dd6 is described below

commit b625dd6ff511ead153d204b7e805b2c4dcd2198d
Author: Bruno Roustant <br...@gmail.com>
AuthorDate: Wed Apr 28 14:32:05 2021 +0200

    SOLR-15340: Fix allowUrls doc.
---
 solr/solr-ref-guide/src/major-changes-in-solr-9.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/solr-ref-guide/src/major-changes-in-solr-9.adoc b/solr/solr-ref-guide/src/major-changes-in-solr-9.adoc
index 9371129..1fae72f 100644
--- a/solr/solr-ref-guide/src/major-changes-in-solr-9.adoc
+++ b/solr/solr-ref-guide/src/major-changes-in-solr-9.adoc
@@ -206,4 +206,4 @@ What percentage of them get reported to a tracing server is up to you.
 
 * BasicAuthPlugin property 'blockUnknown' now defaults to 'true'. This change is backward incompatible. If you need the pre-9.0 default behavior, you need to explicitly set 'blockUnknown':'false' in security.json.
 
-* The allow-list defining allowed URLs for the `shards` parameter is not in the `shardHandler` configuration anymore. It is defined by the `allowUrls` top-level property of the `solrconfig.xml` file. For more information, see <<format-of-solr-xml.adoc#_allow_urls, Format of solr.allowUrls>> documentation.
+* The allow-list defining allowed URLs for the `shards` parameter is not in the `shardHandler` configuration anymore. It is defined by the `allowUrls` top-level property of the `solr.xml` file. For more information, see <<format-of-solr-xml.adoc#_allow_urls, Format of solr.allowUrls>> documentation.