[
https://issues.apache.org/jira/browse/MYFACES-2835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12891128#action_12891128
]
Jakob Korherr commented on MYFACES-2835:
----------------------------------------
FYI test cases which currently fail because of your previous commit:
teststandardNestingTest(org.apache.myfaces.context.PartialResponseWriterImplTest)
testIllegalNestingResolvementTest(org.apache.myfaces.context.PartialResponseWriterImplTest)
testIllegalNestingResolvementTest2(org.apache.myfaces.context.PartialResponseWriterImplTest)
testStandardUpdate(org.apache.myfaces.context.PartialResponseWriterImplTest)
testStandardUpdateNestedCDATA(org.apache.myfaces.context.PartialResponseWriterImplTest)
testComponentAuthorNestingFailureTest(org.apache.myfaces.context.PartialResponseWriterImplTest)
testStandardInsertAfter(org.apache.myfaces.context.PartialResponseWriterImplTest)
testStandardInsertBefore(org.apache.myfaces.context.PartialResponseWriterImplTest)
Thanks for digging into this.
Jakob
> ResponseWriter.startCDATA() and endCDATA() methods should take no action
> according to the Javadocs
> --------------------------------------------------------------------------------------------------
>
> Key: MYFACES-2835
> URL: https://issues.apache.org/jira/browse/MYFACES-2835
> Project: MyFaces Core
> Issue Type: Bug
> Components: JSR-252
> Affects Versions: 2.0.1
> Reporter: Bruno Aranda
> Assignee: Bruno Aranda
> Fix For: 2.0.2-SNAPSHOT
>
>
> Hence, the body of this methods should be empty.
> This is highlighted by a problem with Primefaces, where Mojarra works without
> problems and Myfaces not, because it adds nested CDATA sections, hence
> breaking the custom partial response XML created by Primefaces.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.