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=40797>. 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=40797 ------- Additional Comments From [EMAIL PROTECTED] 2006-10-20 10:43 ------- Check the entire JSP that is causing the error for malformed XML. Your stack trace is trying to tell you that you have an escape character (0x1b) in the CDATA of a c and fmt element in that JSP. That's not a bug IMHO, but it is strange that the older parsers don't throw the same errors. Are the same source files used in both versions tested, or were the source files copied to the new version? Validation error messages from TagLibraryValidator for c in /common/templates/publicPage.jsp null: org.xml.sax.SAXParseException: An invalid XML character (Unicode: 0x1b) was found in the CDATA section. Validation error messages from TagLibraryValidator for fmt in /common/templates/publicPage.jsp null: org.xml.sax.SAXParseException: An invalid XML character (Unicode: 0x1b) was found in the CDATA section. Double-check that your JSPs are clean and aren't hiding any objectionable data and rerun your test. -- 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]