-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: None
-
Component/s: None
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.