Community
Participate
Working Groups
For example: <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"> <table xmlns="http://foo.com/tag"/> </jsp:root> Will cause the end-tag </jsp:root> to be a child node of <table>. Also, invalid validation messages are generated because the DOM is treated as HTML, when it is XML JSP.
Created attachment 199690 [details] patch
This was actually released back in July. Resolving.