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

           Summary: Parser unable to identify commented lines ie: <!--  xxxx
                    -->
           Product: Tomcat 5
           Version: 5.5.7
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Jasper
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: [EMAIL PROTECTED]
                CC: [EMAIL PROTECTED]


Parser unable to identify commented lines ie: <!--  xxxx   --> when there a 
jsp tag inside the comment it.

For ie this (see below) html line:

<!-- wb:set  </wb:set -->       

will produce this error (see below):

Caused by: 
org.apache.jasper.JasperException: /modules/retailSchedule/location/driverSetup
.jsp(71,15) The end tag "&lt;/wb:set" is unbalanced
        at org.apache.jasper.compiler.DefaultErrorHandler.jspError
(DefaultErrorHandler.java:39)
        at org.apache.jasper.compiler.ErrorDispatcher.dispatch
(ErrorDispatcher.java:405)
        at org.apache.jasper.compiler.ErrorDispatcher.jspError
(ErrorDispatcher.java:130)
        at org.apache.jasper.compiler.Parser.checkUnbalancedEndTag
(Parser.java:1706)
        at org.apache.jasper.compiler.Parser.parseElements(Parser.java:1561)
        at org.apache.jasper.compiler.Parser.parseBody(Parser.java:1789)
        at org.apache.jasper.compiler.Parser.parseOptionalBody
(Parser.java:1060)
        at org.apache.jasper.compiler.Parser.parseCustomTag(Parser.java:1367)
        at org.apache.jasper.compiler.Parser.parseElements(Parser.java:1560)

-- 
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]

Reply via email to