Skip to content

Commit 4f58428

Browse files
authored
Fix to resolve conflicts with switching CDOC2 feature and CryptoLib encryption. (#275)
MOPPAND-1648 Fix to resolve conflicts with switching CDOC2 feature and CryptoLib encryption.
1 parent f2f7d91 commit 4f58428

File tree

1 file changed

+1
-1
lines changed
  • commons-lib/src/main/kotlin/ee/ria/DigiDoc/common

1 file changed

+1
-1
lines changed

commons-lib/src/main/kotlin/ee/ria/DigiDoc/common/Constant.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ object Constant {
115115
const val CDOC1_EXTENSION = "cdoc"
116116

117117
// TODO: Change to "cdoc2" when enabled
118-
const val CDOC2_EXTENSION = "cdoc"
118+
const val CDOC2_EXTENSION = "cdocna"
119119

120120
const val LDAP_PORT = 636
121121
const val CERT_BINARY_ATTR = "userCertificate;binary"

0 commit comments

Comments
 (0)