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 2012/08/28 23:50:21 UTC

[Bug 53793] New: Change webapp links in Manager to point to /appname/ instead of /appname

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

          Priority: P2
            Bug ID: 53793
          Assignee: dev@tomcat.apache.org
           Summary: Change webapp links in Manager to point to /appname/
                    instead of /appname
          Severity: enhancement
    Classification: Unclassified
                OS: Windows XP
          Reporter: knst.kolinko@gmail.com
          Hardware: PC
            Status: NEW
           Version: 7.0.29
         Component: Manager
           Product: Tomcat 7

The first column of the table that lists Web Applications in Tomcat Manager
webapp contains links to those applications, e.g.

  <a href="/examples">/examples</a>

When the link is clicked and browser navigates to "/examples", it results in
302 redirect to "/examples/".

It would be better to change that link to point directly to "/examples/".

  <a href="/examples/">/examples</a>

I am changing the link address only, but not the text on it. That is because
the "Path" of the web application displayed in that column (and used in Manager
commands elsewhere) does not have the additional '/'.

-- 
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 53793] Change webapp links in Manager to point to /appname/ instead of /appname

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

--- Comment #3 from Mark Thomas <ma...@apache.org> ---
Fixed in 6.0.x and will be included in 6.0.36 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


[Bug 53793] Change webapp links in Manager to point to /appname/ instead of /appname

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

--- Comment #1 from Konstantin Kolinko <kn...@gmail.com> ---
Implemented in 7.0 with r1378367 and will be in 7.0.30 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


[Bug 53793] Change webapp links in Manager to point to /appname/ instead of /appname

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

--- Comment #2 from Konstantin Kolinko <kn...@gmail.com> ---
Created attachment 29296
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=29296&action=edit
2012-08-29_tc6_53793.patch

Patch for Tomcat 6

-- 
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 53793] Change webapp links in Manager to point to /appname/ instead of /appname

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

Konstantin Kolinko <kn...@gmail.com> changed:

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

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