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=26191>.
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=26191

ClassCastException in JspDocumentParser

           Summary: ClassCastException in JspDocumentParser
           Product: Tomcat 5
           Version: 5.0.16
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Jasper
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


from JspDocumentParser.java Revision: 1.74
lines 233-240
        } catch (Exception e) {
            jspDocParser.err.jspError(
                new Mark(
                    path,
                    ((SAXParseException)e).getLineNumber(),
                    ((SAXParseException)e).getColumnNumber()),
                e.getMessage());
        }


SAXException thrown at line 1057 of JspDocumentParser.java results in
ClassCastException

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to