https://issues.apache.org/bugzilla/show_bug.cgi?id=56273
Bug ID: 56273 Summary: Manager webapp: when command is skipped because web application is being serviced, say about it Product: Tomcat 7 Version: 7.0.52 Hardware: PC Status: NEW Severity: normal Priority: P2 Component: Manager Assignee: dev@tomcat.apache.org Reporter: knst.koli...@gmail.com Looking at deploy/undeploy/upload methods in ManagerServlet, HtmlManagerServlet The methods call "if (!isServiced(name))" and if the web application is being serviced (e.g. by another command running in parallel) the methods skip their work and report success. Instead of that they should report that they skipped their work. -- 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