[Pkg-remote-team] [guacamole-client] 05/05: Allow symlinks in webapp.
Dominik George
natureshadow-guest at moszumanska.debian.org
Sat Nov 26 18:22:14 UTC 2016
This is an automated email from the git hooks/post-receive script.
natureshadow-guest pushed a commit to branch master
in repository guacamole-client.
commit 3192561c7e34479c65a008b7f55b35e5cdd0b5f2
Author: Dominik George <nik at naturalnet.de>
Date: Sat Nov 26 19:13:40 2016 +0100
Allow symlinks in webapp.
---
debian/etc/tomcat.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/etc/tomcat.xml b/debian/etc/tomcat.xml
index 30d74bd..ff1c5dc 100644
--- a/debian/etc/tomcat.xml
+++ b/debian/etc/tomcat.xml
@@ -1,2 +1,3 @@
-<Context path="/guacamole"
- docBase="/usr/share/guacamole" />
+<Context path="/guacamole" docBase="/usr/share/guacamole">
+ <Resources allowLinking="true"/>
+</Context>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-remote/packages/guacamole-client.git
More information about the Pkg-remote-team
mailing list