https://issues.apache.org/bugzilla/show_bug.cgi?id=57496
Bug ID: 57496
Summary: Hard-coded URL in SVG example
Product: Tomcat 8
Version: 8.0.17
Hardware: PC
Status: NEW
Severity: minor
Priority: P2
Component: Examples
Assignee: [email protected]
Reporter: [email protected]
A minor glitch in the examples.
The file \webapps\examples\jsp\jsp2\jspx\svgexample.html in Examples web
application has the following text:
<li>Copy the following URL:
<a
href="http://localhost:8080/examples/jsp/jsp2/jspx/textRotate.jspx?name=JSPX">
http://localhost:8080/examples/jsp/jsp2/jspx/textRotate.jspx?name=JSPX</a>
</li>
If Tomcat runs on a different port number, the above link to localhost:8080
becomes wrong. I noted this when doing a recursive download (wget -r) of the
examples webapp.
To fix this one has to convert this static HTML page into a JSP one.
--
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]