When uploading more than 1 rim file, these isBaseRim and isSupportRim variables (see link below) are not reset when processing each file. If a support rim is processed first, by the time it gets to a base rim, that isSupportRim flag is still set and the base rim is saved as a support rim.
As part of #737
When uploading more than 1 rim file, these isBaseRim and isSupportRim variables (see link below) are not reset when processing each file. If a support rim is processed first, by the time it gets to a base rim, that isSupportRim flag is still set and the base rim is saved as a support rim.
https://github.com/nsacyber/HIRS/blob/v3_issue-737/HIRS_AttestationCAPortal/src/main/java/hirs/attestationca/portal/page/controllers/ReferenceManifestPageController.java#L164