Fixes Defects: PI53572,PI55636 This patch contains the following software changes: PI53572: Problem: If ClearQuest is configured with multiple LDAP SSL configurations each using a different key file, the keyfile from the first connection is cached. The second connection may fail if using a keyfile different than the first connection. Fix: ClearQuest no longer caches the LDAP SSL keyfile information. Connections succeed when configurations containing different keyfiles are used. PI55636: Problem: When using ClearQuest OSLC, queryNavigatorDialog windows cannot be opened in an iframe due to the http response header X-Frame-Options = SAMEORIGIN. Fix: The header response is no longer included, so the queryNavigatorDialog now behaves like other ClearQuest OSLC response windows such as the selectionDialiog and creationDialog.