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=8983>. 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=8983 Error parsing JSP with a "%" in a <jsp:param> value ------- Additional Comments From [EMAIL PROTECTED] 2002-05-13 13:55 ------- I appreciate that it's fixed in jasper2, but I'm confused by your answer. When you say "The problem has nothing to do with whether value is a CDATA,", I don't understand. >From my perspective, a percent sign should be a valid character in a <jsp:param> value, because the spec specifically indicates that values are of type CDTATA. If your implementation of the spec (i.e. Jasper) fails to properly encode the values before sending them to the destination servlet, then that's fine. But the way I read the spec, that is a bug in your code, and it's a bug BECAUSE the value are allowed to be of type CDATA. Or am I misunderstanding the spec completely? Can you please clarify? Thanks. Jay -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>