diff --git a/installer/resources/jetty.xml b/installer/resources/jetty.xml index e6d44b1abd0ebfe0b440228ac9321378ab90758f..69909ef6bb0938c7b6e3fc1dffb5beca930e0b4b 100644 --- a/installer/resources/jetty.xml +++ b/installer/resources/jetty.xml @@ -16,6 +16,7 @@ <!-- if you have a high-traffic site and get a lot of warnings. --> <!-- * Uncomment the addWebApplications section to use to enable --> <!-- war files placed in the webapps/ dir. --> +<!-- * Uncomment the line to allow Jetty to follow symlinks --> <!-- --> <!-- I2P uses Jetty 5.1.15. We have no plans to upgrade to Jetty 6, due to --> <!-- the significant changes in the API. If you need web server features not --> @@ -107,6 +108,16 @@ --> + <!-- =============================================================== --> + <!-- Uncomment this to allow Jetty to follow symlinks --> + <!-- Jetty declares this to be a security risk, use with care --> + <!-- See also http://docs.codehaus.org/display/JETTY/How+to+enable+serving+aliased+files --> + <!-- =============================================================== --> + <!-- UNCOMMENT TO ACTIVATE + <Set name="checkAliases" class="org.mortbay.util.FileResource" type="boolean">false</Set> + --> + + <!-- =============================================================== --> <!-- Configure the Contexts --> <!-- =============================================================== -->