Skip to content

Commit 0bcbe0b

Browse files
authored
Make warning in remote-streaming docs more expansive (#3821)
1 parent fc2a225 commit 0bcbe0b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

solr/solr-ref-guide/modules/indexing-guide/pages/content-streams.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@ Enabling it is not recommended in a production situation without additional secu
4646

4747
[IMPORTANT]
4848
====
49-
If remote streaming is used, be aware that this allows _anyone_ to send a request to any URL or local file.
50-
And with the <<Debugging Requests,DumpRequestHandler>> anyone can view what Solr has access to.
49+
If remote streaming is used, be aware that this allows _anyone_ to send a request referencing any URL or local file.
50+
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.
51+
As a result, remote streaming should only be enabled when absolutely necessary and after careful consideration of the security implications.
5152
====
5253

5354
Enable it with this environment variable: `SOLR_ENABLE_REMOTE_STREAMING=true`

0 commit comments

Comments
 (0)