mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

matthew_swift
19.46.2007 789dea8e6abab50bcc212d70009a3babafe3aaf6
Fix issue 2334: message-body property format issue

This fixes a minor quoting related issue in some SMTP alert handler property descriptions.
1 files modified
16 ■■■■ changed files
opends/src/admin/defn/org/opends/server/admin/std/SMTPAlertHandlerConfiguration.xml 16 ●●●● patch | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/SMTPAlertHandlerConfiguration.xml
@@ -89,11 +89,11 @@
  <adm:property name="message-subject" mandatory="true" multi-valued="false">
    <adm:synopsis>
      Specifies the subject that should be used for e-mail messages generated
      by this alert handler.  The token "%%alert-type%%" will be dynamically
      replaced with the alert type string.  The token "%%alert-id%%" will be
      by this alert handler.  The token "%%%%alert-type%%%%" will be dynamically
      replaced with the alert type string.  The token "%%%%alert-id%%%%" will be
      dynamically replaced with the alert ID value.  The token
      "%%alert-message%%" will be dynamically replaced with the alert message.
      The token "\n" will be replaced with an end-of-line marker.
      "%%%%alert-message%%%%" will be dynamically replaced with the alert message.
      The token "\\n" will be replaced with an end-of-line marker.
    </adm:synopsis>
    <adm:syntax>
      <adm:string />
@@ -108,11 +108,11 @@
  <adm:property name="message-body" mandatory="true" multi-valued="false">
    <adm:synopsis>
      Specifies the body that should be used for e-mail messages generated
      by this alert handler.  The token "%%alert-type%%" will be dynamically
      replaced with the alert type string.  The token "%%alert-id%%" will be
      by this alert handler.  The token "%%%%alert-type%%%%" will be dynamically
      replaced with the alert type string.  The token "%%%%alert-id%%%%" will be
      dynamically replaced with the alert ID value.  The token
      "%%alert-message%%" will be dynamically replaced with the alert message.
      The token "\n" will be replaced with an end-of-line marker.
      "%%%%alert-message%%%%" will be dynamically replaced with the alert message.
      The token "\\n" will be replaced with an end-of-line marker.
    </adm:synopsis>
    <adm:syntax>
      <adm:string />