[SCHEDULER-1186]  XML Control Characters in Project, Plan, Observation and ImageSet names
Type Bug
Priority Medium
Severity Trivial
Component Web Schedule Browser
Fixed In Version [3.73.7
Versions Affected [3.63.6
Severity Closed
Resolution Complete
Reported By Bob Denny
Resources Bob Denny
Start Date 7/26/2014

Description
XML Control characters such as "&" in Project, Plan, Observation, and ImageSet names will cause the tree in the web schedule browser to fail with an XML error. when expanded.

Fixing this will require upgrading the Javascript tree library as well as the stree.asp back end script. The dhtmlxTree library is at V4 and the API  has changed, but V4 is required to put CDATA sections into the XML to protect against the XML control characters, so this will be a serious job.

Comments
7/26/2014 1:33:40 PM   Bob Denny
SVN Comment
Author rbdenny
Repository svn+ssh://rbdenny@a2_svn_dc3/home/rbdenny/svn/astro/scheduler
SVN Revision 372
Affected files /trunk/ACP Web Content/ACP-WebDocs-sc/css/dhtmlxtree.css (Modified)
/trunk/ACP Web Content/ACP-WebDocs-sc/js/dhtmlxcommon.js (Modified)
/trunk/ACP Web Content/ACP-WebDocs-sc/js/dhtmlxtree.js (Modified)
/trunk/ACP Web Content/ACP-WebDocs-sc/stree.asp (Modified)
/trunk/ACP Web Content/index.html (Deleted)
/trunk/Help/RelNotes.htm (Modified)
Check-in comment New V4 dhtmlxTree code and CSS, change output of Project, Plan, Object, and Image Set names into the tree to use CDATA and new imagetext tag. GEM:1186