Currently we don't index the extended info in Audit for the deleted documents, as the document model is received as a ShallowDocumentModel in the async worker and not all the expressions can be evaluated in its context.
We should not skip the evaluation and catch /log the UnsupportedOperationException when it fails on a DeletedDocumentModel
- depends on
-
NXP-4657 extends audit service to support adapters in EL expressions
- Resolved