Changes to advanced properties for server rename in the Engineering Test Management application

For server rename, you can change several of the advanced properties in the Engineering Test Management application. For instructions to configure advanced properties, see “Configuring advanced properties.”

Remap embedded anchored links that are non-navigable

By default, embedded anchored links that are navigable in the rich text editor are remapped. However, embedded anchored links with XHTML-type or HTML 4 URI-type attributes are remapped only by configuring the MappingContentService property. This property is disabled by default for performance reasons. To find the property, on the Application Administration page, in the Advanced Property section, click RQM Process Component > com.ibm.rqm.common.service.internal.mapping.MappingContentService > Rewrite hidden links in XHTML.

The following embedded anchored links can be remapped by using the MappingContentService property:
  • <img longdesc=“<relative/absolute URL>”>
  • <form action=“<relative/absolute URL>”>
  • <ins cite=“<relative/absolute URL>”>
  • <img usemap=“<relative/absolute URL>”>
  • <frame longdesc=“<relative/absolute URL>”>
  • <link href=“<relative/absolute URL>”>
  • <applet codebase=“<relative/absolute URL>”>
  • <frame src=“<relative/absolute URL>”>
  • <object classid=“<relative/absolute URL>”>
  • <area href=“<relative/absolute URL>”>
  • <head profile=“<relative/absolute URL>”>
  • <object codebase=“<relative/absolute URL>”>
  • <base href=“<relative/absolute URL>”>
  • <iframe longdesc=“<relative/absolute URL>”>
  • <object data=“<relative/absolute URL>”>
  • <blockquote cite=“<relative/absolute URL>”>
  • <iframe src=“<relative/absolute URL>”>
  • <object usemap=“<relative/absolute URL>”>
  • <body background=“<relative/absolute URL>”>
  • <input src=“<relative/absolute URL>”>
  • <q cite=“<relative/absolute URL>”>
  • <del cite=“<relative/absolute URL>”>
  • <input usemap=“<relative/absolute URL>”>
  • <script src=“<relative/absolute URL>”>

Expand remapping beyond integration URLs

By default, only integration URLs, such as the servers for the IBM® Engineering Lifecycle Management and Engineering Requirements Management DOORS® , are generated in the mapping file. Other URLs are ignored to keep the generated mapping file at a manageable size.

To contribute URLs beyond integration URLs, configure theRQMServerRenameURLProviderService property. To find that property, on the Application Administration page, in the Advanced Property section, click RQM Process Component > com.ibm.rqm.oslc.service.internal.mapping.RQMServerRenameURLProviderService > Contribute navigable links to the generated mapping file. For more information about mapping files, see Preparing the mapping file.