markt-asf commented on PR #641: URL: https://github.com/apache/tomcat/pull/641#issuecomment-1648200548
Just deleted on the file system or removed via the Manager app? It looks like there are sorts of race possibilities between `Host` and `HostConfig`. How far do we want to go to address these? Since `HostConfig` is a `LifecycleListener` for `Host` I think all the hooks we might need are in place. Would it be sufficient to make `HostConfig.check()` (and `check(String)`) a NO-OP unless the associated `Host` is in state `STARTED`? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
