This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository tomcat7.
commit 5f47aaec14e7c2d02ebca0b9d07dddd0afd802e8 Author: Emmanuel Bourg <[email protected]> Date: Tue Aug 4 14:32:28 2015 +0200 Fixed a minor HTML error in the default index.html file (LP: #1236132) --- debian/changelog | 1 + debian/default_root/index.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c8279e9..98fd9dc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ tomcat7 (7.0.63-2) UNRELEASED; urgency=medium * Changed the authbind configuration to allow IPv6 connections (LP: #1443041) * Fixed an upgrade error when /etc/tomcat7/tomcat-users.xml is removed (LP: #1010791) + * Fixed a minor HTML error in the default index.html file (LP: #1236132) -- Emmanuel Bourg <[email protected]> Tue, 04 Aug 2015 13:41:13 +0200 diff --git a/debian/default_root/index.html b/debian/default_root/index.html index 9c48b99..f979d06 100644 --- a/debian/default_root/index.html +++ b/debian/default_root/index.html @@ -21,7 +21,7 @@ <p><b>tomcat7-examples</b>: This package installs a web application that allows to access the Tomcat 7 Servlet and JSP examples. Once installed, you can access it by clicking <a href="examples/">here</a>.</p> -<p><b>tomcat7-admin</b>: This package installs two web applications that can help managing this Tomcat instance. Once installed, you can access the <a href="manager/html">manager webapp</a> and the <a href="host-manager/html">host-manager webapp</a>.<p> +<p><b>tomcat7-admin</b>: This package installs two web applications that can help managing this Tomcat instance. Once installed, you can access the <a href="manager/html">manager webapp</a> and the <a href="host-manager/html">host-manager webapp</a>.</p> <p>NOTE: For security reasons, using the manager webapp is restricted to users with role "manager-gui". The host-manager webapp is restricted to users with role "admin-gui". Users are defined in <code>/etc/tomcat7/tomcat-users.xml</code>.</p> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/tomcat7.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

