This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new 074285b Restore use of guard which was accidently removed in a previous clean up 074285b is described below commit 074285b0cd31e7f69fe3e7ee5a85d6877627aaac 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