UUM-67705
Fixed in 2022.3.28f1Mentioned in 2 release notes.
First fixed in 2022.3.28f1 (May 7, 2024); relisted in 1 later release.
| Version | Section | Risk | Impact | Note |
|---|---|---|---|---|
| 2021.3.39f1 | Fixes WebGL | Fix | Refactored code to have a more robust replacement operation when assembling the framework js file. To achieve this the String.Replace operation was set back to a Regex.Replace. To account for special characters and regex that may be present in the user jspre code (see UUM-21896), the final parameter uses a anonymous delegate function to treat the replacement string as a string literal so that it is not processed in any way. | |
| 2022.3.28f1 | Fixes WebGL | Fix | Refactored code to have a more robust replacement operation when assembling the framework js file. To achieve this the String.Replace operation was set back to a Regex.Replace. To account for special characters and regex that may be present in the user jspre code (see UUM-21896), the final parameter uses a anonymous delegate function to treat the replacement string as a string literal so that it is not processed in any way. |