This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a commit to branch release24.09
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git
The following commit(s) were added to refs/heads/release24.09 by this push:
new c273b2d81 Fixed : Remove obsolete enableRemoteStreaming from
solrconfig.xml (OFBIZ-13368) (#153)
c273b2d81 is described below
commit c273b2d81c6ed2a0f6b6d3ceeee1bde0f02ae503
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 dcc752585..9c737817c 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"/>