NIHVIVO-2437 Make the Solr security mask a configurable property.
This commit is contained in:
parent
50dd167b3b
commit
4cc01aa219
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
for IPv4 requests, localhost is 127.0.0.1
|
||||
for IPv6 requests, localhost is 0:0:0:0:0:0:0:1 -->
|
||||
<Valve className="org.apache.catalina.valves.RemoteAddrValve"
|
||||
allow="127\.0\.0\.1,0:0:0:0:0:0:0:1"/>
|
||||
allow="${vitro.local.solr.ipaddress.mask}"/>
|
||||
|
||||
<Environment
|
||||
type="java.lang.String"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue