eclipse-ee4j / mojarra-jsf-extensions

Other
1 stars 3 forks source link

Possible regression concerning CDATA in v3 prelude #93

Closed glassfishrobot closed 11 years ago

glassfishrobot commented 15 years ago

A JSF application I'm writing with dynamic faces works in v2 but not in v3 prelude. I've traced the problem to a CDATA issue. The partial-response contained in the Ajax response for v2 looks like this:

... ... ]]> ...

(Notice the properly escaped line //]]]]><![CDATA[>

And when I keep everything else exactly the same but switch to v3 prelude, it looks like this:

... ... ]]> (Notice the lack of escaping in the line![](https://java.net/jira/images/icons/emoticons/smile.gif) //]]> The partial responses in their entirety are attached. #### Environment Operating System: All Platform: All #### Affected Versions [current]
glassfishrobot commented 5 years ago
glassfishrobot commented 15 years ago

@glassfishrobot Commented Reported by mattbohm

glassfishrobot commented 15 years ago

@glassfishrobot Commented mattbohm said: Created an attachment (id=30) v2-partial-response.txt

glassfishrobot commented 15 years ago

@glassfishrobot Commented mattbohm said: Created an attachment (id=31) v3prelude-partial-response.txt

glassfishrobot commented 15 years ago

@glassfishrobot Commented mattbohm said: Commentary from rlubke:

Probably related to this change: https://javaserverfaces.dev.java.net/issues/show_bug.cgi?id=716

Ed had made HtmlResponseWriter changes for some issues in dynamic faces, however, these changes broke a fundamental usage of the response writer for other developers. I reverted the change.

I would recommend logging an issue against dynamic faces so an alternate fix can be attempted on their end.

glassfishrobot commented 15 years ago

@glassfishrobot Commented mattbohm said: Actually, it seems this would affect just about any application using dynamic faces with v3 prelude or later, so raising to P1. I'm hoping edburns can do an evaluation.

glassfishrobot commented 11 years ago

@glassfishrobot Commented @edburns said: I am no longer tracking progress of these projects on java.net.

glassfishrobot commented 15 years ago

@glassfishrobot Commented File: v2-partial-response.txt Attached By: mattbohm

glassfishrobot commented 15 years ago

@glassfishrobot Commented File: v3prelude-partial-response.txt Attached By: mattbohm

glassfishrobot commented 7 years ago

@glassfishrobot Commented This issue was imported from java.net JIRA JSF_EXTENSIONS-93

glassfishrobot commented 11 years ago

@glassfishrobot Commented Marked as won't fix on Wednesday, May 29th 2013, 8:24:33 am