From jira-events at lists.jboss.org Thu Oct 2 10:04:25 2008 Content-Type: multipart/mixed; boundary="===============4034628479647235569==" MIME-Version: 1.0 From: David Waters (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4560) numeric character reference being unescaped (Maybe in TidyParser?) Date: Thu, 02 Oct 2008 10:04:25 -0400 Message-ID: <30822668.1222956265700.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 18650802.1222956021698.JavaMail.jira@cloud.prod.atl2.jboss.com --===============4034628479647235569== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://jira.jboss.org/jira/browse/RF-4560?page=3Dcom.atlassian.jira= .plugin.system.issuetabpanels:all-tabpanel ] David Waters updated RF-4560: ----------------------------- Attachment: correct.png Rendered correctly after full request > 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, T= omahawk 1.1.6 > Reporter: David Waters > Attachments: correct.png, error.png, testAjax.jsp > > > Numeric character reference are being resolved and the character they rep= resent is being sent to the client instead of Numeric Character reference. > With the parser turned off for regular requests, the following code works= correctly 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] > ... > > > ? > > > > ... > [END] > NOTE: the output of Frm1:textOut in first response is • in the ajax = response 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 =20 --===============4034628479647235569==--