You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When try to load one profile, for example the “RestrictedSecurity.Test-Profile-PolicySunset” profile in method “private static void getProfileID(Properties props)”. It will go into the “without version part” codes. And in that part of codes, we used the “key.startsWith(potentialProfileID)”, the “startsWith” check. So, the profile “RestrictedSecurity.Test-Profile-PolicySunset” and “RestrictedSecurity.Test-Profile-PolicySunsetFormat” will be treated as one profile but different versions. And due to both of them set as default profile, then the multiple default error will happen.
The text was updated successfully, but these errors were encountered:
If there are two profiles, example below, without the version but all are the base profile, and all as default profile.
When try to load one profile, for example the “
RestrictedSecurity.Test-Profile-PolicySunset
” profile in method “private static void getProfileID(Properties props)
”. It will go into the “without version part
” codes. And in that part of codes, we used the “key.startsWith(potentialProfileID)
”, the “startsWith
” check. So, the profile “RestrictedSecurity.Test-Profile-PolicySunset
” and “RestrictedSecurity.Test-Profile-PolicySunsetFormat
” will be treated as one profile but different versions. And due to both of them set as default profile, then the multiple default error will happen.The text was updated successfully, but these errors were encountered: