sailpoint-oss / colab-iiqda

The IdentityIQ Deployment Accelerator (IIQDA) is a plugin for the popular and free IDE Eclipse that provides several features designed to make configuring and managing IdentityIQ easier.
MIT License
3 stars 8 forks source link

[BUG] Deploy artifact does not support UTF-8 #10

Open MKuznecovIdentigy opened 7 months ago

MKuznecovIdentigy commented 7 months ago

Describe the bug The IdentityIQ application displays "?????" when I use Cyrillic characters in an XML file, such as a rule, and deploy it.

To Reproduce Steps to reproduce the behavior

  1. Go to the rule in my project
  2. Add Cyrillic characters
  3. Click on 'Deploy artifact
  4. Verify this rule in IdentityIQ
  5. See "?????" instead of my Cyrillic characters

Expected behavior I expected to see my Cyrillic characters in IdentityIQ's rule.

Screenshots

Screenshot_1 Screenshot_2

Operating System (please complete the following information):

Additional context The reason for this problem is that the StringEntity constructor is used without specifying UTF-8 encoding.

github-actions[bot] commented 7 months ago

🎉 Thanks for opening your first issue here! Welcome to the community!