You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: solr/solr-ref-guide/modules/indexing-guide/pages/content-streams.adoc
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,8 +46,9 @@ Enabling it is not recommended in a production situation without additional secu
46
46
47
47
[IMPORTANT]
48
48
====
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.
51
52
====
52
53
53
54
Enable it with this environment variable: `SOLR_ENABLE_REMOTE_STREAMING=true`
0 commit comments