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 2003/04/19 02:31:52 UTC

DO NOT REPLY [Bug 10310] - Error handling: balanced <% checking easily fooled

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

Error handling: balanced <% checking easily fooled

kin-man.chung@sun.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX



------- Additional Comments From kin-man.chung@sun.com  2003-04-19 00:31 -------
I tried you test on TC5, and it actually gives a Javac error message that may
help to pinpoint the error, though it may still not be good enought for you!

Jasper currently does not look at what's between <%= and %>.  Without an Java
expression parser, it is hard to do any better.  Take balancing <%= and %>, what
if the <% is part of a string, such as "<% func("<%") %>?  The quotes may also
be escaped etc.  You got the ideas.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org