Mantis - Resin
Viewing Issue Advanced Details
29 minor always 03-11-05 00:00 04-27-05 00:00
administrator  
 
normal  
closed  
duplicate  
none    
none  
0000029: Translation error when single quotes used in <jsp:include> action
RSN-20
The following example

<jsp:include page='<%= request.getAttribute( "xyz" ).toString() %>'/>

fails with translation error:

[11:09:48.437] /r.jsp:1: com.caucho.xml.XmlParseException: stream:16: attribute `xyz' expects value at `"'. XML requires attributes to have explicit values.

If the single quotes for the page attribute are changed to double quotes, all seems well.
resin 3.0.12, Win2k

There are no notes attached to this issue.