Ignore:
Timestamp:
2015-04-21T14:14:38+12:00 (9 years ago)
Author:
ak19
Message:

Undoing previous commit, as Georgy has explained that 0:0:0:0:0:0:0:1 and ::1 are both the same. The former was tested on windows, so am leaving it in.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/solr/trunk/src/solr-tomcat-context.xml.in

    r29838 r29842  
    99 
    1010  <!-- Allow this machine: 127.0.0.1 (IPv4) and 0:0:0:0:0:0:0:1 (IPv6, needed on the windows we tested this on) -->
    11   <Valve className="org.apache.catalina.valves.RemoteAddrValve" allow="(127\.0\.0\.1|0:0:0:0:0:0:0:1|::1)"/>
     11  <Valve className="org.apache.catalina.valves.RemoteAddrValve" allow="(127\.0\.0\.1|0:0:0:0:0:0:0:1)"/>
    1212 
    1313</Context>
Note: See TracChangeset for help on using the changeset viewer.