mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-19 07:53:08 +00:00
DS-3542: Only trust X-Forwared-For headers from trusted proxies
This commit is contained in:
@@ -38,7 +38,6 @@ public class MockSolrLoggerServiceImpl
|
||||
File locationDb = new File(locationDbPath);
|
||||
locationDb.createNewFile();
|
||||
locationService = new DatabaseReader.Builder(locationDb).build();
|
||||
useProxies = configurationService.getBooleanProperty("useProxies");
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user