[ https://issues.apache.org/jira/browse/LUCENE-9076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16985998#comment-16985998 ]
Robert Muir commented on LUCENE-9076: ------------------------------------- I gave the replicator module its own policy that allows blanked read/write access to all system properties. IIRC the issue is caused by jetty code, usually because code does {{System.getProperties.get(key)}} instead of {{System.getProperty(key)}}. The former returns a mutable map of all of them, so it causes the issue. It would be good to fix the issue in jetty itself if its easy like this, and remove the forked policy file! > lucene replicator module should not use solr's tests.policy > ----------------------------------------------------------- > > Key: LUCENE-9076 > URL: https://issues.apache.org/jira/browse/LUCENE-9076 > Project: Lucene - Core > Issue Type: Improvement > Reporter: Robert Muir > Priority: Major > > I changed the solr policy in SOLR-13986, and it broke the replicator module. > The replicator module uses jetty and stuff, so I think it hijack's solr's > policy long ago as a quick way to get everything happy. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org