DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=41684>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=41684 Summary: Some URIs need to be adapted to the changed layout of the stock webapps, some files are missing Product: Tomcat 6 Version: unspecified Platform: All OS/Version: All Status: NEW Severity: trivial Priority: P2 Component: Catalina AssignedTo: tomcat-dev@jakarta.apache.org ReportedBy: [EMAIL PROTECTED] Places where URIs need to be adapted: 1. Form the pages in /docs the link to the release notes doesn't work because the href doesn't start with a '/', i. e. it should read "/RELEASE-NOTES.txt" instead of "RELEASE-NOTES.txt". 2. The JSP examples pages /examples/jsp/error/err.jsp /examples/jsp/sessions/carts.jsp /examples/jsp/include/include.jsp /examples/jsp/forward/forward.jsp /examples/jsp/jsptoserv/jsptoservlet.jsp contain <@ include file="..."> or <@ include forward="..."> directives where the resp. URIs should start with "/jsp". For example /examples/jsp/error/err.jsp should contain <%@ include file="/jsp/error/error.html" %> instead of <%@ include file="/error/error.html" %> 3. In servletToJsp.java the forward should go to /jsp/jsptoserv/hello.jsp instead of /jsptoserv/hello.jsp 4. In /examples/jsp/jsp2/jspx/svgexample.html the URL the user is told to copy should be http://localhost:8080/examples/jsp/jsp2/jspx/textRotate.jspx?name=JSPX instead of http://localhost:8080/jsp-examples/jsp2/jspx/textRotate.jspx?name=JSPX Missing files: 1. In /examples/jsp/plugin/applet the .class file of the applet is missing. 2. The source codes for the JSP examples (*.jsp.html, *.jspx.html, *.tag.html, *.java.html) seem to be missing. The URLs pointing to them look correct but the files are not there. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]