Community
Participate
Working Groups
Build Identifier: Stereotype values seem to get encoded based on XML encoding Reproducible: Always Steps to Reproduce: 1. Create a new profile 1a. Create a stereotype in the profile that accepts a string attribute 2. Activate the profile 3. Create a new Managed Entity 4. Add the newly created stereotype and add the following for its value: a1 + a2 & > < " ' testing... 5. Save the Entity 6. Select the stereotype and click on Edit, notice the value has changed to the following: a1 + a2 &amp; > < &quot; &apos; testing... Stereotype values shouldn't get encoded. Retrieving the value in generators shouldn't encode the value either.
Created attachment 190753 [details] 336882 patch
Anton's patch applied.
Verified. Thanks!