Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-23024

JIRA data anonymiser doesn't anonymise non-English characters

    XMLWordPrintable

Details

    Description

      The JIRA data anonymiser doesn't replace non-English characters. Replacing the two occurrences of the following line in the anon.stx template:

      <stx:value-of select="translate(., '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx')"/>
      

      ...with this...

      <stx:value-of select="string-pad('x', string-length(.))"/>
      

      ...will replace all characters, English or not.

      Attachments

        Activity

          People

            pleschev Peter Leschev
            nmason Nick Mason
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: