Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.1.5-SNAPSHOT
-
None
-
None
Description
The PPR-listener automatically includes its responses in CDATA-sections. If this response additionally includes scripts, then the responsewriter adds another CDATA - section to the mix. This is definitely problematic - and there's no easy workaround, except to make sure that the response-writer doesn't render its CDATA-elements when a CDATA section has already been opened. This is what I've implemented right now, but it's not implementation independent.
Anyone having a better idea?
regards,
Martin