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

Jasper fails to parse RT expression with single quotes embedded.

           Summary: Jasper fails to parse RT expression with single quotes
                    embedded.
           Product: Tomcat 4
           Version: Nightly Build
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Jasper
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Given:

   <c_rt:out value='<%= new String("this shouldn't fail") %>'/>

Result:

Attribute t has no value
     [java]     at
org.apache.jasper.compiler.JspReader.parseAttributeValue(JspReader.java:563)
     [java]     at
org.apache.jasper.compiler.JspReader.parseTagAttributes(JspReader.java:681)
     [java]     at org.apache.jasper.compiler.Parser$Tag.accept(Parser.java:838)
     [java]     at org.apache.jasper.compiler.Parser.parse(Parser.java:1145)

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

Reply via email to