This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push: new 8f4f0f0 Restore use of guard which was accidently removed in a previous clean up 8f4f0f0 is described below commit 8f4f0f00c8c29aca85c47a74cb1229a77c6ae9b9 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Jul 27 13:11:47 2021 +0100 Restore use of guard which was accidently removed in a previous clean up Clean up was in 8b888234 --- java/org/apache/tomcat/util/modeler/Registry.java | 1 + 1 file changed, 1 insertion(+) diff --git a/java/org/apache/tomcat/util/modeler/Registry.java b/java/org/apache/tomcat/util/modeler/Registry.java index 7ef9ad7..e98a598 100644 --- a/java/org/apache/tomcat/util/modeler/Registry.java +++ b/java/org/apache/tomcat/util/modeler/Registry.java @@ -141,6 +141,7 @@ public class Registry implements RegistryMBean, MBeanRegistration { } else { registry = new Registry(); } + registry.guard = guard; } if (registry.guard != null && registry.guard != guard) { return null; --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org