Fixes Defects: PM15837,PM51842,PM53058,PM80778,PM84538,PM86523,PM87949 This patch contains the following software changes: PM15837: Problem: When browsing ClearQuest records from within CCRC on a Korean locale, CQ UCM field labels have a slighter larger font size. This sometimes leads to truncation of some label names. Fix: On Korean locales, ClearQuest field labels now have uniform font sizes when viewed from within CCRC. PM51842: Problem: When a ClearQuest Web user selects the Print icon, a blank white screen is shown instead of the print preview, if the record has some field values with invalid xml characters (like the arrow character). Fix: If the field value of a record contains some invalid xml characters, they are now replaced with space.  This allows ClearQuest Web users the ability to Print Preview when pressing the Print icon. PM53058: Problem: If a ClearQuest Web user does not have permission to view a record, sometimes clicking 'Open Related Record' returns a NullPointerException error. Fix: ClearQuest Web users that don't have permission now receive a detailed insufficient privilege exception. PM80778: Problem: ClearQuest licenses in a web enabled environment are generally consumed by a unique combination of userid + hostid + dbset. In the CQ Web load balanced environment, the addition of more than one potential host (server) can cause more than one license to be checked out for a given user. Fix: The ClearQuest license code has been changed to disregard the host and dbset in which the user is performing a login in a web enabled situation. This forces the license server to reserve only one license for a given user id - regardless of the host and or dbset. PM84538: Problem: ClearQuest Web HTTP Error Codes are displayed in the UI. Fix: ClearQuest Web HTTP Errors are now redirected  to a generic error page.  A general error message is now displayed on the error page. PM86523: Problem: When clicking on a URL to enter ClearQuest Web, or if entering ClearQuest Web through an additional web-browser tab, users may experience an "Error 500 java.lang.NullPointerException". If the web user is already logged in, the URLs work as they should. NOTE - this is a regression introduced in ClearQuest Web 7.1.2.10 and 8.0.0.6. Fix: The ClearQuest Web URLs now work as they did prior to 7.1.2.10 and 8.0.0.6 even if the web user is not logged in. PM87949: Problem: ClearQuest MultiSite multiutil commands will get an error message when a logical database name or family name has characters in lower case on Windows platforms. Fix: ClearQuest MultiSite multiutil commands now work correctly on Windows no matter if the database name / family name is in lower case or upper case.