iamsanjay commented on PR #2501:
URL: https://github.com/apache/solr/pull/2501#issuecomment-2152358696

   Actually I started looking into it, the first issue that I found was "XXE 
attack in SolrConfig.xml" and a proposed fix 
(https://issues.apache.org/jira/browse/SOLR-12316). Afterwards the more 
improved version of fix involved SecurityManager as in running Solr in sandbox 
via SecurityManager (https://issues.apache.org/jira/browse/SOLR-13984).
   
   And this was the comment!
   
   > The correct way to fix all issues we have seen the last time is very 
simple: LET'S RUN SOLR INSIDE A SECURITY MANAGER IN PRODUCTION (like in tests). 
Elasticsearch is doing this, so please please let's do this instead. But this 
requires to finally get rid of the webapplication and start.jar and add our own 
bootstrapping (like in tests) that configure Jetty and Security Manager from 
our own org.apache.solr.bootstrap.Main.java (or similar).  -- Uwe
   
   But I will keep on investigating, How and where Solr using SecurityManager?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to