From jira-events at lists.jboss.org Thu Oct 2 10:00:21 2008 Content-Type: multipart/mixed; boundary="===============2516469079400697341==" MIME-Version: 1.0 From: David Waters (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-4560) numeric character reference being unescaped (Maybe in TidyParser?) Date: Thu, 02 Oct 2008 10:00:21 -0400 Message-ID: <18650802.1222956021698.JavaMail.jira@cloud.prod.atl2.jboss.com> --===============2516469079400697341== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable numeric character reference being unescaped (Maybe in TidyParser?) ------------------------------------------------------------------ Key: RF-4560 URL: https://jira.jboss.org/jira/browse/RF-4560 Project: RichFaces Issue Type: Bug Affects Versions: 3.2.1 Environment: Windows XP, Sun Java 1.6, Tomcat 6, MyFaces 1.2.3, To= mahawk 1.1.6 Reporter: David Waters Numeric character reference are being resolved and the character they repre= sent is being sent to the client instead of Numeric Character reference. With the parser turned off for regular requests, the following code works c= orrectly on the first render but fails on the ajax update [web.xml] ... = RichFaces Filter = richfaces = org.ajax4jsf.Filter forceparser false = ... [END] [TEST PAGE] <%@page pageEncoding=3D"UTF-8" contentType=3D"text/html; charset=3DUTF-8" %> <%@ taglib uri=3D"http://java.sun.com/jsf/core" prefix=3D"f"%> <%@ taglib uri=3D"http://java.sun.com/jsf/html" prefix=3D"h"%> <%@ taglib uri=3D"http://myfaces.apache.org/tomahawk" prefix=3D"t"%> <%@ taglib uri=3D"http://richfaces.org/a4j" prefix=3D"a4j"%> <%@ taglib uri=3D"http://richfaces.org/rich" prefix=3D"rich"%> = = = [END] [Network Trace for full request, response] ... ... [END] [Network Trace for Ajax response] ... =C2=95 ... [END] NOTE: the output of Frm1:textOut in first response is • in the ajax re= sponse this is the char(149). -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= ps://jira.jboss.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira = --===============2516469079400697341==--