Marcus, Since you provided a bunch of patches lately, would you mind to file an ASF ICLA [1] [2] ?
LieGrue, strub [1] http://www.apache.org/licenses/#clas [2] http://www.apache.org/licenses/icla.txt ----- Original Message ---- > From: Marcus Büttner (JIRA) <[email protected]> > To: [email protected] > Sent: Tue, July 20, 2010 3:10:51 PM > Subject: [jira] Updated: (MYFACES-2831) Avoid neested CDATA section for PPR >e.g. with Primefaces > > > [ >https://issues.apache.org/jira/browse/MYFACES-2831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel > ] > > Marcus Büttner updated MYFACES-2831: > ------------------------------------ > > Status: Patch Available (was: Open) > > > Avoid neested CDATA section for PPR e.g. with Primefaces > > -------------------------------------------------------- > > > > Key: MYFACES-2831 > > URL: https://issues.apache.org/jira/browse/MYFACES-2831 > > Project: MyFaces Core > > Issue Type: Improvement > > Components: JSR-314 > > Affects Versions: 2.0.2-SNAPSHOT > > Reporter: Marcus Büttner > > Attachments: MYFACES-2831.patch > > > > > > In PPR with Primefaces a neested CDATA section is rendered for components >with script sections. I attached a patch for the HtmlResponseWriterImpl in >myfaces-shared which avoid the double rendering of the CDATA section. > > Primefaces uses startCDATA and endCDATA of ResponseWriter for it's cdata >section. I've overridden this two methods to memorise if a cdata section is >open. > > > If a cdata section is open it's not opened a second one. I added this > > check >to the writeScriptContent() method because there occurse the problem with >Primefaces. > > Please review the patch because I'm not sure if there are any site effects. > > Thanks, > > Regards Marcus > > -- > This message is automatically generated by JIRA. > - > You can reply to this email to add a comment to the issue online. > >
