This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/7.0.x by this push: new 7caf1a8 Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63758 7caf1a8 is described below commit 7caf1a854d8934773ebd85c5b8cca602d7ae5166 Author: Mark Thomas <ma...@apache.org> AuthorDate: Sat Sep 21 18:53:49 2019 +0100 Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63758 Include the XML schema for the tomcat-users.xml file in the binary distributions. --- build.xml | 1 + webapps/docs/changelog.xml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/build.xml b/build.xml index c2dc4e2..3af3184 100644 --- a/build.xml +++ b/build.xml @@ -1098,6 +1098,7 @@ <fileset dir="conf"> <include name="**/*.policy"/> <include name="**/*.xml"/> + <include name="**/*.xsd"/> <include name="**/*.properties"/> </fileset> </copy> diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index ba887d9..f7ca4df 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -109,6 +109,10 @@ replacement in configuration files with environment variables. Based on a pull request provided by Thomas Meyer. (markt) </add> + <fix> + <bug>63758</bug>: Include the XML schema for the tomcat-users.xml file + in the binary distributions. (markt) + </fix> </changelog> </subsection> <subsection name="Coyote"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org