This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository tomcat8.
commit 718c39f2decfc20e269d355f60d94a5774f7e34e Author: Emmanuel Bourg <[email protected]> Date: Tue Aug 4 14:33:18 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 6a1e5db..00d1989 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ tomcat8 (8.0.24-2) UNRELEASED; urgency=medium * Changed the authbind configuration to allow IPv6 connections (LP: #1443041) * Fixed an upgrade error when /etc/tomcat8/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:35:03 +0200 diff --git a/debian/default_root/index.html b/debian/default_root/index.html index 33f2871..5f50007 100644 --- a/debian/default_root/index.html +++ b/debian/default_root/index.html @@ -21,7 +21,7 @@ <p><b>tomcat8-examples</b>: This package installs a web application that allows to access the Tomcat 8 Servlet and JSP examples. Once installed, you can access it by clicking <a href="examples/">here</a>.</p> -<p><b>tomcat8-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>tomcat8-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/tomcat8/tomcat-users.xml</code>.</p> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/tomcat8.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

