I just wanted to make sure the following bug has been classified. Or maybe
it is not a bug, but it looks like one.

The following JSP:

<%
        String s = "%>";
%>

is interpreted as:

        String s = "

in the java file in the work directory. So it does not compile.
Obviously, there are workarrounds. I am just making sure it is known to
everyone. Since its pretty simple, my guess is I am the last one to find it.

Stephane


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

Reply via email to