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

Wrong handling of <% // some comment %><some custom tag>

           Summary: Wrong handling of <% // some comment %><some custom tag>
           Product: Tomcat 4
           Version: 4.1.12
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Jasper 2
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


After upgrading from 4.0.4 (cute version number for a webserver anyway :) I 
faced a compilation problem with the following code:

<% // some comment %><own:mytag>...</own:mytag>

The source generated looks like:

 // some comment      if (_jspx_meth_own_mytag_2(pageContext))

which is wrong. As said before, this worked in 4.0.4.
Rewriting the comment to /* some comment */ works, too.

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

Reply via email to