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

            Bug ID: 55734
           Summary: Manager using absolute URLs
           Product: Tomcat 7
           Version: 7.0.42
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Manager
          Assignee: dev@tomcat.apache.org
          Reporter: m...@cyberlifelabs.com

The manager application seems to be using absolute URLs on its pages for
internal references. For instance, if deployed with a context-path of /manager,
all images and hyperlinks in /manager/html are prefixed with /manager. This can
be a problem if Tomcat is running behind a proxy. The following httpd config,
for example, breaks the links:

ProxyPass /some/other/path/ http://localhost:8080/manager/

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