Fixes Defects: PI73131,PI75375,PI80405 This patch contains the following software changes: PI73131: Problem: When linking to ClearQuest records from DOORs using the OSLC integration, the back-link creation fails when the CQ record contains a field value that's protected via security context. Fix: New optional parameters have been added to cqrest.properties (default location C:\Program Files (x86)\IBM\RationalSDLC\ClearQuest\cqweb\cqwebprofile\installedApps\dfltCell\TeamEAR.ear\cqweb.war\WEB-INF\classes) to allow this operation to proceed. The values com.ibm.rational.cm.web.component.oslc.skip.full.put.fields and com.ibm.rational.cm.web.component.oslc.skip.full.get.fields should be set with the appropriate field locations of the CQ security protected field(s) to skip during processing, See cqrest.properties.DEFAULT (same directory as cqrest.properties) for more details on how to set these values. PI75375: Problem: The busy/waiting icon does not go away when certain ClearQuest Web dropdown lists are clicked. Fix: The busy icon now goes away when a ClearQuest Web dropdown list is finished loading, or if that loading is cancelled. PI80405: Problem: Executing a List View query on a ClearQuest Web record shows results from the same field of a different record opened on another tab. Fix: Executing a List View query on a ClearQuest Web record now shows the correct results even if another record is opened.