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

gerlowskija 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 0bcbe0b4c0d Make warning in remote-streaming docs more expansive 
(#3821)
0bcbe0b4c0d is described below

commit 0bcbe0b4c0d5c7cae0f7568d72ada30f0dd1d2ab
Author: Jason Gerlowski <[email protected]>
AuthorDate: Fri Oct 31 10:56:59 2025 -0400

    Make warning in remote-streaming docs more expansive (#3821)
---
 .../solr-ref-guide/modules/indexing-guide/pages/content-streams.adoc | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git 
a/solr/solr-ref-guide/modules/indexing-guide/pages/content-streams.adoc 
b/solr/solr-ref-guide/modules/indexing-guide/pages/content-streams.adoc
index c5c53a8209a..e87f0f73e15 100644
--- a/solr/solr-ref-guide/modules/indexing-guide/pages/content-streams.adoc
+++ b/solr/solr-ref-guide/modules/indexing-guide/pages/content-streams.adoc
@@ -46,8 +46,9 @@ Enabling it is not recommended in a production situation 
without additional secu
 
 [IMPORTANT]
 ====
-If remote streaming is used, be aware that this allows _anyone_ to send a 
request to any URL or local file.
-And with the <<Debugging Requests,DumpRequestHandler>> anyone can view what 
Solr has access to.
+If remote streaming is used, be aware that this allows _anyone_ to send a 
request referencing any URL or local file.
+Remote streaming can be used in conjunction with the <<Debugging 
Requests,DumpRequestHandler>> or other request handlers to read any file that 
Solr has file-system access to.
+As a result, remote streaming should only be enabled when absolutely necessary 
and after careful consideration of the security implications.
 ====
 
 Enable it with this environment variable: `SOLR_ENABLE_REMOTE_STREAMING=true`

Reply via email to