I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 54855687 authored by zzz's avatar zzz
Browse files

* jetty.xml: Add info on how to configure for following symlinks

parent 6f3597cc
No related branches found
No related tags found
No related merge requests found
......@@ -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 -->
<!-- =============================================================== -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment