Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release > by-pkgid > bdff39727c59ec5c0567e09419372c9b > files > 9

jetty-9.2.1-4.mga5.noarch.rpm

<?xml version="1.0"?>
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_0.dtd">

<!-- =============================================================== -->
<!-- Mixin the Statistics Handler                                    -->
<!-- =============================================================== -->


<Configure id="Server" class="org.eclipse.jetty.server.Server">

    <Get id="oldhandler" name="handler"/>

    <Set name="handler">
     <New id="IPAccessHandler" class="org.eclipse.jetty.server.handler.IPAccessHandler">
      <Set name="handler"><Ref refid="oldhandler"/></Set>
      <Set name="white">
        <Array type="String">
	      <Item>127.0.0.1</Item>
	      <Item>127.0.0.2/*.html</Item>
	    </Array>
      </Set>
      <Set name="black">
        <Array type="String">
	      <Item>127.0.0.1/blacklisted</Item>
	      <Item>127.0.0.2/black.html</Item>
	    </Array>
      </Set>
      <Set name="whiteListByPath">false</Set>
     </New>
    </Set>
</Configure>