Ignore:
Timestamp:
2018-09-10T16:16:51+12:00 (6 years ago)
Author:
ak19
Message:

Correction: restrict.http.to.local is a property relevant to global.properties, not tomcat's server.xml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/build.xml

    r32435 r32436  
    15581558    <filter token="localhost.server.http" value="${localhost.server.http}"/>
    15591559    <filter token="localhost.port.http" value="${localhost.port.http}"/>
    1560     <filter token="tomcat.port.https" value="${tomcat.port.https}"/>   
     1560    <filter token="tomcat.port.https" value="${tomcat.port.https}"/>
     1561    <filter token="restrict.http.to.local" value="${restrict.http.to.local}"/>
    15611562    <filter token="greenstone.context" value="${greenstone.context}"/>
    15621563    <filter token="solr.context" value="${solr.context}"/>
     
    20382039        In that case, see https://serverfault.com/questions/218666/how-to-configure-tomcat-to-only-listen-to-127-0-0-1
    20392040    -->
    2040     <filter token="http.address.restriction" value="${http.address.restriction}"/>
    2041     <filter token="restrict.http.to.local" value="${restrict.http.to.local}"/>
     2041    <filter token="http.address.restriction" value="${http.address.restriction}"/> 
    20422042    <filter token="https.comment.out.start" value="${https.comment.out.start}"/>
    20432043    <filter token="https.comment.out.end" value="${https.comment.out.end}"/>
Note: See TracChangeset for help on using the changeset viewer.