From jira-events at lists.jboss.org Wed May 27 08:27:36 2009 Content-Type: multipart/mixed; boundary="===============5258620291364058146==" MIME-Version: 1.0 From: Alexander Dubovsky (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4560) numeric character reference being unescaped (Maybe in TidyParser?) Date: Wed, 27 May 2009 08:19:57 -0400 Message-ID: <19100535.1243426797774.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 18650802.1222956021698.JavaMail.jira@cloud.prod.atl2.jboss.com --===============5258620291364058146== 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 ] Alexander Dubovsky closed RF-4560. ---------------------------------- Assignee: Nick Belaevski (was: Alexander Dubovsky) > 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 > Assignee: Nick Belaevski > Attachments: Correct Network Trace.png, correct.png, Error Networ= k Trace.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 --===============5258620291364058146==--