Fixes Defects: C157477,PH19357,PH48882,PH49193,PH49309,PH49501,PH50374,PH51340 This patch contains the following software changes: C157477: Problem: Upon launching Compass eclipse client from the Linux terminal window, customer sees the following error message on terminal window: [Fatal Error] hcl_overview.xml:84:10: The element type "group" must be terminated by the matching end-tag "". [Fatal Error] cq_ms_overview.xml:59:10: The element type "group" must be terminated by the matching end-tag "". Fix: Updated the xml files hcl_overview.xml & cq_ms_overview.xml , some of the elements were not commented properly. The files were fixed by commenting out the concerned elements in these files. PH19357: Problem: Query filter choice list includes list of removed replicas. Fix: Removed replicas are no longer included in the query filter choice list. PH48882: Problem: In ClearQuest Web, when trying to export the FTS resultset to an Excel spreadsheet, it exports the resultset to null filename. This file won't be usable until it is renamed to a meaningful name with xlsx extension. Fix: In ClearQuest Web, when trying to export the FTS resultset to an Excel spreadsheet, it exports the resultset to SearchResult.xlsx. PH49193: Problem: In ClearQuest OSLC, if the record type name is input via rcm.type in the request, it will display as case insensitive in the response. Fix: In ClearQuest OSLC, a property is introduced in cqrest.properties, so setting the value to true to display the record type name in the response with the case designed in schema. PH49309: Problem: Using ClearQuest Eclipse client, attachments to record cannot be opened, saved or deleted. Fix: Attachments to record can now be opened, saved or deleted. PH49501: Problem: In ClearQuest Web, when adding children records to the reference list field enabled with ListView Query, it temporarily shows duplicate entries before saving parent record. Fix: In ClearQuest Web, when adding children records to the reference list field enabled with ListView Query, it will not show duplicate entries before saving parent record. PH50374: Problem: In certain environments, OSLC or cqweb users may experience a very intermittent http error 400 which can persist for several hours once started. Fix: For customers that experience this issue, please contact ClearQuest / Compass support for remediation instructions. PH51340: Problem: In the ClearQuest Web, when the Form Selection feature is enabled, switching another form in the Forms menu list will not work if hovering over the loading item first. Fix: In the ClearQuest Web, when the Form Selection feature is enabled, switching another form in the Forms menu list works.