diff --git a/onadata/libs/utils/logger_tools.py b/onadata/libs/utils/logger_tools.py index 728262cc1c..b892f3d64e 100644 --- a/onadata/libs/utils/logger_tools.py +++ b/onadata/libs/utils/logger_tools.py @@ -62,7 +62,9 @@ DEFAULT_CONTENT_LENGTH = settings.DEFAULT_CONTENT_LENGTH REQUIRED_ENCRYPTED_FILE_ELEMENTS = [ "{http://www.opendatakit.org/xforms/encrypted}base64EncryptedKey", - "{http://www.opendatakit.org/xforms/encrypted}encryptedXmlFile"] + "{http://www.opendatakit.org/xforms/encrypted}encryptedXmlFile", + "{http://opendatakit.org/submissions}base64EncryptedKey", + "{http://opendatakit.org/submissions}encryptedXmlFile"] uuid_regex = re.compile(r'\s*\s*([^<]+)\s*\s*', re.DOTALL)