Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.9.7
-
None
Description
This BUG is introduced by MNG-5726. Prior that change the os name, arch and version comparison was always case-insensitive. Afterwards it needs to match the lower-case variants.
When OS name, arch or version has capital letters, it won't activate the profile.
For example:
<activation> <os> <name>Mac OS X</name> <arch>aarch64</arch> </os> </activation>
Attachments
Issue Links
- relates to
-
MNG-5726 Update OS Activation To Allow Wildcards In OS Version
- Closed
- links to