You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2014/03/15 21:53:17 UTC

[Bug 56273] New: Manager webapp: when command is skipped because web application is being serviced, say about it

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.kolinko@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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 56273] Manager webapp: when command is skipped because web application is being serviced, say about it

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56273

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
                 OS|                            |All

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
This has been fixed in 8.0.x for 8.0.5 onwards and in 7.0.x for 7.0.53 onwards.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org