Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- 123531 Exception occurs when trying to display TOC in Web Viewer

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- 123531 Exception occurs when trying to display TOC in Web Viewer

Summary 

Bugzilla Bug (s) Resolved:
123531 Exception occurs when trying to display TOC in Web Viewer

Description:
If the TOC lable has some special characater such as &, >, <, the ENGINE creates an invalide XML stream.

Change the TOC stream from the XML to binary stream to avoid it.
 
Test Description:
Unit Test/Manual Test
 
Files Edited:
cvs ci -m "change the TOC stream from XML to binary" -l "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ReportDocumentWriter.java" "/org.eclipse.birt.report.engine/test/org/eclipse/birt/report/engine/toc/TOCBuilderTest.java" "/org.eclipse.birt.report.engine/test/org/eclipse/birt/report/engine/toc/toc.golden" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/toc/TOCBuilder.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ReportDocumentReader.java"

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Yan




Back to the top