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: [email protected]
Reporter: [email protected]
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: [email protected]
For additional commands, e-mail: [email protected]