DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9625>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9625 Stack trace mangled Summary: Stack trace mangled Product: Tomcat 4 Version: 4.0.4 Beta 3 Platform: All OS/Version: Other Status: NEW Severity: Minor Priority: Other Component: Catalina AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The stack trace may contain lines like at java.lang.Error.<init>(Error.java:52) This is sent verbatim in the error pages to the client. Because the pages are HTML, browsers interpret the <init> as markup and swallow it. This may cause irritation. A stack trace should be properly escaped or at least enclosed in a CDATA. It's probably not to bad of an idea to provide for escaping error messages too. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>