Konstantin Kolinko wrote:

<snip/>

This looks like a bug in the code that reads the JSP: comments ought to
be tolerated and ignored. Would you be willing to:


Those are NOT comments. The JSP comments are <%-- --%>.

I think that if you switch to XML syntax for JSP pages (using jspx
files instead of jsp), those will be treated as XML comments and
properly ignored.
That makes some sense. My initial thought was that resin was being more forgiving in some way. Now we know how.

Thanks,

_M


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to