Fixes Defects: PI19916,PI51291,PI68169,PI75370,PI79794,PI83784,PI88239,PI91747,PI92296,PI92917,PI93087,PI94189,PI95201,PM68302 This patch contains the following software changes: PI19916: Problem: When performing multiple ClearQuest multisite syncreplica and mkreplica operations concurrently, there existed a condition where a temporary file used by each process would conflict with the same file in the other process. This resulted in various multisite error conditions some of which require help from Technical Support to rectify. Fix: Temporary files used in multisite operations are now thread and process safe, so they should not conflict between multiple processes. Multiple multisite operations should be able to run concurrently without issue. PI51291: Problem: ClearQuest Web users cannot modify stateless records (like Customer) by using the REST URI, if the record's unique key includes special characters like forward slash (/) or back slash (\). Fix: ClearQuest Web users can now modify stateless records by using the REST URI if the record's unique key contains special characters like forward slash (/) or back slash (\). PI68169: Problem: The OSLC record selection dialog for ClearQuest Web records includes all record types, as opposed to only OSLC link enabled types. Fix: The following needs to be added to the cqweb cqSiteConfig.pref file in the default and current value sections to cause the selection dialog to only contain OSLC enabled record types: "appOpt$onlyShowOSLCTypesInSelectionDialog": "yes", PI75370: Problem: ClearQuest does not have documentation about the OSLC Links Package. Fix: Technote #2014777 has been created. It can be found here: http://www.ibm.com/support/docview.wss?uid=swg22014777 PI79794: Problem: Installation of the ClearCase CCRC WAN Server is failing to load into WebSphere on non-English operating systems. Fix: The installation process was expecting the output of the managesdk command to be in English. This was not the case on a non-English operating system. The installation has been fixed to correctly parse the non-English output. PI83784: Problem: If a user cancels the DOORS, RTC, or any other OSLC data provider login while viewing or accessing an OSLC link or data, they are not asked to login again during the current ClearQuest Web session. It becomes necessary to log out and back in to access the linked data. Fix: If the user cancels login of the OSLC data provider and then tries to view that data again, they will be asked again to authenticate without having to log out of ClearQuest. PI88239: Problem: In ClearQuest Web, the unique field name is shown twice if the drop-down list control has the type-ahead feature enabled. Fix: In ClearQuest Web, the unique field name is now shown once if the drop-down list control has the type-ahead feature enabled. PI91747: Problem: The ClearQuest cqtool fails to start because the path to the JRE is wrong in the CQCLI_PATH environment variable. Fix: The path to the JRE has been corrected in the CQCLI_PATH environment variable. PI92296: Problem: ClearQuest Web is affected by a "Cross-Site Request Forgery (XSRF or CSRF)" vulnerability. Fix: The Cross-Site Request Forgery (XSRF or CSRF)" vulnerability has been fixed. PI92917: Problem: When user-defined queries on the List View control for ClearQuest Web are enabled, the List View buttons are disabled on the submit form. Fix: When user-defined queries on the List View control for ClearQuest Web are enabled, the List View buttons are enabled on the submit form. PI93087: Problem: In ClearQuest Web, the list view control doesn't work if it's in a group box control and enabled for deferred (aka lazy) loading. Fix: In ClearQuest Web, the list view control now works as expected if it's in a group box control and enabled for deferred (aka lazy) loading. PI94189: Problem: Secure LDAP connections may fail with the error message "CRMMD1826E LDAP operation 'ratl_ldap_ssl_environment_init' failed with error code 408. Description: Unknown error" if using v2 stash encryption files. These v2 stash files are generated with the newer versions of the GSKit such as 8.0.50.79 which is shipped with IBM HTTP server 8.0.50.79. Fix: ClearQuest is now shipped with version 8.0.50.88 of the GSKit which supports the v2 stash encryption file format. PI95201: Problem: ClearQuest Web doesn't allow users to execute a push button on a read-only form. Fix: ClearQuest Web now provides a site preference in order to allow users to execute push buttons on read-only forms. PM68302: Problem: When saving a ClearQuest Web record that creates an OSLC link to a DOORS record, if the back link creation in DOORS fails, there is no indication seen by the user. Fix: To prohibit ClearQuest Web from saving a record unless the OSLC back link creation is successful, the following option can be set in cqSiteConfig.pref: appOpt$failCommitIfBacklinkCreationFails": "yes", When this option is set, ClearQuest will wait for a positive or negative response from the OSLC friend before a record will be saved. This can negatively impact performance.