fix alias checking for jetty 9.x

This commit is contained in:
Ezequiel Bergamaschi
2014-06-19 00:43:10 -03:00
parent c0abb0a71c
commit fff27e1bb7
3 changed files with 11 additions and 20 deletions

10
wise-webapp/jetty.xml Normal file
View File

@@ -0,0 +1,10 @@
<?xml version="1.0"?>
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_0.dtd">
<Configure class="org.eclipse.jetty.webapp.WebAppContext">
<Call name="addAliasCheck">
<Arg>
<New class="org.eclipse.jetty.server.handler.AllowSymLinkAliasChecker"/>
</Arg>
</Call>
</Configure>