https://issues.apache.org/bugzilla/show_bug.cgi?id=54708

Konstantin Kolinko <knst.koli...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #2 from Konstantin Kolinko <knst.koli...@gmail.com> ---
Regarding r1457454 , it is not enough.

If I deploy ROOT##version, the workdir name will be "##version". For
consistency I would expect "ROOT##version".

Replacing
 String temp = getName();
with
 String temp = getBaseName();

should do the trick.

-- 
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