Remy Maucherat wrote:

> According to the (slightly) updated release process, the 6.0.10 tag is:
> [X] Stable

I haven't tested the new features like NIO neither have I noticed the CL 
issue, you mention in another post so I can't say anything about those parts 
of 6.0.10.

I have stumbled upon some trivial glitches:
- 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".
- 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" %>
- Similarly, servletToJsp should forward to
/jsp/jsptoserv/hello.jsp
instead of
/jsptoserv/hello.jsp
- In
/examples/jsp/plugin/applet
the .class file of the applet is missing.
- 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

Besides these trivial issues I have found 6.0.10 rock stable.

Regards
  mks

BTW: Should I open reports in Bugzilla for the things above or would that be 
an overkill?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to