[tomcat8] 01/01: Fixed a warning in catalina.out caused by an incorrect path for the root context (Closes: #808378)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Dec 30 21:18:14 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository tomcat8.
commit d18234aa22ba6c6931dbb43eee99e529beecba4a
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Dec 21 11:22:23 2015 +0100
Fixed a warning in catalina.out caused by an incorrect path for the root context (Closes: #808378)
---
debian/changelog | 8 ++++++++
debian/default_root/META-INF/context.xml | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 31d63d6..afd5507 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+tomcat8 (8.0.30-2) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Fixed a warning in catalina.out caused by an incorrect path
+ for the root context (Closes: #808378)
+
+ -- Emmanuel Bourg <ebourg at apache.org> Mon, 21 Dec 2015 11:20:10 +0100
+
tomcat8 (8.0.30-1) unstable; urgency=medium
* Team upload.
diff --git a/debian/default_root/META-INF/context.xml b/debian/default_root/META-INF/context.xml
index 5a7783d..00e2ff6 100644
--- a/debian/default_root/META-INF/context.xml
+++ b/debian/default_root/META-INF/context.xml
@@ -1,2 +1,2 @@
-<Context path="/"
+<Context path=""
antiResourceLocking="false" />
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/tomcat8.git
More information about the pkg-java-commits
mailing list