https://bz.apache.org/bugzilla/show_bug.cgi?id=60623

--- Comment #9 from Mark Thomas <ma...@apache.org> ---
Code that relies on the deployment mechanism for correct clean-up is broken and
needs to be fixed. Deployment threads may be re-used before they are stopped
and if any component fails to fully clean-up, the data could leak to the next
deployment and potentially cause a security issue.

Re-defining a value of 1 for startStopThreads to mean 'serial deployment on the
main processing thread' rather than 'serial deployment via a thread pool with a
single thread' looks perfectly reasonable to me at this point.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to