We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4262c5a commit 4570d07Copy full SHA for 4570d07
api/src/org/labkey/api/security/Encryption.java
@@ -572,6 +572,10 @@ else if (!cipher.equals(AESConfig.current.getCipherName()))
572
573
if (migrationNeeded)
574
{
575
+ // Reset to zero to ignore problems that might have been encountered early in startup, prior to
576
+ // starting the migration process
577
+ DECRYPTION_EXCEPTIONS.set(0);
578
+
579
final AESConfig migrationConfig = oldConfig;
580
final String message = keySource;
581
final String passPhrase = oldPassPhrase != null ? oldPassPhrase : getEncryptionPassPhrase();
0 commit comments