Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8DR#2
-
Component/s: Sample Apps
-
Labels:None
-
Environment:ICEfaces component-showcase, compressDOM
Description
The CDATA sections in the Facelets version of the application appear to be passed into the DOM as text nodes, resulting in difficulties during DOM compression due to normalization.
The candidate fix is to use < escaping rather than CDATA escaping.
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #18207 | Thu Jan 22 10:03:33 MST 2009 | ted.goddard | removing unused jsp namespace ( |
Files Changed | ||||
![]() ![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #18208 | Thu Jan 22 10:04:30 MST 2009 | ted.goddard | using ampersand escaping rather than CDATA for compressDOM ( |
Files Changed | ||||
![]() ![]() ![]() |
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | 1.8DR#3 [ 10143 ] | |
Resolution | Fixed [ 1 ] |
Fix Version/s | 1.8 [ 10161 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
common-web/WEB-INF/includes/content/en/header.jspx contains the line
xmlns:jsp="http://java.sun.com/JSP/Page"
This namespace is unused and is propagated into the DOM resulting in errors since namespacing for DOM compression is not enabled. It may be possible to enable namespaces in DOM compression, however the namespace is not desired in the output, so this will simply be changed in the input document.