mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-05 15:13:24 +01:00
10 lines
355 B
XML
10 lines
355 B
XML
|
<?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>
|