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

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 6d9789d85 Fixed : Remove obsolete enableRemoteStreaming from 
solrconfig.xml (OFBIZ-13368) (#153)
6d9789d85 is described below

commit 6d9789d85bd111200389502b2555944d0e8aa366
Author: Lukas-Finster <[email protected]>
AuthorDate: Thu Mar 5 15:40:41 2026 +0100

    Fixed : Remove obsolete enableRemoteStreaming from solrconfig.xml 
(OFBIZ-13368) (#153)
    
    Since Solr 8.11.3 the variable 'enableRemoteStreaming' controlling the
    streaming of remoteURLs has been removed from solrconfig.xml and is now
    set via SystemPropertys due to security concerns. References in
    solrconfig.xml are ignored. For more Information see SOLR-14853.
---
 solr/home/solrdefault/conf/solrconfig.xml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/solr/home/solrdefault/conf/solrconfig.xml 
b/solr/home/solrdefault/conf/solrconfig.xml
index 420dd5e0d..29b2d7833 100644
--- a/solr/home/solrdefault/conf/solrconfig.xml
+++ b/solr/home/solrdefault/conf/solrconfig.xml
@@ -699,14 +699,8 @@
          Solr components, but may be useful when developing custom
          plugins.
 
-         *** WARNING ***
-         The settings below authorize Solr to fetch remote files, You
-         should make sure your system has some authentication before
-         using enableRemoteStreaming="true"
-
       -->
-    <requestParsers enableRemoteStreaming="true"
-                    multipartUploadLimitInKB="2048000"
+    <requestParsers multipartUploadLimitInKB="2048000"
                     formdataUploadLimitInKB="2048"
                     addHttpRequestToContext="false"/>
 

Reply via email to