Author: markt Date: Sun Feb 1 19:26:53 2015 New Revision: 1656350 URL: http://svn.apache.org/r1656350 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57496 Use a relative URL. Re-word so full URL is not required.
Modified: tomcat/trunk/webapps/examples/jsp/jsp2/jspx/svgexample.html Modified: tomcat/trunk/webapps/examples/jsp/jsp2/jspx/svgexample.html URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/jsp2/jspx/svgexample.html?rev=1656350&r1=1656349&r2=1656350&view=diff ============================================================================== --- tomcat/trunk/webapps/examples/jsp/jsp2/jspx/svgexample.html (original) +++ tomcat/trunk/webapps/examples/jsp/jsp2/jspx/svgexample.html Sun Feb 1 19:26:53 2015 @@ -31,20 +31,16 @@ tab image). JSPX is a natural fit for generating dynamic XML content such as SVG. <p> - To execute this example, follow these steps: + To execute this example you will need a browser with basic SVG support. Any + remotely recent browser should have this. <ol> - <li>Download <a href="http://xmlgraphics.apache.org/batik/index.html";>Apache Batik</a>, - or any other SVG viewer.</li> - <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> - <li>Paste the URL into Batik's Location field and press Enter</li> + <li>Use this URL: + <a href="textRotate.jspx?name=JSPX">textRotate.jspx?name=JSPX</a></li> <li>Customize by changing the name=JSPX parameter</li> </ol> <p style="margin-top: 2em;"> - The following is a screenshot of the resulting image, for those that - don't have an SVG viewer:<br> + The following is a screenshot of the resulting image, for those using a + browser without SVG support:<br> <img src="textRotate.jpg" alt="[Screenshot image]" style="border: 1px solid #000;"> </body> </html> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org