You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/06/05 15:01:03 UTC

DO NOT REPLY [Bug 9625] New: - Stack trace mangled

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: tomcat-dev@jakarta.apache.org
        ReportedBy: j3322ptm@yahoo.de


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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>