Article Number
000038380
Applies To
RSA Product Set: RSA Identity Governance & Lifecycle
RSA Version/Condition: 7.1.1, 7.2.0
Issue
Email templates that use HTML markup tags for styling the email text/response insert unwanted blank lines in the body of the email in RSA Identity Governance & Lifecycle.
For example, consider the below email template: (
Admin >
Email >
Templates tab >
Create/Edit email template)
Image description
To view the email content, go to (
Admin >
Email >
Templates tab >
{name of email template} >
Content: View button).
The expected email content is:
Image description
The actual email content is:
Image description
Note the unexpected addition of blank lines in the email content.
Cause
The line feeds/carriage returns used to separate the HTML tags in the email template definition are being converted to blank lines when creating or updating the email template.
Note:This is an issue only when using HTML tags that add styling to a text/response. This is not an issue with tags used to generate a text/response.
This is a known issue reported in engineering ticket ACM-102286.
Resolution
This issue is being investigated by the Engineering team in order to provide a permanent resolution in a future release.
Workaround
Remove the line feeds/carriage returns from the HTML content (
Admin >
Email >
Templates tab >
Create/Edit email template).
For example, change
FROM:
<span style="color:red">
Here is some red text.
</span>
TO:
<span style="color:red">Here is some red text.</span>
Applying this workaround to the example above would look like:
Image description
To view the email content, go to (
Admin >
Email >
Templates tab >
{name of email template} >
Content: View button).
The email body now looks as expected:
Image description
Notes
In order to allow HTML markup in email templates, in the RSA Identity Governance & Lifecycle user interface go to the
Admin >
System >
Security tab and click
Edit. Scroll to the
XSS/Scripting Security section of the page and set
Email Body (Templates, Review Emails): to
Allow sanitized HTML as in the example below:
Image description